usr256864 commited on
Commit
a11115d
·
verified ·
1 Parent(s): 0d2826c

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