bryce301best commited on
Commit
db02458
·
verified ·
1 Parent(s): b9eb62a

Upload checkpoint 012000 pretrained_model

Browse files
checkpoints/012000/pretrained_model/config.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "pi05",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 16
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 800,
16
+ 1280
17
+ ]
18
+ },
19
+ "observation.images.left_wrist": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.right_wrist": {
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
+ 16
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": "hf_downloads/models/pi05_base",
53
+ "paligemma_variant": "gemma_2b",
54
+ "action_expert_variant": "gemma_300m",
55
+ "dtype": "bfloat16",
56
+ "chunk_size": 50,
57
+ "n_action_steps": 50,
58
+ "drop_n_last_frames": 49,
59
+ "max_state_dim": 32,
60
+ "max_action_dim": 32,
61
+ "num_inference_steps": 10,
62
+ "time_sampling_beta_alpha": 1.5,
63
+ "time_sampling_beta_beta": 1.0,
64
+ "time_sampling_scale": 0.999,
65
+ "time_sampling_offset": 0.001,
66
+ "min_period": 0.004,
67
+ "max_period": 4.0,
68
+ "use_relative_actions": true,
69
+ "relative_action_type": "ee_local_se3",
70
+ "relative_exclude_joints": [
71
+ "gripper"
72
+ ],
73
+ "action_feature_names": [
74
+ "right_ee_x",
75
+ "right_ee_y",
76
+ "right_ee_z",
77
+ "right_ee_rotvec_x",
78
+ "right_ee_rotvec_y",
79
+ "right_ee_rotvec_z",
80
+ "right_gripper_width",
81
+ "left_ee_x",
82
+ "left_ee_y",
83
+ "left_ee_z",
84
+ "left_ee_rotvec_x",
85
+ "left_ee_rotvec_y",
86
+ "left_ee_rotvec_z",
87
+ "left_gripper_width",
88
+ "base_or_head_x",
89
+ "base_or_head_y"
90
+ ],
91
+ "rtc_config": null,
92
+ "image_resolution": [
93
+ 224,
94
+ 224
95
+ ],
96
+ "empty_cameras": 0,
97
+ "tokenizer_max_length": 200,
98
+ "normalization_mapping": {
99
+ "VISUAL": "IDENTITY",
100
+ "STATE": "QUANTILES",
101
+ "ACTION": "QUANTILES"
102
+ },
103
+ "gradient_checkpointing": true,
104
+ "compile_model": false,
105
+ "compile_mode": "max-autotune",
106
+ "freeze_vision_encoder": false,
107
+ "train_expert_only": false,
108
+ "action_loss_mask_indices": [],
109
+ "optimizer_lr": 2.5e-05,
110
+ "optimizer_betas": [
111
+ 0.9,
112
+ 0.95
113
+ ],
114
+ "optimizer_eps": 1e-08,
115
+ "optimizer_weight_decay": 0.01,
116
+ "optimizer_grad_clip_norm": 1.0,
117
+ "scheduler_warmup_steps": 1000,
118
+ "scheduler_decay_steps": 30000,
119
+ "scheduler_decay_lr": 2.5e-06
120
+ }
checkpoints/012000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01bba70cfcbc586bbdac729b68da3b036b485457258cf46d46e4deed52d70b16
3
+ size 9354050752
checkpoints/012000/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
+ 16
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": "ee_local_se3_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/012000/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:18b14ef23cad581399f4ca6ed620ad5acd3d7b8e0ce7d9f3a436476d4549c22e
3
+ size 5720
checkpoints/012000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ee_local_se3_relative_actions_processor",
16
+ "config": {
17
+ "enabled": true
18
+ }
19
+ },
20
+ {
21
+ "registry_name": "normalizer_processor",
22
+ "config": {
23
+ "eps": 1e-08,
24
+ "features": {
25
+ "observation.state": {
26
+ "type": "STATE",
27
+ "shape": [
28
+ 16
29
+ ]
30
+ },
31
+ "observation.images.front": {
32
+ "type": "VISUAL",
33
+ "shape": [
34
+ 3,
35
+ 800,
36
+ 1280
37
+ ]
38
+ },
39
+ "observation.images.left_wrist": {
40
+ "type": "VISUAL",
41
+ "shape": [
42
+ 3,
43
+ 480,
44
+ 640
45
+ ]
46
+ },
47
+ "observation.images.right_wrist": {
48
+ "type": "VISUAL",
49
+ "shape": [
50
+ 3,
51
+ 480,
52
+ 640
53
+ ]
54
+ },
55
+ "action": {
56
+ "type": "ACTION",
57
+ "shape": [
58
+ 16
59
+ ]
60
+ }
61
+ },
62
+ "norm_map": {
63
+ "VISUAL": "IDENTITY",
64
+ "STATE": "QUANTILES",
65
+ "ACTION": "QUANTILES"
66
+ }
67
+ },
68
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
69
+ },
70
+ {
71
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
72
+ "config": {}
73
+ },
74
+ {
75
+ "registry_name": "tokenizer_processor",
76
+ "config": {
77
+ "max_length": 200,
78
+ "task_key": "task",
79
+ "padding_side": "right",
80
+ "padding": "max_length",
81
+ "truncation": true,
82
+ "tokenizer_name": "google/paligemma-3b-pt-224"
83
+ }
84
+ },
85
+ {
86
+ "registry_name": "device_processor",
87
+ "config": {
88
+ "device": "cuda",
89
+ "float_dtype": null
90
+ }
91
+ }
92
+ ]
93
+ }
checkpoints/012000/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:4878c32d354b60ded9a50dedc182640c6a9dc6d10f5bd2decfb99da681c58410
3
+ size 5728
checkpoints/012000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "bryce301best/pickplace",
4
+ "root": "/public/home/chenglongyan/workspace/lerobot/hf_downloads/datasets/pickplace_ee_local_se3_rel",
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
+ "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
+ 16
92
+ ]
93
+ },
94
+ "observation.images.front": {
95
+ "type": "VISUAL",
96
+ "shape": [
97
+ 3,
98
+ 800,
99
+ 1280
100
+ ]
101
+ },
102
+ "observation.images.left_wrist": {
103
+ "type": "VISUAL",
104
+ "shape": [
105
+ 3,
106
+ 480,
107
+ 640
108
+ ]
109
+ },
110
+ "observation.images.right_wrist": {
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
+ 16
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": "hf_downloads/models/pi05_base",
136
+ "paligemma_variant": "gemma_2b",
137
+ "action_expert_variant": "gemma_300m",
138
+ "dtype": "bfloat16",
139
+ "chunk_size": 50,
140
+ "n_action_steps": 50,
141
+ "drop_n_last_frames": 49,
142
+ "max_state_dim": 32,
143
+ "max_action_dim": 32,
144
+ "num_inference_steps": 10,
145
+ "time_sampling_beta_alpha": 1.5,
146
+ "time_sampling_beta_beta": 1.0,
147
+ "time_sampling_scale": 0.999,
148
+ "time_sampling_offset": 0.001,
149
+ "min_period": 0.004,
150
+ "max_period": 4.0,
151
+ "use_relative_actions": true,
152
+ "relative_action_type": "ee_local_se3",
153
+ "relative_exclude_joints": [
154
+ "gripper"
155
+ ],
156
+ "action_feature_names": [
157
+ "right_ee_x",
158
+ "right_ee_y",
159
+ "right_ee_z",
160
+ "right_ee_rotvec_x",
161
+ "right_ee_rotvec_y",
162
+ "right_ee_rotvec_z",
163
+ "right_gripper_width",
164
+ "left_ee_x",
165
+ "left_ee_y",
166
+ "left_ee_z",
167
+ "left_ee_rotvec_x",
168
+ "left_ee_rotvec_y",
169
+ "left_ee_rotvec_z",
170
+ "left_gripper_width",
171
+ "base_or_head_x",
172
+ "base_or_head_y"
173
+ ],
174
+ "rtc_config": null,
175
+ "image_resolution": [
176
+ 224,
177
+ 224
178
+ ],
179
+ "empty_cameras": 0,
180
+ "tokenizer_max_length": 200,
181
+ "normalization_mapping": {
182
+ "VISUAL": "IDENTITY",
183
+ "STATE": "QUANTILES",
184
+ "ACTION": "QUANTILES"
185
+ },
186
+ "gradient_checkpointing": true,
187
+ "compile_model": false,
188
+ "compile_mode": "max-autotune",
189
+ "freeze_vision_encoder": false,
190
+ "train_expert_only": false,
191
+ "action_loss_mask_indices": [],
192
+ "optimizer_lr": 2.5e-05,
193
+ "optimizer_betas": [
194
+ 0.9,
195
+ 0.95
196
+ ],
197
+ "optimizer_eps": 1e-08,
198
+ "optimizer_weight_decay": 0.01,
199
+ "optimizer_grad_clip_norm": 1.0,
200
+ "scheduler_warmup_steps": 1000,
201
+ "scheduler_decay_steps": 30000,
202
+ "scheduler_decay_lr": 2.5e-06
203
+ },
204
+ "reward_model": null,
205
+ "output_dir": "/public/home/chenglongyan/workspace/lerobot/outputs/train/pi05_pickplace_ee_local_se3_rel_8gpu",
206
+ "job_name": "pi05_pickplace_ee_local_se3_rel_8gpu",
207
+ "resume": false,
208
+ "seed": 1000,
209
+ "cudnn_deterministic": false,
210
+ "num_workers": 8,
211
+ "batch_size": 32,
212
+ "prefetch_factor": 4,
213
+ "persistent_workers": true,
214
+ "steps": 16000,
215
+ "eval_freq": 20000,
216
+ "log_freq": 1,
217
+ "tolerance_s": 0.0001,
218
+ "save_checkpoint": true,
219
+ "save_freq": 2000,
220
+ "use_policy_training_preset": true,
221
+ "optimizer": {
222
+ "type": "adamw",
223
+ "lr": 2.5e-05,
224
+ "weight_decay": 0.01,
225
+ "grad_clip_norm": 1.0,
226
+ "betas": [
227
+ 0.9,
228
+ 0.95
229
+ ],
230
+ "eps": 1e-08
231
+ },
232
+ "scheduler": {
233
+ "type": "cosine_decay_with_warmup",
234
+ "num_warmup_steps": 1000,
235
+ "num_decay_steps": 30000,
236
+ "peak_lr": 2.5e-05,
237
+ "decay_lr": 2.5e-06
238
+ },
239
+ "eval": {
240
+ "n_episodes": 50,
241
+ "batch_size": 50,
242
+ "use_async_envs": true
243
+ },
244
+ "wandb": {
245
+ "enable": false,
246
+ "disable_artifact": false,
247
+ "project": "lerobot",
248
+ "entity": null,
249
+ "notes": null,
250
+ "run_id": null,
251
+ "mode": null,
252
+ "add_tags": true
253
+ },
254
+ "peft": null,
255
+ "sample_weighting": null,
256
+ "rename_map": {},
257
+ "checkpoint_path": null
258
+ }