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
|
@@ -27,6 +27,8 @@
|
|
| 27 |
"class_name": "WorldModel",
|
| 28 |
"class_args": [
|
| 29 |
{
|
|
|
|
|
|
|
| 30 |
"tokens_per_block": 17,
|
| 31 |
"max_blocks": 20,
|
| 32 |
"attention": "causal",
|
|
|
|
| 27 |
"class_name": "WorldModel",
|
| 28 |
"class_args": [
|
| 29 |
{
|
| 30 |
+
"vocab_size": 512,
|
| 31 |
+
"act_vocab_size": 18,
|
| 32 |
"tokens_per_block": 17,
|
| 33 |
"max_blocks": 20,
|
| 34 |
"attention": "causal",
|