usr256864 commited on
Commit
77c5862
·
verified ·
1 Parent(s): 1885429

Initial model upload

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": false,
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:9a846935f24ed43c2ca57960eb80ba675b44fe145df7f5464564a946c628a405
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:575e3e54c59eb5e1f1f6deae68caadca0e5bfe6e9404055d322bc2a942330ac9
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:575e3e54c59eb5e1f1f6deae68caadca0e5bfe6e9404055d322bc2a942330ac9
3
+ size 11088
train_config.json ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "usr256864/lr_ds",
4
+ "root": "/netscratch/mboukheddimi/RH5_dataset_threads/",
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
+ 32
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
+ "config": {
117
+ "eval_ds": "/netscratch/mboukheddimi/RH5_dataset_threads/",
118
+ "episode_idx": 806,
119
+ "absolute": false
120
+ },
121
+ "episode_length": 800,
122
+ "obs_type": "pixels_agent_pos",
123
+ "render_mode": "rgb_array"
124
+ },
125
+ "policy": {
126
+ "type": "groot",
127
+ "n_obs_steps": 1,
128
+ "input_features": {
129
+ "observation.image": {
130
+ "type": "VISUAL",
131
+ "shape": [
132
+ 3,
133
+ 256,
134
+ 256
135
+ ]
136
+ },
137
+ "observation.state": {
138
+ "type": "STATE",
139
+ "shape": [
140
+ 32
141
+ ]
142
+ }
143
+ },
144
+ "output_features": {
145
+ "action": {
146
+ "type": "ACTION",
147
+ "shape": [
148
+ 32
149
+ ]
150
+ }
151
+ },
152
+ "device": "cuda",
153
+ "use_amp": false,
154
+ "use_peft": false,
155
+ "push_to_hub": false,
156
+ "repo_id": "usr256864/pi0",
157
+ "private": null,
158
+ "tags": null,
159
+ "license": null,
160
+ "pretrained_path": null,
161
+ "chunk_size": 50,
162
+ "n_action_steps": 50,
163
+ "max_state_dim": 64,
164
+ "max_action_dim": 32,
165
+ "normalization_mapping": {
166
+ "VISUAL": "IDENTITY",
167
+ "STATE": "MEAN_STD",
168
+ "ACTION": "MEAN_STD"
169
+ },
170
+ "image_size": [
171
+ 224,
172
+ 224
173
+ ],
174
+ "base_model_path": "nvidia/GR00T-N1.5-3B",
175
+ "tokenizer_assets_repo": "lerobot/eagle2hg-processor-groot-n1p5",
176
+ "embodiment_tag": "new_embodiment",
177
+ "tune_llm": false,
178
+ "tune_visual": false,
179
+ "tune_projector": true,
180
+ "tune_diffusion_model": true,
181
+ "lora_rank": 0,
182
+ "lora_alpha": 16,
183
+ "lora_dropout": 0.1,
184
+ "lora_full_model": false,
185
+ "optimizer_lr": 0.0001,
186
+ "optimizer_betas": [
187
+ 0.95,
188
+ 0.999
189
+ ],
190
+ "optimizer_eps": 1e-08,
191
+ "optimizer_weight_decay": 1e-05,
192
+ "warmup_ratio": 0.05,
193
+ "use_bf16": true,
194
+ "video_backend": "decord",
195
+ "balance_dataset_weights": true,
196
+ "balance_trajectory_weights": true,
197
+ "dataset_paths": null,
198
+ "output_dir": "./tmp/gr00t",
199
+ "save_steps": 1000,
200
+ "max_steps": 10000,
201
+ "batch_size": 32,
202
+ "dataloader_num_workers": 8,
203
+ "report_to": "wandb",
204
+ "resume": false
205
+ },
206
+ "output_dir": "outputs/train/2026-01-26/17-54-01_groot_training_delta",
207
+ "job_name": "groot_training_delta",
208
+ "resume": false,
209
+ "seed": 1000,
210
+ "num_workers": 4,
211
+ "batch_size": 32,
212
+ "steps": 100000,
213
+ "eval_freq": 5000,
214
+ "log_freq": 400,
215
+ "tolerance_s": 0.0001,
216
+ "save_checkpoint": true,
217
+ "save_freq": 10000,
218
+ "use_policy_training_preset": true,
219
+ "optimizer": {
220
+ "type": "adamw",
221
+ "lr": 0.0001,
222
+ "weight_decay": 1e-05,
223
+ "grad_clip_norm": 10.0,
224
+ "betas": [
225
+ 0.95,
226
+ 0.999
227
+ ],
228
+ "eps": 1e-08
229
+ },
230
+ "scheduler": {
231
+ "type": "cosine_decay_with_warmup",
232
+ "num_warmup_steps": 500,
233
+ "num_decay_steps": 10000,
234
+ "peak_lr": 0.0001,
235
+ "decay_lr": 1e-05
236
+ },
237
+ "eval": {
238
+ "n_episodes": 1,
239
+ "batch_size": 1,
240
+ "use_async_envs": false
241
+ },
242
+ "wandb": {
243
+ "enable": false,
244
+ "disable_artifact": true,
245
+ "project": "lerobot",
246
+ "entity": null,
247
+ "notes": null,
248
+ "run_id": null,
249
+ "mode": null
250
+ },
251
+ "peft": null,
252
+ "use_rabc": false,
253
+ "rabc_progress_path": null,
254
+ "rabc_kappa": 0.01,
255
+ "rabc_epsilon": 1e-06,
256
+ "rabc_head_mode": "sparse",
257
+ "rename_map": {},
258
+ "checkpoint_path": null,
259
+ "eval_ds": "/netscratch/mboukheddimi/RH5_dataset_threads/",
260
+ "episode_idx": 806,
261
+ "absolute": false
262
+ }