Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"type": "smolvla",
|
| 3 |
-
"n_obs_steps":
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
|
@@ -42,8 +42,8 @@
|
|
| 42 |
"tags": null,
|
| 43 |
"license": null,
|
| 44 |
"pretrained_path": null,
|
| 45 |
-
"chunk_size":
|
| 46 |
-
"n_action_steps":
|
| 47 |
"normalization_mapping": {
|
| 48 |
"VISUAL": "IDENTITY",
|
| 49 |
"STATE": "MEAN_STD",
|
|
|
|
| 1 |
{
|
| 2 |
"type": "smolvla",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
|
|
|
| 42 |
"tags": null,
|
| 43 |
"license": null,
|
| 44 |
"pretrained_path": null,
|
| 45 |
+
"chunk_size": 50,
|
| 46 |
+
"n_action_steps": 50,
|
| 47 |
"normalization_mapping": {
|
| 48 |
"VISUAL": "IDENTITY",
|
| 49 |
"STATE": "MEAN_STD",
|