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
|
@@ -124,6 +124,14 @@
|
|
| 124 |
"inputs": ["z", "should_postprocess"]
|
| 125 |
}
|
| 126 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
{
|
| 128 |
"name": "encode",
|
| 129 |
"method_name": "encode",
|
|
|
|
| 124 |
"inputs": ["z", "should_postprocess"]
|
| 125 |
}
|
| 126 |
},
|
| 127 |
+
{
|
| 128 |
+
"name": "decode_obs_tokens",
|
| 129 |
+
"method_name": "decode_obs_tokens",
|
| 130 |
+
"signature":
|
| 131 |
+
{
|
| 132 |
+
"inputs": ["obs_tokens", "num_observations_tokens"]
|
| 133 |
+
}
|
| 134 |
+
},
|
| 135 |
{
|
| 136 |
"name": "encode",
|
| 137 |
"method_name": "encode",
|