aractingi HF Staff commited on
Commit
4fefb25
·
verified ·
1 Parent(s): 4c7dd89

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.left": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.top": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.right": {
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": "aractingi/groot-bimanual-latest",
48
+ "private": null,
49
+ "tags": null,
50
+ "license": null,
51
+ "pretrained_path": null,
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
+ "embodiment_tag": "new_embodiment",
67
+ "tune_llm": false,
68
+ "tune_visual": false,
69
+ "tune_projector": true,
70
+ "tune_diffusion_model": false,
71
+ "lora_rank": 0,
72
+ "lora_alpha": 16,
73
+ "lora_dropout": 0.1,
74
+ "lora_full_model": false,
75
+ "optimizer_lr": 0.0001,
76
+ "optimizer_betas": [
77
+ 0.95,
78
+ 0.999
79
+ ],
80
+ "optimizer_eps": 1e-08,
81
+ "optimizer_weight_decay": 1e-05,
82
+ "warmup_ratio": 0.05,
83
+ "use_bf16": true,
84
+ "video_backend": "decord",
85
+ "balance_dataset_weights": true,
86
+ "balance_trajectory_weights": true,
87
+ "dataset_paths": null,
88
+ "output_dir": "./tmp/gr00t",
89
+ "save_steps": 1000,
90
+ "max_steps": 10000,
91
+ "batch_size": 32,
92
+ "dataloader_num_workers": 8,
93
+ "report_to": "wandb",
94
+ "resume": false
95
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a851c4d8aa99fe7c44a0c1e4886e952949fbb88b4cc38390e194bc02254b5172
3
+ size 6964802952
policy_postprocessor.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "groot_action_unpack_unnormalize_v1",
6
+ "config": {
7
+ "env_action_dim": 12,
8
+ "normalize_min_max": true
9
+ },
10
+ "state_file": "policy_postprocessor_step_0_groot_action_unpack_unnormalize_v1.safetensors"
11
+ },
12
+ {
13
+ "registry_name": "device_processor",
14
+ "config": {
15
+ "device": "cpu",
16
+ "float_dtype": null
17
+ }
18
+ }
19
+ ]
20
+ }
policy_postprocessor_step_0_groot_action_unpack_unnormalize_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a1368cda9362c3ab3a496e5404adf7dff41511789f432d33b31c576d30ebac7
3
+ size 10432
policy_preprocessor.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "groot_pack_inputs_v3",
16
+ "config": {
17
+ "state_horizon": 1,
18
+ "action_horizon": 16,
19
+ "max_state_dim": 64,
20
+ "max_action_dim": 32,
21
+ "language_key": "task",
22
+ "formalize_language": false,
23
+ "embodiment_tag": "new_embodiment",
24
+ "embodiment_mapping": {
25
+ "new_embodiment": 31,
26
+ "oxe_droid": 17,
27
+ "agibot_genie1": 26,
28
+ "gr1": 24,
29
+ "so100": 2,
30
+ "unitree_g1": 3
31
+ },
32
+ "normalize_min_max": true
33
+ },
34
+ "state_file": "policy_preprocessor_step_2_groot_pack_inputs_v3.safetensors"
35
+ },
36
+ {
37
+ "registry_name": "groot_eagle_encode_v3",
38
+ "config": {}
39
+ },
40
+ {
41
+ "registry_name": "groot_eagle_collate_v3",
42
+ "config": {}
43
+ },
44
+ {
45
+ "registry_name": "device_processor",
46
+ "config": {
47
+ "device": "cuda",
48
+ "float_dtype": null
49
+ }
50
+ }
51
+ ]
52
+ }
policy_preprocessor_step_2_groot_pack_inputs_v3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a1368cda9362c3ab3a496e5404adf7dff41511789f432d33b31c576d30ebac7
3
+ size 10432
train_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "pepijn223/bimanual-so100-handover-cube",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ }
61
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec",
66
+ "streaming": false
67
+ },
68
+ "env": null,
69
+ "policy": {
70
+ "type": "groot",
71
+ "n_obs_steps": 1,
72
+ "input_features": {
73
+ "observation.state": {
74
+ "type": "STATE",
75
+ "shape": [
76
+ 12
77
+ ]
78
+ },
79
+ "observation.images.left": {
80
+ "type": "VISUAL",
81
+ "shape": [
82
+ 3,
83
+ 480,
84
+ 640
85
+ ]
86
+ },
87
+ "observation.images.top": {
88
+ "type": "VISUAL",
89
+ "shape": [
90
+ 3,
91
+ 480,
92
+ 640
93
+ ]
94
+ },
95
+ "observation.images.right": {
96
+ "type": "VISUAL",
97
+ "shape": [
98
+ 3,
99
+ 480,
100
+ 640
101
+ ]
102
+ }
103
+ },
104
+ "output_features": {
105
+ "action": {
106
+ "type": "ACTION",
107
+ "shape": [
108
+ 12
109
+ ]
110
+ }
111
+ },
112
+ "device": "cuda",
113
+ "use_amp": false,
114
+ "push_to_hub": true,
115
+ "repo_id": "aractingi/groot-bimanual-latest",
116
+ "private": null,
117
+ "tags": null,
118
+ "license": null,
119
+ "pretrained_path": null,
120
+ "chunk_size": 50,
121
+ "n_action_steps": 50,
122
+ "max_state_dim": 64,
123
+ "max_action_dim": 32,
124
+ "normalization_mapping": {
125
+ "VISUAL": "IDENTITY",
126
+ "STATE": "MEAN_STD",
127
+ "ACTION": "MEAN_STD"
128
+ },
129
+ "image_size": [
130
+ 224,
131
+ 224
132
+ ],
133
+ "base_model_path": "nvidia/GR00T-N1.5-3B",
134
+ "embodiment_tag": "new_embodiment",
135
+ "tune_llm": false,
136
+ "tune_visual": false,
137
+ "tune_projector": true,
138
+ "tune_diffusion_model": false,
139
+ "lora_rank": 0,
140
+ "lora_alpha": 16,
141
+ "lora_dropout": 0.1,
142
+ "lora_full_model": false,
143
+ "optimizer_lr": 0.0001,
144
+ "optimizer_betas": [
145
+ 0.95,
146
+ 0.999
147
+ ],
148
+ "optimizer_eps": 1e-08,
149
+ "optimizer_weight_decay": 1e-05,
150
+ "warmup_ratio": 0.05,
151
+ "use_bf16": true,
152
+ "video_backend": "decord",
153
+ "balance_dataset_weights": true,
154
+ "balance_trajectory_weights": true,
155
+ "dataset_paths": null,
156
+ "output_dir": "./tmp/gr00t",
157
+ "save_steps": 1000,
158
+ "max_steps": 10000,
159
+ "batch_size": 32,
160
+ "dataloader_num_workers": 8,
161
+ "report_to": "wandb",
162
+ "resume": false
163
+ },
164
+ "output_dir": "/fsx/michel_aractingi/outputs/real/groot-bimanual-latest",
165
+ "job_name": "groot-bimanual-latest",
166
+ "resume": false,
167
+ "seed": 1000,
168
+ "num_workers": 4,
169
+ "batch_size": 32,
170
+ "steps": 50000,
171
+ "eval_freq": 20000,
172
+ "log_freq": 50,
173
+ "save_checkpoint": true,
174
+ "save_freq": 2500,
175
+ "use_policy_training_preset": true,
176
+ "optimizer": {
177
+ "type": "adamw",
178
+ "lr": 0.0001,
179
+ "weight_decay": 1e-05,
180
+ "grad_clip_norm": 10.0,
181
+ "betas": [
182
+ 0.95,
183
+ 0.999
184
+ ],
185
+ "eps": 1e-08
186
+ },
187
+ "scheduler": {
188
+ "type": "cosine_decay_with_warmup",
189
+ "num_warmup_steps": 500,
190
+ "num_decay_steps": 10000,
191
+ "peak_lr": 0.0001,
192
+ "decay_lr": 1e-05
193
+ },
194
+ "eval": {
195
+ "n_episodes": 50,
196
+ "batch_size": 50,
197
+ "use_async_envs": false
198
+ },
199
+ "wandb": {
200
+ "enable": true,
201
+ "disable_artifact": true,
202
+ "project": "groot",
203
+ "entity": null,
204
+ "notes": null,
205
+ "run_id": "vmf2296c",
206
+ "mode": null
207
+ }
208
+ }