myx160 commited on
Commit
696f8a2
·
verified ·
1 Parent(s): aea375d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ wandb/offline-run-20260725_202727-e6p1ljzt/run-e6p1ljzt.wandb filter=lfs diff=lfs merge=lfs -text
checkpoints/020000/pretrained_model/config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "pi05",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 8
9
+ ]
10
+ },
11
+ "observation.images.cam_color_0": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.cam_color_1": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.cam_color_2": {
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
+ 8
41
+ ]
42
+ }
43
+ },
44
+ "device": "cuda",
45
+ "use_amp": false,
46
+ "use_peft": false,
47
+ "push_to_hub": false,
48
+ "repo_id": null,
49
+ "private": null,
50
+ "tags": null,
51
+ "license": null,
52
+ "pretrained_path": "lerobot/pi05_base",
53
+ "paligemma_variant": "gemma_2b",
54
+ "action_expert_variant": "gemma_300m",
55
+ "dtype": "bfloat16",
56
+ "chunk_size": 32,
57
+ "n_action_steps": 32,
58
+ "max_state_dim": 32,
59
+ "max_action_dim": 32,
60
+ "num_inference_steps": 10,
61
+ "time_sampling_beta_alpha": 1.5,
62
+ "time_sampling_beta_beta": 1.0,
63
+ "time_sampling_scale": 0.999,
64
+ "time_sampling_offset": 0.001,
65
+ "min_period": 0.004,
66
+ "max_period": 4.0,
67
+ "use_relative_actions": true,
68
+ "relative_exclude_joints": [
69
+ "gripper"
70
+ ],
71
+ "action_feature_names": [
72
+ [
73
+ "kRightShoulderPitch",
74
+ "kRightShoulderRoll",
75
+ "kRightShoulderYaw",
76
+ "kRightElbow",
77
+ "kRightWristRoll",
78
+ "kRightWristPitch",
79
+ "kRightWristYaw",
80
+ "kRightGripper"
81
+ ]
82
+ ],
83
+ "rtc_config": null,
84
+ "image_resolution": [
85
+ 224,
86
+ 224
87
+ ],
88
+ "empty_cameras": 0,
89
+ "tokenizer_max_length": 200,
90
+ "normalization_mapping": {
91
+ "VISUAL": "IDENTITY",
92
+ "STATE": "QUANTILES",
93
+ "ACTION": "QUANTILES"
94
+ },
95
+ "gradient_checkpointing": false,
96
+ "compile_model": false,
97
+ "compile_mode": "max-autotune",
98
+ "freeze_vision_encoder": false,
99
+ "train_expert_only": true,
100
+ "optimizer_lr": 2.5e-05,
101
+ "optimizer_betas": [
102
+ 0.9,
103
+ 0.95
104
+ ],
105
+ "optimizer_eps": 1e-08,
106
+ "optimizer_weight_decay": 0.01,
107
+ "optimizer_grad_clip_norm": 1.0,
108
+ "scheduler_warmup_steps": 1000,
109
+ "scheduler_decay_steps": 30000,
110
+ "scheduler_decay_lr": 2.5e-06
111
+ }
checkpoints/020000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7566f4bf4a9538cd7a83a48803a483dd81299da7cdf2b8a44f8611e3fa64917b
3
+ size 9354050752
checkpoints/020000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 8
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
18
+ "STATE": "QUANTILES",
19
+ "ACTION": "QUANTILES"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "absolute_actions_processor",
26
+ "config": {
27
+ "enabled": true
28
+ }
29
+ },
30
+ {
31
+ "registry_name": "device_processor",
32
+ "config": {
33
+ "device": "cpu",
34
+ "float_dtype": null
35
+ }
36
+ }
37
+ ]
38
+ }
checkpoints/020000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681f2516073f373ddb6a786214d724c6305ad93105472d528272513ed2b6b0af
3
+ size 8912
checkpoints/020000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "relative_actions_processor",
16
+ "config": {
17
+ "enabled": true,
18
+ "exclude_joints": [
19
+ "gripper"
20
+ ],
21
+ "action_names": [
22
+ [
23
+ "kRightShoulderPitch",
24
+ "kRightShoulderRoll",
25
+ "kRightShoulderYaw",
26
+ "kRightElbow",
27
+ "kRightWristRoll",
28
+ "kRightWristPitch",
29
+ "kRightWristYaw",
30
+ "kRightGripper"
31
+ ]
32
+ ]
33
+ }
34
+ },
35
+ {
36
+ "registry_name": "normalizer_processor",
37
+ "config": {
38
+ "eps": 1e-08,
39
+ "features": {
40
+ "observation.state": {
41
+ "type": "STATE",
42
+ "shape": [
43
+ 8
44
+ ]
45
+ },
46
+ "observation.images.cam_color_0": {
47
+ "type": "VISUAL",
48
+ "shape": [
49
+ 3,
50
+ 480,
51
+ 640
52
+ ]
53
+ },
54
+ "observation.images.cam_color_1": {
55
+ "type": "VISUAL",
56
+ "shape": [
57
+ 3,
58
+ 480,
59
+ 640
60
+ ]
61
+ },
62
+ "observation.images.cam_color_2": {
63
+ "type": "VISUAL",
64
+ "shape": [
65
+ 3,
66
+ 480,
67
+ 640
68
+ ]
69
+ },
70
+ "action": {
71
+ "type": "ACTION",
72
+ "shape": [
73
+ 8
74
+ ]
75
+ }
76
+ },
77
+ "norm_map": {
78
+ "VISUAL": "IDENTITY",
79
+ "STATE": "QUANTILES",
80
+ "ACTION": "QUANTILES"
81
+ }
82
+ },
83
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
84
+ },
85
+ {
86
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
87
+ "config": {}
88
+ },
89
+ {
90
+ "registry_name": "tokenizer_processor",
91
+ "config": {
92
+ "max_length": 200,
93
+ "task_key": "task",
94
+ "padding_side": "right",
95
+ "padding": "max_length",
96
+ "truncation": true,
97
+ "tokenizer_name": "google/paligemma-3b-pt-224"
98
+ }
99
+ },
100
+ {
101
+ "registry_name": "device_processor",
102
+ "config": {
103
+ "device": "cuda",
104
+ "float_dtype": null
105
+ }
106
+ }
107
+ ]
108
+ }
checkpoints/020000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:703f7ce17165576f3a6fcca7219b3b6ddb46c9f418fbe2a1f555085da2ab1bd2
3
+ size 8928
checkpoints/020000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "local/pp_YellowCube_TwoBox",
4
+ "root": "/mnt/cpfs/myx/unitree_data/lerobot_unitree_outputs/pp_YellowCube_TwoBox",
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": "pyav",
80
+ "return_uint8": false,
81
+ "streaming": false
82
+ },
83
+ "env": null,
84
+ "policy": {
85
+ "type": "pi05",
86
+ "n_obs_steps": 1,
87
+ "input_features": {
88
+ "observation.state": {
89
+ "type": "STATE",
90
+ "shape": [
91
+ 8
92
+ ]
93
+ },
94
+ "observation.images.cam_color_0": {
95
+ "type": "VISUAL",
96
+ "shape": [
97
+ 3,
98
+ 480,
99
+ 640
100
+ ]
101
+ },
102
+ "observation.images.cam_color_1": {
103
+ "type": "VISUAL",
104
+ "shape": [
105
+ 3,
106
+ 480,
107
+ 640
108
+ ]
109
+ },
110
+ "observation.images.cam_color_2": {
111
+ "type": "VISUAL",
112
+ "shape": [
113
+ 3,
114
+ 480,
115
+ 640
116
+ ]
117
+ }
118
+ },
119
+ "output_features": {
120
+ "action": {
121
+ "type": "ACTION",
122
+ "shape": [
123
+ 8
124
+ ]
125
+ }
126
+ },
127
+ "device": "cuda",
128
+ "use_amp": false,
129
+ "use_peft": false,
130
+ "push_to_hub": false,
131
+ "repo_id": null,
132
+ "private": null,
133
+ "tags": null,
134
+ "license": null,
135
+ "pretrained_path": "lerobot/pi05_base",
136
+ "paligemma_variant": "gemma_2b",
137
+ "action_expert_variant": "gemma_300m",
138
+ "dtype": "bfloat16",
139
+ "chunk_size": 32,
140
+ "n_action_steps": 32,
141
+ "max_state_dim": 32,
142
+ "max_action_dim": 32,
143
+ "num_inference_steps": 10,
144
+ "time_sampling_beta_alpha": 1.5,
145
+ "time_sampling_beta_beta": 1.0,
146
+ "time_sampling_scale": 0.999,
147
+ "time_sampling_offset": 0.001,
148
+ "min_period": 0.004,
149
+ "max_period": 4.0,
150
+ "use_relative_actions": true,
151
+ "relative_exclude_joints": [
152
+ "gripper"
153
+ ],
154
+ "action_feature_names": [
155
+ [
156
+ "kRightShoulderPitch",
157
+ "kRightShoulderRoll",
158
+ "kRightShoulderYaw",
159
+ "kRightElbow",
160
+ "kRightWristRoll",
161
+ "kRightWristPitch",
162
+ "kRightWristYaw",
163
+ "kRightGripper"
164
+ ]
165
+ ],
166
+ "rtc_config": null,
167
+ "image_resolution": [
168
+ 224,
169
+ 224
170
+ ],
171
+ "empty_cameras": 0,
172
+ "tokenizer_max_length": 200,
173
+ "normalization_mapping": {
174
+ "VISUAL": "IDENTITY",
175
+ "STATE": "QUANTILES",
176
+ "ACTION": "QUANTILES"
177
+ },
178
+ "gradient_checkpointing": false,
179
+ "compile_model": false,
180
+ "compile_mode": "max-autotune",
181
+ "freeze_vision_encoder": false,
182
+ "train_expert_only": true,
183
+ "optimizer_lr": 2.5e-05,
184
+ "optimizer_betas": [
185
+ 0.9,
186
+ 0.95
187
+ ],
188
+ "optimizer_eps": 1e-08,
189
+ "optimizer_weight_decay": 0.01,
190
+ "optimizer_grad_clip_norm": 1.0,
191
+ "scheduler_warmup_steps": 1000,
192
+ "scheduler_decay_steps": 30000,
193
+ "scheduler_decay_lr": 2.5e-06
194
+ },
195
+ "reward_model": null,
196
+ "output_dir": "/mnt/cpfs/myx/unitree_data/outputs/pi05_pp_YellowCube_TwoBox_ActionOnly",
197
+ "job_name": "pi05_pp_YellowCube_TwoBox_ActionOnly",
198
+ "resume": false,
199
+ "seed": 1000,
200
+ "cudnn_deterministic": false,
201
+ "num_workers": 8,
202
+ "batch_size": 16,
203
+ "prefetch_factor": 4,
204
+ "persistent_workers": true,
205
+ "steps": 20000,
206
+ "eval_freq": 0,
207
+ "log_freq": 100,
208
+ "tolerance_s": 0.0001,
209
+ "save_checkpoint": true,
210
+ "save_freq": 20000,
211
+ "use_policy_training_preset": true,
212
+ "optimizer": {
213
+ "type": "adamw",
214
+ "lr": 2.5e-05,
215
+ "weight_decay": 0.01,
216
+ "grad_clip_norm": 1.0,
217
+ "betas": [
218
+ 0.9,
219
+ 0.95
220
+ ],
221
+ "eps": 1e-08
222
+ },
223
+ "scheduler": {
224
+ "type": "cosine_decay_with_warmup",
225
+ "num_warmup_steps": 1000,
226
+ "num_decay_steps": 30000,
227
+ "peak_lr": 2.5e-05,
228
+ "decay_lr": 2.5e-06
229
+ },
230
+ "eval": {
231
+ "n_episodes": 50,
232
+ "batch_size": 50,
233
+ "use_async_envs": true
234
+ },
235
+ "wandb": {
236
+ "enable": true,
237
+ "disable_artifact": false,
238
+ "project": "g1d_lerobot",
239
+ "entity": null,
240
+ "notes": null,
241
+ "run_id": "e6p1ljzt",
242
+ "mode": "offline",
243
+ "add_tags": true
244
+ },
245
+ "peft": null,
246
+ "sample_weighting": null,
247
+ "rename_map": {},
248
+ "checkpoint_path": null
249
+ }
checkpoints/020000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,834 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2.5e-06,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.01,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "initial_lr": 2.5e-05,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505,
525
+ 506,
526
+ 507,
527
+ 508,
528
+ 509,
529
+ 510,
530
+ 511,
531
+ 512,
532
+ 513,
533
+ 514,
534
+ 515,
535
+ 516,
536
+ 517,
537
+ 518,
538
+ 519,
539
+ 520,
540
+ 521,
541
+ 522,
542
+ 523,
543
+ 524,
544
+ 525,
545
+ 526,
546
+ 527,
547
+ 528,
548
+ 529,
549
+ 530,
550
+ 531,
551
+ 532,
552
+ 533,
553
+ 534,
554
+ 535,
555
+ 536,
556
+ 537,
557
+ 538,
558
+ 539,
559
+ 540,
560
+ 541,
561
+ 542,
562
+ 543,
563
+ 544,
564
+ 545,
565
+ 546,
566
+ 547,
567
+ 548,
568
+ 549,
569
+ 550,
570
+ 551,
571
+ 552,
572
+ 553,
573
+ 554,
574
+ 555,
575
+ 556,
576
+ 557,
577
+ 558,
578
+ 559,
579
+ 560,
580
+ 561,
581
+ 562,
582
+ 563,
583
+ 564,
584
+ 565,
585
+ 566,
586
+ 567,
587
+ 568,
588
+ 569,
589
+ 570,
590
+ 571,
591
+ 572,
592
+ 573,
593
+ 574,
594
+ 575,
595
+ 576,
596
+ 577,
597
+ 578,
598
+ 579,
599
+ 580,
600
+ 581,
601
+ 582,
602
+ 583,
603
+ 584,
604
+ 585,
605
+ 586,
606
+ 587,
607
+ 588,
608
+ 589,
609
+ 590,
610
+ 591,
611
+ 592,
612
+ 593,
613
+ 594,
614
+ 595,
615
+ 596,
616
+ 597,
617
+ 598,
618
+ 599,
619
+ 600,
620
+ 601,
621
+ 602,
622
+ 603,
623
+ 604,
624
+ 605,
625
+ 606,
626
+ 607,
627
+ 608,
628
+ 609,
629
+ 610,
630
+ 611,
631
+ 612,
632
+ 613,
633
+ 614,
634
+ 615,
635
+ 616,
636
+ 617,
637
+ 618,
638
+ 619,
639
+ 620,
640
+ 621,
641
+ 622,
642
+ 623,
643
+ 624,
644
+ 625,
645
+ 626,
646
+ 627,
647
+ 628,
648
+ 629,
649
+ 630,
650
+ 631,
651
+ 632,
652
+ 633,
653
+ 634,
654
+ 635,
655
+ 636,
656
+ 637,
657
+ 638,
658
+ 639,
659
+ 640,
660
+ 641,
661
+ 642,
662
+ 643,
663
+ 644,
664
+ 645,
665
+ 646,
666
+ 647,
667
+ 648,
668
+ 649,
669
+ 650,
670
+ 651,
671
+ 652,
672
+ 653,
673
+ 654,
674
+ 655,
675
+ 656,
676
+ 657,
677
+ 658,
678
+ 659,
679
+ 660,
680
+ 661,
681
+ 662,
682
+ 663,
683
+ 664,
684
+ 665,
685
+ 666,
686
+ 667,
687
+ 668,
688
+ 669,
689
+ 670,
690
+ 671,
691
+ 672,
692
+ 673,
693
+ 674,
694
+ 675,
695
+ 676,
696
+ 677,
697
+ 678,
698
+ 679,
699
+ 680,
700
+ 681,
701
+ 682,
702
+ 683,
703
+ 684,
704
+ 685,
705
+ 686,
706
+ 687,
707
+ 688,
708
+ 689,
709
+ 690,
710
+ 691,
711
+ 692,
712
+ 693,
713
+ 694,
714
+ 695,
715
+ 696,
716
+ 697,
717
+ 698,
718
+ 699,
719
+ 700,
720
+ 701,
721
+ 702,
722
+ 703,
723
+ 704,
724
+ 705,
725
+ 706,
726
+ 707,
727
+ 708,
728
+ 709,
729
+ 710,
730
+ 711,
731
+ 712,
732
+ 713,
733
+ 714,
734
+ 715,
735
+ 716,
736
+ 717,
737
+ 718,
738
+ 719,
739
+ 720,
740
+ 721,
741
+ 722,
742
+ 723,
743
+ 724,
744
+ 725,
745
+ 726,
746
+ 727,
747
+ 728,
748
+ 729,
749
+ 730,
750
+ 731,
751
+ 732,
752
+ 733,
753
+ 734,
754
+ 735,
755
+ 736,
756
+ 737,
757
+ 738,
758
+ 739,
759
+ 740,
760
+ 741,
761
+ 742,
762
+ 743,
763
+ 744,
764
+ 745,
765
+ 746,
766
+ 747,
767
+ 748,
768
+ 749,
769
+ 750,
770
+ 751,
771
+ 752,
772
+ 753,
773
+ 754,
774
+ 755,
775
+ 756,
776
+ 757,
777
+ 758,
778
+ 759,
779
+ 760,
780
+ 761,
781
+ 762,
782
+ 763,
783
+ 764,
784
+ 765,
785
+ 766,
786
+ 767,
787
+ 768,
788
+ 769,
789
+ 770,
790
+ 771,
791
+ 772,
792
+ 773,
793
+ 774,
794
+ 775,
795
+ 776,
796
+ 777,
797
+ 778,
798
+ 779,
799
+ 780,
800
+ 781,
801
+ 782,
802
+ 783,
803
+ 784,
804
+ 785,
805
+ 786,
806
+ 787,
807
+ 788,
808
+ 789,
809
+ 790,
810
+ 791,
811
+ 792,
812
+ 793,
813
+ 794,
814
+ 795,
815
+ 796,
816
+ 797,
817
+ 798,
818
+ 799,
819
+ 800,
820
+ 801,
821
+ 802,
822
+ 803,
823
+ 804,
824
+ 805,
825
+ 806,
826
+ 807,
827
+ 808,
828
+ 809,
829
+ 810,
830
+ 811,
831
+ 812
832
+ ]
833
+ }
834
+ ]
checkpoints/020000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68664fe243e42acbac4a6a1a1344f8036dcf8acd9c7edfc63b3b9f735f4368cf
3
+ size 2195136504
checkpoints/020000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a04f07c28f265b94ad698236783a715b017b8ea22992c62b46cf7f02f2eda6d6
3
+ size 15708
checkpoints/020000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 2.5e-05
4
+ ],
5
+ "last_epoch": 20000,
6
+ "_step_count": 20001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 2.5e-06
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/020000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 20000
3
+ }
wandb/debug-internal.log ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-07-25T20:27:27.968216287+08:00","level":"INFO","msg":"stream: starting","core version":"0.24.2"}
2
+ {"time":"2026-07-25T20:27:28.094861011+08:00","level":"WARN","msg":"featurechecker: GraphQL client is nil, skipping feature loading"}
3
+ {"time":"2026-07-25T20:27:28.094910911+08:00","level":"INFO","msg":"stream: created new stream","id":"e6p1ljzt"}
4
+ {"time":"2026-07-25T20:27:28.094951345+08:00","level":"INFO","msg":"handler: started","stream_id":"e6p1ljzt"}
5
+ {"time":"2026-07-25T20:27:28.097201762+08:00","level":"INFO","msg":"stream: started","id":"e6p1ljzt"}
6
+ {"time":"2026-07-25T20:27:28.097208939+08:00","level":"INFO","msg":"writer: started","stream_id":"e6p1ljzt"}
7
+ {"time":"2026-07-25T20:27:28.097215574+08:00","level":"INFO","msg":"sender: started","stream_id":"e6p1ljzt"}
8
+ {"time":"2026-07-25T20:27:28.098131412+08:00","level":"WARN","msg":"runupserter: server does not expand metric globs but the x_server_side_expand_glob_metrics setting is set; ignoring"}
9
+ {"time":"2026-07-26T05:29:13.335278393+08:00","level":"INFO","msg":"stream: closing","id":"e6p1ljzt"}
10
+ {"time":"2026-07-26T05:29:13.33581631+08:00","level":"INFO","msg":"handler: closed","stream_id":"e6p1ljzt"}
11
+ {"time":"2026-07-26T05:29:13.337971027+08:00","level":"INFO","msg":"sender: closed","stream_id":"e6p1ljzt"}
12
+ {"time":"2026-07-26T05:29:13.337990104+08:00","level":"INFO","msg":"stream: closed","id":"e6p1ljzt"}
wandb/debug.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-07-25 20:27:27,645 INFO MainThread:219188 [wandb_setup.py:_flush():81] Current SDK version is 0.24.2
2
+ 2026-07-25 20:27:27,646 INFO MainThread:219188 [wandb_setup.py:_flush():81] Configure stats pid to 219188
3
+ 2026-07-25 20:27:27,646 INFO MainThread:219188 [wandb_setup.py:_flush():81] Loading settings from environment variables
4
+ 2026-07-25 20:27:27,646 INFO MainThread:219188 [wandb_init.py:setup_run_log_directory():717] Logging user logs to /mnt/cpfs/myx/unitree_data/outputs/pi05_pp_YellowCube_TwoBox_ActionOnly/wandb/offline-run-20260725_202727-e6p1ljzt/logs/debug.log
5
+ 2026-07-25 20:27:27,647 INFO MainThread:219188 [wandb_init.py:setup_run_log_directory():718] Logging internal logs to /mnt/cpfs/myx/unitree_data/outputs/pi05_pp_YellowCube_TwoBox_ActionOnly/wandb/offline-run-20260725_202727-e6p1ljzt/logs/debug-internal.log
6
+ 2026-07-25 20:27:27,647 INFO MainThread:219188 [wandb_init.py:init():844] calling init triggers
7
+ 2026-07-25 20:27:27,647 INFO MainThread:219188 [wandb_init.py:init():849] wandb.init called with sweep_config: {}
8
+ config: {'dataset': {'repo_id': 'local/pp_YellowCube_TwoBox', 'root': '/mnt/cpfs/myx/unitree_data/lerobot_unitree_outputs/pp_YellowCube_TwoBox', 'episodes': None, 'image_transforms': {'enable': False, 'max_num_transforms': 3, 'random_order': False, 'tfs': {'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}, 'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}, 'affine': {'weight': 1.0, 'type': 'RandomAffine', 'kwargs': {'degrees': [-5.0, 5.0], 'translate': [0.05, 0.05]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'pyav', 'return_uint8': False, 'streaming': False}, 'env': None, 'policy': {'type': 'pi05', 'n_obs_steps': 1, 'input_features': {}, 'output_features': {}, 'device': 'cuda', 'use_amp': False, 'use_peft': False, 'push_to_hub': False, 'repo_id': None, 'private': None, 'tags': None, 'license': None, 'pretrained_path': 'lerobot/pi05_base', 'paligemma_variant': 'gemma_2b', 'action_expert_variant': 'gemma_300m', 'dtype': 'bfloat16', 'chunk_size': 32, 'n_action_steps': 32, 'max_state_dim': 32, 'max_action_dim': 32, 'num_inference_steps': 10, 'time_sampling_beta_alpha': 1.5, 'time_sampling_beta_beta': 1.0, 'time_sampling_scale': 0.999, 'time_sampling_offset': 0.001, 'min_period': 0.004, 'max_period': 4.0, 'use_relative_actions': True, 'relative_exclude_joints': ['gripper'], 'action_feature_names': None, 'rtc_config': None, 'image_resolution': [224, 224], 'empty_cameras': 0, 'tokenizer_max_length': 200, 'normalization_mapping': {'VISUAL': <NormalizationMode.IDENTITY: 'IDENTITY'>, 'STATE': <NormalizationMode.QUANTILES: 'QUANTILES'>, 'ACTION': <NormalizationMode.QUANTILES: 'QUANTILES'>}, 'gradient_checkpointing': False, 'compile_model': False, 'compile_mode': 'max-autotune', 'freeze_vision_encoder': False, 'train_expert_only': True, 'optimizer_lr': 2.5e-05, 'optimizer_betas': [0.9, 0.95], 'optimizer_eps': 1e-08, 'optimizer_weight_decay': 0.01, 'optimizer_grad_clip_norm': 1.0, 'scheduler_warmup_steps': 1000, 'scheduler_decay_steps': 30000, 'scheduler_decay_lr': 2.5e-06}, 'reward_model': None, 'output_dir': '/mnt/cpfs/myx/unitree_data/outputs/pi05_pp_YellowCube_TwoBox_ActionOnly', 'job_name': 'pi05_pp_YellowCube_TwoBox_ActionOnly', 'resume': False, 'seed': 1000, 'cudnn_deterministic': False, 'num_workers': 8, 'batch_size': 16, 'prefetch_factor': 4, 'persistent_workers': True, 'steps': 20000, 'eval_freq': 0, 'log_freq': 100, 'tolerance_s': 0.0001, 'save_checkpoint': True, 'save_freq': 20000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adamw', 'lr': 2.5e-05, 'weight_decay': 0.01, 'grad_clip_norm': 1.0, 'betas': [0.9, 0.95], 'eps': 1e-08}, 'scheduler': {'type': 'cosine_decay_with_warmup', 'num_warmup_steps': 1000, 'num_decay_steps': 30000, 'peak_lr': 2.5e-05, 'decay_lr': 2.5e-06}, 'eval': {'n_episodes': 50, 'batch_size': 50, 'use_async_envs': True}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'g1d_lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': 'offline', 'add_tags': True}, 'peft': None, 'sample_weighting': None, 'rename_map': {}, 'checkpoint_path': None, '_wandb': {}}
9
+ 2026-07-25 20:27:27,647 INFO MainThread:219188 [wandb_init.py:init():892] starting backend
10
+ 2026-07-25 20:27:27,939 INFO MainThread:219188 [wandb_init.py:init():895] sending inform_init request
11
+ 2026-07-25 20:27:27,957 INFO MainThread:219188 [wandb_init.py:init():903] backend started and connected
12
+ 2026-07-25 20:27:27,959 INFO MainThread:219188 [wandb_init.py:init():973] updated telemetry
13
+ 2026-07-25 20:27:27,976 INFO MainThread:219188 [wandb_init.py:init():997] communicating run to backend with 90.0 second timeout
14
+ 2026-07-25 20:27:28,099 INFO MainThread:219188 [wandb_init.py:init():1042] starting run threads in backend
15
+ 2026-07-25 20:27:28,259 INFO MainThread:219188 [wandb_run.py:_console_start():2529] atexit reg
16
+ 2026-07-25 20:27:28,259 INFO MainThread:219188 [wandb_run.py:_redirect():2377] redirect: wrap_raw
17
+ 2026-07-25 20:27:28,259 INFO MainThread:219188 [wandb_run.py:_redirect():2446] Wrapping output streams.
18
+ 2026-07-25 20:27:28,259 INFO MainThread:219188 [wandb_run.py:_redirect():2469] Redirects installed.
19
+ 2026-07-25 20:27:28,263 INFO MainThread:219188 [wandb_init.py:init():1082] run started, returning control to user process
20
+ 2026-07-26 05:29:13,335 INFO wandb-AsyncioManager-main:219188 [service_client.py:_forward_responses():94] Reached EOF.
21
+ 2026-07-26 05:29:13,335 INFO wandb-AsyncioManager-main:219188 [mailbox.py:close():154] Closing mailbox, abandoning 0 handles.
wandb/offline-run-20260725_202727-e6p1ljzt/files/requirements.txt ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-doc==0.0.4
2
+ attrs==26.1.0
3
+ urllib3==2.7.0
4
+ pydantic==2.13.4
5
+ torchvision==0.24.0+v0.1.0.ppu2.1.0.ce
6
+ pandas==2.3.3
7
+ sympy==1.14.0
8
+ httpcore==1.0.9
9
+ protobuf==6.33.6
10
+ datasets==4.8.5
11
+ Jinja2==3.1.6
12
+ gitdb==4.0.12
13
+ aiosignal==1.4.0
14
+ frozenlist==1.8.0
15
+ GitPython==3.1.50
16
+ jsonlines==4.0.0
17
+ requests==2.34.2
18
+ psutil==7.2.2
19
+ pillow==12.2.0
20
+ yarl==1.24.2
21
+ annotated-types==0.7.0
22
+ typing-inspect==0.9.0
23
+ torch==2.9.0+v0.1.0.ppu2.1.0.oe
24
+ dill==0.4.1
25
+ hf-xet==1.5.1
26
+ tzdata==2026.2
27
+ num2words==0.5.14
28
+ idna==3.18
29
+ six==1.17.0
30
+ cmake==4.1.3
31
+ h11==0.16.0
32
+ lerobot==0.5.2
33
+ typing-inspection==0.4.2
34
+ xxhash==3.8.0
35
+ Farama-Notifications==0.0.6
36
+ wandb==0.24.2
37
+ certifi==2026.6.17
38
+ typing_extensions==4.15.0
39
+ mdurl==0.1.2
40
+ aiohttp==3.14.1
41
+ rich==15.0.0
42
+ aiohappyeyeballs==2.6.2
43
+ charset-normalizer==3.4.7
44
+ huggingface_hub==1.21.0
45
+ sentry-sdk==2.64.0
46
+ propcache==0.5.2
47
+ pyarrow==24.0.0
48
+ click==8.4.2
49
+ accelerate==1.14.0
50
+ av==15.1.0
51
+ tqdm==4.68.3
52
+ mypy_extensions==1.1.0
53
+ setuptools==80.10.2
54
+ anyio==4.14.1
55
+ einops==0.8.2
56
+ multiprocess==0.70.19
57
+ docopt==0.6.2
58
+ typer==0.25.1
59
+ packaging==25.0
60
+ transformers==5.5.4
61
+ gymnasium==1.3.0
62
+ termcolor==3.3.0
63
+ PyYAML==6.0.3
64
+ tokenizers==0.22.2
65
+ numpy==2.2.6
66
+ mpmath==1.3.0
67
+ torchaudio==2.9.0+v0.1.0.ppu2.1.0.ce
68
+ networkx==3.6.1
69
+ pydantic_core==2.46.4
70
+ cloudpickle==3.1.2
71
+ pyyaml-include==1.4.1
72
+ opencv-python-headless==4.13.0.92
73
+ pip==26.1.1
74
+ smmap==5.0.3
75
+ filelock==3.29.4
76
+ MarkupSafe==3.0.3
77
+ fsspec==2026.2.0
78
+ multidict==6.7.1
79
+ markdown-it-py==4.2.0
80
+ draccus==0.10.0
81
+ mergedeep==1.3.4
82
+ python-dateutil==2.9.0.post0
83
+ pytz==2026.2
84
+ toml==0.10.2
85
+ shellingham==1.5.4
86
+ platformdirs==4.10.0
87
+ httpx==0.28.1
88
+ safetensors==0.8.0
89
+ wheel==0.46.3
90
+ regex==2026.6.28
91
+ Pygments==2.20.0
92
+ lerobot==0.5.2
wandb/offline-run-20260725_202727-e6p1ljzt/logs/debug-internal.log ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-07-25T20:27:27.968216287+08:00","level":"INFO","msg":"stream: starting","core version":"0.24.2"}
2
+ {"time":"2026-07-25T20:27:28.094861011+08:00","level":"WARN","msg":"featurechecker: GraphQL client is nil, skipping feature loading"}
3
+ {"time":"2026-07-25T20:27:28.094910911+08:00","level":"INFO","msg":"stream: created new stream","id":"e6p1ljzt"}
4
+ {"time":"2026-07-25T20:27:28.094951345+08:00","level":"INFO","msg":"handler: started","stream_id":"e6p1ljzt"}
5
+ {"time":"2026-07-25T20:27:28.097201762+08:00","level":"INFO","msg":"stream: started","id":"e6p1ljzt"}
6
+ {"time":"2026-07-25T20:27:28.097208939+08:00","level":"INFO","msg":"writer: started","stream_id":"e6p1ljzt"}
7
+ {"time":"2026-07-25T20:27:28.097215574+08:00","level":"INFO","msg":"sender: started","stream_id":"e6p1ljzt"}
8
+ {"time":"2026-07-25T20:27:28.098131412+08:00","level":"WARN","msg":"runupserter: server does not expand metric globs but the x_server_side_expand_glob_metrics setting is set; ignoring"}
9
+ {"time":"2026-07-26T05:29:13.335278393+08:00","level":"INFO","msg":"stream: closing","id":"e6p1ljzt"}
10
+ {"time":"2026-07-26T05:29:13.33581631+08:00","level":"INFO","msg":"handler: closed","stream_id":"e6p1ljzt"}
11
+ {"time":"2026-07-26T05:29:13.337971027+08:00","level":"INFO","msg":"sender: closed","stream_id":"e6p1ljzt"}
12
+ {"time":"2026-07-26T05:29:13.337990104+08:00","level":"INFO","msg":"stream: closed","id":"e6p1ljzt"}
wandb/offline-run-20260725_202727-e6p1ljzt/logs/debug.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-07-25 20:27:27,645 INFO MainThread:219188 [wandb_setup.py:_flush():81] Current SDK version is 0.24.2
2
+ 2026-07-25 20:27:27,646 INFO MainThread:219188 [wandb_setup.py:_flush():81] Configure stats pid to 219188
3
+ 2026-07-25 20:27:27,646 INFO MainThread:219188 [wandb_setup.py:_flush():81] Loading settings from environment variables
4
+ 2026-07-25 20:27:27,646 INFO MainThread:219188 [wandb_init.py:setup_run_log_directory():717] Logging user logs to /mnt/cpfs/myx/unitree_data/outputs/pi05_pp_YellowCube_TwoBox_ActionOnly/wandb/offline-run-20260725_202727-e6p1ljzt/logs/debug.log
5
+ 2026-07-25 20:27:27,647 INFO MainThread:219188 [wandb_init.py:setup_run_log_directory():718] Logging internal logs to /mnt/cpfs/myx/unitree_data/outputs/pi05_pp_YellowCube_TwoBox_ActionOnly/wandb/offline-run-20260725_202727-e6p1ljzt/logs/debug-internal.log
6
+ 2026-07-25 20:27:27,647 INFO MainThread:219188 [wandb_init.py:init():844] calling init triggers
7
+ 2026-07-25 20:27:27,647 INFO MainThread:219188 [wandb_init.py:init():849] wandb.init called with sweep_config: {}
8
+ config: {'dataset': {'repo_id': 'local/pp_YellowCube_TwoBox', 'root': '/mnt/cpfs/myx/unitree_data/lerobot_unitree_outputs/pp_YellowCube_TwoBox', 'episodes': None, 'image_transforms': {'enable': False, 'max_num_transforms': 3, 'random_order': False, 'tfs': {'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}, 'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}, 'affine': {'weight': 1.0, 'type': 'RandomAffine', 'kwargs': {'degrees': [-5.0, 5.0], 'translate': [0.05, 0.05]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'pyav', 'return_uint8': False, 'streaming': False}, 'env': None, 'policy': {'type': 'pi05', 'n_obs_steps': 1, 'input_features': {}, 'output_features': {}, 'device': 'cuda', 'use_amp': False, 'use_peft': False, 'push_to_hub': False, 'repo_id': None, 'private': None, 'tags': None, 'license': None, 'pretrained_path': 'lerobot/pi05_base', 'paligemma_variant': 'gemma_2b', 'action_expert_variant': 'gemma_300m', 'dtype': 'bfloat16', 'chunk_size': 32, 'n_action_steps': 32, 'max_state_dim': 32, 'max_action_dim': 32, 'num_inference_steps': 10, 'time_sampling_beta_alpha': 1.5, 'time_sampling_beta_beta': 1.0, 'time_sampling_scale': 0.999, 'time_sampling_offset': 0.001, 'min_period': 0.004, 'max_period': 4.0, 'use_relative_actions': True, 'relative_exclude_joints': ['gripper'], 'action_feature_names': None, 'rtc_config': None, 'image_resolution': [224, 224], 'empty_cameras': 0, 'tokenizer_max_length': 200, 'normalization_mapping': {'VISUAL': <NormalizationMode.IDENTITY: 'IDENTITY'>, 'STATE': <NormalizationMode.QUANTILES: 'QUANTILES'>, 'ACTION': <NormalizationMode.QUANTILES: 'QUANTILES'>}, 'gradient_checkpointing': False, 'compile_model': False, 'compile_mode': 'max-autotune', 'freeze_vision_encoder': False, 'train_expert_only': True, 'optimizer_lr': 2.5e-05, 'optimizer_betas': [0.9, 0.95], 'optimizer_eps': 1e-08, 'optimizer_weight_decay': 0.01, 'optimizer_grad_clip_norm': 1.0, 'scheduler_warmup_steps': 1000, 'scheduler_decay_steps': 30000, 'scheduler_decay_lr': 2.5e-06}, 'reward_model': None, 'output_dir': '/mnt/cpfs/myx/unitree_data/outputs/pi05_pp_YellowCube_TwoBox_ActionOnly', 'job_name': 'pi05_pp_YellowCube_TwoBox_ActionOnly', 'resume': False, 'seed': 1000, 'cudnn_deterministic': False, 'num_workers': 8, 'batch_size': 16, 'prefetch_factor': 4, 'persistent_workers': True, 'steps': 20000, 'eval_freq': 0, 'log_freq': 100, 'tolerance_s': 0.0001, 'save_checkpoint': True, 'save_freq': 20000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adamw', 'lr': 2.5e-05, 'weight_decay': 0.01, 'grad_clip_norm': 1.0, 'betas': [0.9, 0.95], 'eps': 1e-08}, 'scheduler': {'type': 'cosine_decay_with_warmup', 'num_warmup_steps': 1000, 'num_decay_steps': 30000, 'peak_lr': 2.5e-05, 'decay_lr': 2.5e-06}, 'eval': {'n_episodes': 50, 'batch_size': 50, 'use_async_envs': True}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'g1d_lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': 'offline', 'add_tags': True}, 'peft': None, 'sample_weighting': None, 'rename_map': {}, 'checkpoint_path': None, '_wandb': {}}
9
+ 2026-07-25 20:27:27,647 INFO MainThread:219188 [wandb_init.py:init():892] starting backend
10
+ 2026-07-25 20:27:27,939 INFO MainThread:219188 [wandb_init.py:init():895] sending inform_init request
11
+ 2026-07-25 20:27:27,957 INFO MainThread:219188 [wandb_init.py:init():903] backend started and connected
12
+ 2026-07-25 20:27:27,959 INFO MainThread:219188 [wandb_init.py:init():973] updated telemetry
13
+ 2026-07-25 20:27:27,976 INFO MainThread:219188 [wandb_init.py:init():997] communicating run to backend with 90.0 second timeout
14
+ 2026-07-25 20:27:28,099 INFO MainThread:219188 [wandb_init.py:init():1042] starting run threads in backend
15
+ 2026-07-25 20:27:28,259 INFO MainThread:219188 [wandb_run.py:_console_start():2529] atexit reg
16
+ 2026-07-25 20:27:28,259 INFO MainThread:219188 [wandb_run.py:_redirect():2377] redirect: wrap_raw
17
+ 2026-07-25 20:27:28,259 INFO MainThread:219188 [wandb_run.py:_redirect():2446] Wrapping output streams.
18
+ 2026-07-25 20:27:28,259 INFO MainThread:219188 [wandb_run.py:_redirect():2469] Redirects installed.
19
+ 2026-07-25 20:27:28,263 INFO MainThread:219188 [wandb_init.py:init():1082] run started, returning control to user process
20
+ 2026-07-26 05:29:13,335 INFO wandb-AsyncioManager-main:219188 [service_client.py:_forward_responses():94] Reached EOF.
21
+ 2026-07-26 05:29:13,335 INFO wandb-AsyncioManager-main:219188 [mailbox.py:close():154] Closing mailbox, abandoning 0 handles.
wandb/offline-run-20260725_202727-e6p1ljzt/run-e6p1ljzt.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c8feeb43e80525a4173eb17ea3af7c16a87c93ae8f2effecd29e244cd62973d
3
+ size 21963013