Upload config.json with huggingface_hub
Browse files- config.json +91 -91
config.json
CHANGED
|
@@ -1,96 +1,96 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
},
|
| 11 |
-
"observation.images.top": {
|
| 12 |
-
"type": "VISUAL",
|
| 13 |
-
"shape": [
|
| 14 |
-
3,
|
| 15 |
-
480,
|
| 16 |
-
640
|
| 17 |
-
]
|
| 18 |
-
},
|
| 19 |
-
"observation.images.left_gripper": {
|
| 20 |
-
"type": "VISUAL",
|
| 21 |
-
"shape": [
|
| 22 |
-
3,
|
| 23 |
-
480,
|
| 24 |
-
640
|
| 25 |
-
]
|
| 26 |
-
},
|
| 27 |
-
"observation.images.right_gripper": {
|
| 28 |
-
"type": "VISUAL",
|
| 29 |
-
"shape": [
|
| 30 |
-
3,
|
| 31 |
-
480,
|
| 32 |
-
640
|
| 33 |
-
]
|
| 34 |
-
}
|
| 35 |
},
|
| 36 |
-
"
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
},
|
| 44 |
-
"
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
"pretrained_path": "outputs/gr00t_n15_clear_table_clutter/checkpoints/018000/pretrained_model",
|
| 52 |
-
"chunk_size": 16,
|
| 53 |
-
"n_action_steps": 8,
|
| 54 |
-
"max_state_dim": 64,
|
| 55 |
-
"max_action_dim": 32,
|
| 56 |
-
"normalization_mapping": {
|
| 57 |
-
"VISUAL": "IDENTITY",
|
| 58 |
-
"STATE": "MEAN_STD",
|
| 59 |
-
"ACTION": "MEAN_STD"
|
| 60 |
},
|
| 61 |
-
"
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
"
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
"
|
| 92 |
-
"
|
| 93 |
-
"
|
| 94 |
-
|
| 95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"type": "groot",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
12
|
| 9 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
},
|
| 11 |
+
"observation.images.top": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
},
|
| 19 |
+
"observation.images.left_gripper": {
|
| 20 |
+
"type": "VISUAL",
|
| 21 |
+
"shape": [
|
| 22 |
+
3,
|
| 23 |
+
480,
|
| 24 |
+
640
|
| 25 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
},
|
| 27 |
+
"observation.images.right_gripper": {
|
| 28 |
+
"type": "VISUAL",
|
| 29 |
+
"shape": [
|
| 30 |
+
3,
|
| 31 |
+
480,
|
| 32 |
+
640
|
| 33 |
+
]
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"output_features": {
|
| 37 |
+
"action": {
|
| 38 |
+
"type": "ACTION",
|
| 39 |
+
"shape": [
|
| 40 |
+
12
|
| 41 |
+
]
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"device": "cuda",
|
| 45 |
+
"use_amp": false,
|
| 46 |
+
"push_to_hub": true,
|
| 47 |
+
"repo_id": "aditybhaskara/gr00t-n15-clear-table-clutter-policy",
|
| 48 |
+
"private": null,
|
| 49 |
+
"tags": null,
|
| 50 |
+
"license": null,
|
| 51 |
+
"pretrained_path": "outputs/gr00t_n15_clear_table_clutter/checkpoints/018000/pretrained_model",
|
| 52 |
+
"chunk_size": 50,
|
| 53 |
+
"n_action_steps": 50,
|
| 54 |
+
"max_state_dim": 64,
|
| 55 |
+
"max_action_dim": 32,
|
| 56 |
+
"normalization_mapping": {
|
| 57 |
+
"VISUAL": "IDENTITY",
|
| 58 |
+
"STATE": "MEAN_STD",
|
| 59 |
+
"ACTION": "MEAN_STD"
|
| 60 |
+
},
|
| 61 |
+
"image_size": [
|
| 62 |
+
224,
|
| 63 |
+
224
|
| 64 |
+
],
|
| 65 |
+
"base_model_path": "nvidia/GR00T-N1.5-3B",
|
| 66 |
+
"tokenizer_assets_repo": "lerobot/eagle2hg-processor-groot-n1p5",
|
| 67 |
+
"embodiment_tag": "new_embodiment",
|
| 68 |
+
"tune_llm": false,
|
| 69 |
+
"tune_visual": false,
|
| 70 |
+
"tune_projector": true,
|
| 71 |
+
"tune_diffusion_model": true,
|
| 72 |
+
"lora_rank": 0,
|
| 73 |
+
"lora_alpha": 16,
|
| 74 |
+
"lora_dropout": 0.1,
|
| 75 |
+
"lora_full_model": false,
|
| 76 |
+
"optimizer_lr": 0.0001,
|
| 77 |
+
"optimizer_betas": [
|
| 78 |
+
0.95,
|
| 79 |
+
0.999
|
| 80 |
+
],
|
| 81 |
+
"optimizer_eps": 1e-08,
|
| 82 |
+
"optimizer_weight_decay": 1e-05,
|
| 83 |
+
"warmup_ratio": 0.05,
|
| 84 |
+
"use_bf16": true,
|
| 85 |
+
"video_backend": "decord",
|
| 86 |
+
"balance_dataset_weights": true,
|
| 87 |
+
"balance_trajectory_weights": true,
|
| 88 |
+
"dataset_paths": null,
|
| 89 |
+
"output_dir": "./tmp/gr00t",
|
| 90 |
+
"save_steps": 1000,
|
| 91 |
+
"max_steps": 30000,
|
| 92 |
+
"batch_size": 32,
|
| 93 |
+
"dataloader_num_workers": 8,
|
| 94 |
+
"report_to": "wandb",
|
| 95 |
+
"resume": false
|
| 96 |
}
|