Instructions to use ShaswatRobotics/world_model_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use ShaswatRobotics/world_model_test with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("ShaswatRobotics/world_model_test") - Notebooks
- Google Colab
- Kaggle
Update delta-iris/atari/boxing/config.json
Browse files
delta-iris/atari/boxing/config.json
CHANGED
|
@@ -162,6 +162,13 @@
|
|
| 162 |
"call_mode": "positional"
|
| 163 |
}
|
| 164 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
]
|
| 166 |
}
|
| 167 |
]
|
|
|
|
| 162 |
"call_mode": "positional"
|
| 163 |
}
|
| 164 |
}
|
| 165 |
+
],
|
| 166 |
+
"methods":
|
| 167 |
+
[
|
| 168 |
+
{
|
| 169 |
+
"name": "embed_tokens",
|
| 170 |
+
"method_name": "embed_tokens"
|
| 171 |
+
}
|
| 172 |
]
|
| 173 |
}
|
| 174 |
]
|