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 iris/atari/alien/config.json
Browse files
iris/atari/alien/config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"env": "AlienNoFrameskip-v4",
|
| 4 |
"model_type": "iris",
|
| 5 |
"metadata": {
|
| 6 |
-
"latent_dim": [1, 16]
|
| 7 |
"num_tokens": 340
|
| 8 |
},
|
| 9 |
"util_folders":{
|
|
|
|
| 3 |
"env": "AlienNoFrameskip-v4",
|
| 4 |
"model_type": "iris",
|
| 5 |
"metadata": {
|
| 6 |
+
"latent_dim": [1, 16],
|
| 7 |
"num_tokens": 340
|
| 8 |
},
|
| 9 |
"util_folders":{
|