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 car_racing/world_model/config.json
Browse files
car_racing/world_model/config.json
CHANGED
|
@@ -6,5 +6,6 @@
|
|
| 6 |
"vision_tokenizer": "vision_tokenizer.pt",
|
| 7 |
"world_model": "world_model.pt"
|
| 8 |
},
|
| 9 |
-
"
|
|
|
|
| 10 |
}
|
|
|
|
| 6 |
"vision_tokenizer": "vision_tokenizer.pt",
|
| 7 |
"world_model": "world_model.pt"
|
| 8 |
},
|
| 9 |
+
"hidden_state_dim": 256,
|
| 10 |
+
"latent_dim": 32
|
| 11 |
}
|