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
|
@@ -57,6 +57,10 @@
|
|
| 57 |
{
|
| 58 |
"name": "generate_empty_keys_values",
|
| 59 |
"method_name": "generate_empty_keys_values",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
}
|
| 61 |
]
|
| 62 |
},
|
|
|
|
| 57 |
{
|
| 58 |
"name": "generate_empty_keys_values",
|
| 59 |
"method_name": "generate_empty_keys_values",
|
| 60 |
+
"signature":
|
| 61 |
+
{
|
| 62 |
+
"inputs": ["n"]
|
| 63 |
+
}
|
| 64 |
}
|
| 65 |
]
|
| 66 |
},
|