usr256864 commited on
Commit
a1af274
·
verified ·
1 Parent(s): acb06b3

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "groot",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.image": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 3,
9
+ 256,
10
+ 256
11
+ ]
12
+ },
13
+ "observation.state": {
14
+ "type": "STATE",
15
+ "shape": [
16
+ 32
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 32
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": true,
32
+ "repo_id": "usr256864/pi0",
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "chunk_size": 50,
38
+ "n_action_steps": 50,
39
+ "max_state_dim": 64,
40
+ "max_action_dim": 32,
41
+ "normalization_mapping": {
42
+ "VISUAL": "IDENTITY",
43
+ "STATE": "MEAN_STD",
44
+ "ACTION": "MEAN_STD"
45
+ },
46
+ "image_size": [
47
+ 224,
48
+ 224
49
+ ],
50
+ "base_model_path": "nvidia/GR00T-N1.5-3B",
51
+ "tokenizer_assets_repo": "lerobot/eagle2hg-processor-groot-n1p5",
52
+ "embodiment_tag": "new_embodiment",
53
+ "tune_llm": false,
54
+ "tune_visual": false,
55
+ "tune_projector": true,
56
+ "tune_diffusion_model": true,
57
+ "lora_rank": 0,
58
+ "lora_alpha": 16,
59
+ "lora_dropout": 0.1,
60
+ "lora_full_model": false,
61
+ "optimizer_lr": 0.0001,
62
+ "optimizer_betas": [
63
+ 0.95,
64
+ 0.999
65
+ ],
66
+ "optimizer_eps": 1e-08,
67
+ "optimizer_weight_decay": 1e-05,
68
+ "warmup_ratio": 0.05,
69
+ "use_bf16": true,
70
+ "video_backend": "decord",
71
+ "balance_dataset_weights": true,
72
+ "balance_trajectory_weights": true,
73
+ "dataset_paths": null,
74
+ "output_dir": "./tmp/gr00t",
75
+ "save_steps": 1000,
76
+ "max_steps": 10000,
77
+ "batch_size": 32,
78
+ "dataloader_num_workers": 8,
79
+ "report_to": "wandb",
80
+ "resume": false
81
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac016713090cadc7223e435f291d1350a29a0bd37a3d0ab3e8d523ec3e132b08
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": 32,
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:2b9093afc871bb5db2f51fb33145e79f5e70937f49a237634e1e1ca6706a88ae
3
+ size 11088
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:2b9093afc871bb5db2f51fb33145e79f5e70937f49a237634e1e1ca6706a88ae
3
+ size 11088
train_config.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "usr256864/lr_ds",
4
+ "root": "../datasets/RH5_dataset_old_repo_target",
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
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "revision": null,
78
+ "use_imagenet_stats": true,
79
+ "video_backend": "torchcodec",
80
+ "streaming": false
81
+ },
82
+ "env": {
83
+ "type": "rh5",
84
+ "task": "walk",
85
+ "fps": 30,
86
+ "features": {
87
+ "action": {
88
+ "type": "ACTION",
89
+ "shape": [
90
+ 32
91
+ ]
92
+ },
93
+ "agent_pos": {
94
+ "type": "STATE",
95
+ "shape": [
96
+ 63
97
+ ]
98
+ },
99
+ "pixels/top": {
100
+ "type": "VISUAL",
101
+ "shape": [
102
+ 480,
103
+ 640,
104
+ 3
105
+ ]
106
+ }
107
+ },
108
+ "features_map": {
109
+ "action": "action",
110
+ "agent_pos": "observation.state",
111
+ "top": "observation.image",
112
+ "pixels/top": "observation.image"
113
+ },
114
+ "max_parallel_tasks": 1,
115
+ "disable_env_checker": true,
116
+ "num_envs": 1,
117
+ "config": null,
118
+ "episode_length": 2000,
119
+ "obs_type": "pixels_agent_pos",
120
+ "render_mode": "rgb_array",
121
+ "use_velocity": false,
122
+ "task_description": "rh5 task",
123
+ "tasks": [
124
+ "target"
125
+ ],
126
+ "horizons": null,
127
+ "add_distractor": false,
128
+ "seed": 42,
129
+ "ablation": null
130
+ },
131
+ "policy": {
132
+ "type": "groot",
133
+ "n_obs_steps": 1,
134
+ "input_features": {
135
+ "observation.image": {
136
+ "type": "VISUAL",
137
+ "shape": [
138
+ 3,
139
+ 256,
140
+ 256
141
+ ]
142
+ },
143
+ "observation.state": {
144
+ "type": "STATE",
145
+ "shape": [
146
+ 32
147
+ ]
148
+ }
149
+ },
150
+ "output_features": {
151
+ "action": {
152
+ "type": "ACTION",
153
+ "shape": [
154
+ 32
155
+ ]
156
+ }
157
+ },
158
+ "device": "cuda",
159
+ "use_amp": false,
160
+ "use_peft": false,
161
+ "push_to_hub": true,
162
+ "repo_id": "usr256864/pi0",
163
+ "private": null,
164
+ "tags": null,
165
+ "license": null,
166
+ "pretrained_path": null,
167
+ "chunk_size": 50,
168
+ "n_action_steps": 50,
169
+ "max_state_dim": 64,
170
+ "max_action_dim": 32,
171
+ "normalization_mapping": {
172
+ "VISUAL": "IDENTITY",
173
+ "STATE": "MEAN_STD",
174
+ "ACTION": "MEAN_STD"
175
+ },
176
+ "image_size": [
177
+ 224,
178
+ 224
179
+ ],
180
+ "base_model_path": "nvidia/GR00T-N1.5-3B",
181
+ "tokenizer_assets_repo": "lerobot/eagle2hg-processor-groot-n1p5",
182
+ "embodiment_tag": "new_embodiment",
183
+ "tune_llm": false,
184
+ "tune_visual": false,
185
+ "tune_projector": true,
186
+ "tune_diffusion_model": true,
187
+ "lora_rank": 0,
188
+ "lora_alpha": 16,
189
+ "lora_dropout": 0.1,
190
+ "lora_full_model": false,
191
+ "optimizer_lr": 0.0001,
192
+ "optimizer_betas": [
193
+ 0.95,
194
+ 0.999
195
+ ],
196
+ "optimizer_eps": 1e-08,
197
+ "optimizer_weight_decay": 1e-05,
198
+ "warmup_ratio": 0.05,
199
+ "use_bf16": true,
200
+ "video_backend": "decord",
201
+ "balance_dataset_weights": true,
202
+ "balance_trajectory_weights": true,
203
+ "dataset_paths": null,
204
+ "output_dir": "./tmp/gr00t",
205
+ "save_steps": 1000,
206
+ "max_steps": 10000,
207
+ "batch_size": 32,
208
+ "dataloader_num_workers": 8,
209
+ "report_to": "wandb",
210
+ "resume": false
211
+ },
212
+ "output_dir": "outputs/train/2026-03-04/10-19-53_groot_training_delta",
213
+ "job_name": "groot_training_delta",
214
+ "resume": false,
215
+ "seed": 1000,
216
+ "num_workers": 4,
217
+ "batch_size": 32,
218
+ "steps": 200000,
219
+ "eval_freq": 0,
220
+ "log_freq": 500,
221
+ "tolerance_s": 0.0001,
222
+ "save_checkpoint": true,
223
+ "save_freq": 1000,
224
+ "use_policy_training_preset": true,
225
+ "optimizer": {
226
+ "type": "adamw",
227
+ "lr": 0.0001,
228
+ "weight_decay": 1e-05,
229
+ "grad_clip_norm": 10.0,
230
+ "betas": [
231
+ 0.95,
232
+ 0.999
233
+ ],
234
+ "eps": 1e-08
235
+ },
236
+ "scheduler": {
237
+ "type": "cosine_decay_with_warmup",
238
+ "num_warmup_steps": 500,
239
+ "num_decay_steps": 10000,
240
+ "peak_lr": 0.0001,
241
+ "decay_lr": 1e-05
242
+ },
243
+ "eval": {
244
+ "n_episodes": 3,
245
+ "batch_size": 3,
246
+ "use_async_envs": false
247
+ },
248
+ "wandb": {
249
+ "enable": false,
250
+ "disable_artifact": true,
251
+ "project": "lerobot",
252
+ "entity": null,
253
+ "notes": null,
254
+ "run_id": null,
255
+ "mode": null
256
+ },
257
+ "peft": null,
258
+ "use_rabc": false,
259
+ "rabc_progress_path": null,
260
+ "rabc_kappa": 0.01,
261
+ "rabc_epsilon": 1e-06,
262
+ "rabc_head_mode": "sparse",
263
+ "rename_map": {},
264
+ "checkpoint_path": null,
265
+ "eval_ds": "../datasets/RH5_dataset_old_repo_target",
266
+ "episode_idx": 0,
267
+ "absolute": false,
268
+ "num_eval_samples": 1,
269
+ "use_velocity": false,
270
+ "play": false,
271
+ "max_episodes_rendered": 1,
272
+ "return_episode_data": true,
273
+ "ablation": null
274
+ }