Instructions to use lerobot/smolvla_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lerobot/smolvla_base with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Update config.json
#5
by danaaubakirova HF Staff - opened
- config.json +1 -1
config.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
| 47 |
}
|
| 48 |
},
|
| 49 |
"chunk_size": 50,
|
| 50 |
-
"n_action_steps":
|
| 51 |
"max_state_dim": 32,
|
| 52 |
"max_action_dim": 32,
|
| 53 |
"resize_imgs_with_padding": [
|
|
|
|
| 47 |
}
|
| 48 |
},
|
| 49 |
"chunk_size": 50,
|
| 50 |
+
"n_action_steps": 50,
|
| 51 |
"max_state_dim": 32,
|
| 52 |
"max_action_dim": 32,
|
| 53 |
"resize_imgs_with_padding": [
|