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
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"env": "CarRacing-v3",
|
| 4 |
"model_type": "world_model",
|
| 5 |
"components": {
|
| 6 |
-
"
|
| 7 |
"world_model": "world_model.pt"
|
| 8 |
},
|
| 9 |
"latent_dim": 256
|
|
|
|
| 3 |
"env": "CarRacing-v3",
|
| 4 |
"model_type": "world_model",
|
| 5 |
"components": {
|
| 6 |
+
"vision_tokenizer": "vision_tokenizer.pt",
|
| 7 |
"world_model": "world_model.pt"
|
| 8 |
},
|
| 9 |
"latent_dim": 256
|