jccj commited on
Commit
88d815a
·
verified ·
1 Parent(s): e6455ef

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. 005000/pretrained_model/config.json +93 -0
  2. 005000/pretrained_model/dataset_info.json +244 -0
  3. 005000/pretrained_model/model.safetensors +3 -0
  4. 005000/pretrained_model/train_config.json +199 -0
  5. 005000/training_state/optimizer_param_groups.json +191 -0
  6. 005000/training_state/optimizer_state.safetensors +3 -0
  7. 005000/training_state/rng_state.safetensors +3 -0
  8. 005000/training_state/training_step.json +3 -0
  9. 010000/pretrained_model/config.json +93 -0
  10. 010000/pretrained_model/dataset_info.json +244 -0
  11. 010000/pretrained_model/model.safetensors +3 -0
  12. 010000/pretrained_model/train_config.json +199 -0
  13. 010000/training_state/optimizer_param_groups.json +191 -0
  14. 010000/training_state/optimizer_state.safetensors +3 -0
  15. 010000/training_state/rng_state.safetensors +3 -0
  16. 010000/training_state/training_step.json +3 -0
  17. 015000/pretrained_model/config.json +93 -0
  18. 015000/pretrained_model/dataset_info.json +244 -0
  19. 015000/pretrained_model/model.safetensors +3 -0
  20. 015000/pretrained_model/train_config.json +199 -0
  21. 015000/training_state/optimizer_param_groups.json +191 -0
  22. 015000/training_state/optimizer_state.safetensors +3 -0
  23. 015000/training_state/rng_state.safetensors +3 -0
  24. 015000/training_state/training_step.json +3 -0
  25. 020000/pretrained_model/config.json +93 -0
  26. 020000/pretrained_model/dataset_info.json +244 -0
  27. 020000/pretrained_model/model.safetensors +3 -0
  28. 020000/pretrained_model/train_config.json +199 -0
  29. 020000/training_state/optimizer_param_groups.json +191 -0
  30. 020000/training_state/optimizer_state.safetensors +3 -0
  31. 020000/training_state/rng_state.safetensors +3 -0
  32. 020000/training_state/training_step.json +3 -0
  33. 025000/pretrained_model/config.json +93 -0
  34. 025000/pretrained_model/dataset_info.json +244 -0
  35. 025000/pretrained_model/model.safetensors +3 -0
  36. 025000/pretrained_model/train_config.json +199 -0
  37. 025000/training_state/optimizer_param_groups.json +191 -0
  38. 025000/training_state/optimizer_state.safetensors +3 -0
  39. 025000/training_state/rng_state.safetensors +3 -0
  40. 025000/training_state/training_step.json +3 -0
  41. 030000/pretrained_model/config.json +93 -0
  42. 030000/pretrained_model/dataset_info.json +244 -0
  43. 030000/pretrained_model/model.safetensors +3 -0
  44. 030000/pretrained_model/train_config.json +199 -0
  45. 030000/training_state/optimizer_param_groups.json +191 -0
  46. 030000/training_state/optimizer_state.safetensors +3 -0
  47. 030000/training_state/rng_state.safetensors +3 -0
  48. 030000/training_state/training_step.json +3 -0
  49. 035000/pretrained_model/config.json +93 -0
  50. 035000/pretrained_model/dataset_info.json +244 -0
005000/pretrained_model/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 14
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "chunk_size": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
005000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 56,
5
+ "total_frames": 9103,
6
+ "total_tasks": 1,
7
+ "total_videos": 280,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:56"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 14
75
+ ],
76
+ "names": [
77
+ "delta_tcp_left_x",
78
+ "delta_tcp_left_y",
79
+ "delta_tcp_left_z",
80
+ "delta_tcp_left_rot_x",
81
+ "delta_tcp_left_rot_y",
82
+ "delta_tcp_left_rot_z",
83
+ "delta_tcp_right_x",
84
+ "delta_tcp_right_y",
85
+ "delta_tcp_right_z",
86
+ "delta_tcp_right_rot_x",
87
+ "delta_tcp_right_rot_y",
88
+ "delta_tcp_right_rot_z",
89
+ "gripper_left",
90
+ "gripper_right"
91
+ ]
92
+ },
93
+ "observation.images.rgb_static": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 512,
97
+ 512,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channel"
104
+ ],
105
+ "info": {
106
+ "video.height": 512,
107
+ "video.width": 512,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 10,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.rgb_left": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 512,
120
+ 512,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channel"
127
+ ],
128
+ "info": {
129
+ "video.height": 512,
130
+ "video.width": 512,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 10,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.rgb_right": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 512,
143
+ 512,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ],
151
+ "info": {
152
+ "video.height": 512,
153
+ "video.width": 512,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 10,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.images.depth_left": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 512,
166
+ 512,
167
+ 3
168
+ ],
169
+ "names": [
170
+ "height",
171
+ "width",
172
+ "channel"
173
+ ],
174
+ "info": {
175
+ "video.height": 512,
176
+ "video.width": 512,
177
+ "video.codec": "av1",
178
+ "video.pix_fmt": "yuv420p",
179
+ "video.is_depth_map": false,
180
+ "video.fps": 10,
181
+ "video.channels": 3,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "observation.images.depth_right": {
186
+ "dtype": "video",
187
+ "shape": [
188
+ 512,
189
+ 512,
190
+ 3
191
+ ],
192
+ "names": [
193
+ "height",
194
+ "width",
195
+ "channel"
196
+ ],
197
+ "info": {
198
+ "video.height": 512,
199
+ "video.width": 512,
200
+ "video.codec": "av1",
201
+ "video.pix_fmt": "yuv420p",
202
+ "video.is_depth_map": false,
203
+ "video.fps": 10,
204
+ "video.channels": 3,
205
+ "has_audio": false
206
+ }
207
+ },
208
+ "timestamp": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "frame_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "episode_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "task_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ }
243
+ }
244
+ }
005000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abbb534ed5ffd2c077c1dcdc02e1c4f4bf0b5e3f3ce3b73fe482e8eaf71f7d3a
3
+ size 206571344
005000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jccj/mh2_step_2",
4
+ "root": null,
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
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 46
81
+ ]
82
+ },
83
+ "observation.images.rgb_static": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 512,
88
+ 512
89
+ ]
90
+ },
91
+ "observation.images.rgb_left": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 512,
96
+ 512
97
+ ]
98
+ },
99
+ "observation.images.rgb_right": {
100
+ "type": "VISUAL",
101
+ "shape": [
102
+ 3,
103
+ 512,
104
+ 512
105
+ ]
106
+ },
107
+ "observation.images.depth_left": {
108
+ "type": "VISUAL",
109
+ "shape": [
110
+ 3,
111
+ 512,
112
+ 512
113
+ ]
114
+ },
115
+ "observation.images.depth_right": {
116
+ "type": "VISUAL",
117
+ "shape": [
118
+ 3,
119
+ 512,
120
+ 512
121
+ ]
122
+ }
123
+ },
124
+ "output_features": {
125
+ "action": {
126
+ "type": "ACTION",
127
+ "shape": [
128
+ 14
129
+ ]
130
+ }
131
+ },
132
+ "device": "cuda",
133
+ "use_amp": false,
134
+ "push_to_hub": false,
135
+ "repo_id": null,
136
+ "private": null,
137
+ "tags": null,
138
+ "license": null,
139
+ "chunk_size": 20,
140
+ "n_action_steps": 10,
141
+ "vision_backbone": "resnet18",
142
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
143
+ "replace_final_stride_with_dilation": false,
144
+ "pre_norm": false,
145
+ "dim_model": 512,
146
+ "n_heads": 8,
147
+ "dim_feedforward": 3200,
148
+ "feedforward_activation": "relu",
149
+ "n_encoder_layers": 4,
150
+ "n_decoder_layers": 1,
151
+ "use_vae": true,
152
+ "latent_dim": 32,
153
+ "n_vae_encoder_layers": 4,
154
+ "temporal_ensemble_coeff": null,
155
+ "dropout": 0.1,
156
+ "kl_weight": 10.0,
157
+ "optimizer_lr": 2e-05,
158
+ "optimizer_weight_decay": 0.0001,
159
+ "optimizer_lr_backbone": 2e-05
160
+ },
161
+ "output_dir": "outputs/train/2025-09-18/22-56-58_act",
162
+ "job_name": "act",
163
+ "resume": false,
164
+ "seed": 1000,
165
+ "num_workers": 4,
166
+ "batch_size": 16,
167
+ "steps": 800000,
168
+ "eval_freq": 20000,
169
+ "log_freq": 200,
170
+ "save_checkpoint": true,
171
+ "save_freq": 5000,
172
+ "use_policy_training_preset": true,
173
+ "optimizer": {
174
+ "type": "adamw",
175
+ "lr": 2e-05,
176
+ "weight_decay": 0.0001,
177
+ "grad_clip_norm": 10.0,
178
+ "betas": [
179
+ 0.9,
180
+ 0.999
181
+ ],
182
+ "eps": 1e-08
183
+ },
184
+ "scheduler": null,
185
+ "eval": {
186
+ "n_episodes": 50,
187
+ "batch_size": 50,
188
+ "use_async_envs": false
189
+ },
190
+ "wandb": {
191
+ "enable": true,
192
+ "disable_artifact": false,
193
+ "project": "lerobot",
194
+ "entity": null,
195
+ "notes": null,
196
+ "run_id": "m4niu8gd",
197
+ "mode": null
198
+ }
199
+ }
005000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 2e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
005000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c4133e946133ffb19c87e186abe81536663b2ad964feac92c22712048552a5
3
+ size 412883260
005000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbd76abe19a6fa6c88d8592ba94b86757b9953c68a8fd7daf724898ea84d59ea
3
+ size 15708
005000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 5000
3
+ }
010000/pretrained_model/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 14
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "chunk_size": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
010000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 56,
5
+ "total_frames": 9103,
6
+ "total_tasks": 1,
7
+ "total_videos": 280,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:56"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 14
75
+ ],
76
+ "names": [
77
+ "delta_tcp_left_x",
78
+ "delta_tcp_left_y",
79
+ "delta_tcp_left_z",
80
+ "delta_tcp_left_rot_x",
81
+ "delta_tcp_left_rot_y",
82
+ "delta_tcp_left_rot_z",
83
+ "delta_tcp_right_x",
84
+ "delta_tcp_right_y",
85
+ "delta_tcp_right_z",
86
+ "delta_tcp_right_rot_x",
87
+ "delta_tcp_right_rot_y",
88
+ "delta_tcp_right_rot_z",
89
+ "gripper_left",
90
+ "gripper_right"
91
+ ]
92
+ },
93
+ "observation.images.rgb_static": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 512,
97
+ 512,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channel"
104
+ ],
105
+ "info": {
106
+ "video.height": 512,
107
+ "video.width": 512,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 10,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.rgb_left": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 512,
120
+ 512,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channel"
127
+ ],
128
+ "info": {
129
+ "video.height": 512,
130
+ "video.width": 512,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 10,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.rgb_right": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 512,
143
+ 512,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ],
151
+ "info": {
152
+ "video.height": 512,
153
+ "video.width": 512,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 10,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.images.depth_left": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 512,
166
+ 512,
167
+ 3
168
+ ],
169
+ "names": [
170
+ "height",
171
+ "width",
172
+ "channel"
173
+ ],
174
+ "info": {
175
+ "video.height": 512,
176
+ "video.width": 512,
177
+ "video.codec": "av1",
178
+ "video.pix_fmt": "yuv420p",
179
+ "video.is_depth_map": false,
180
+ "video.fps": 10,
181
+ "video.channels": 3,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "observation.images.depth_right": {
186
+ "dtype": "video",
187
+ "shape": [
188
+ 512,
189
+ 512,
190
+ 3
191
+ ],
192
+ "names": [
193
+ "height",
194
+ "width",
195
+ "channel"
196
+ ],
197
+ "info": {
198
+ "video.height": 512,
199
+ "video.width": 512,
200
+ "video.codec": "av1",
201
+ "video.pix_fmt": "yuv420p",
202
+ "video.is_depth_map": false,
203
+ "video.fps": 10,
204
+ "video.channels": 3,
205
+ "has_audio": false
206
+ }
207
+ },
208
+ "timestamp": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "frame_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "episode_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "task_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ }
243
+ }
244
+ }
010000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317148909cfe58b5f93bfd6ad5be674f0cb55b7aeeafd77ba790566e2f738875
3
+ size 206571344
010000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jccj/mh2_step_2",
4
+ "root": null,
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
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 46
81
+ ]
82
+ },
83
+ "observation.images.rgb_static": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 512,
88
+ 512
89
+ ]
90
+ },
91
+ "observation.images.rgb_left": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 512,
96
+ 512
97
+ ]
98
+ },
99
+ "observation.images.rgb_right": {
100
+ "type": "VISUAL",
101
+ "shape": [
102
+ 3,
103
+ 512,
104
+ 512
105
+ ]
106
+ },
107
+ "observation.images.depth_left": {
108
+ "type": "VISUAL",
109
+ "shape": [
110
+ 3,
111
+ 512,
112
+ 512
113
+ ]
114
+ },
115
+ "observation.images.depth_right": {
116
+ "type": "VISUAL",
117
+ "shape": [
118
+ 3,
119
+ 512,
120
+ 512
121
+ ]
122
+ }
123
+ },
124
+ "output_features": {
125
+ "action": {
126
+ "type": "ACTION",
127
+ "shape": [
128
+ 14
129
+ ]
130
+ }
131
+ },
132
+ "device": "cuda",
133
+ "use_amp": false,
134
+ "push_to_hub": false,
135
+ "repo_id": null,
136
+ "private": null,
137
+ "tags": null,
138
+ "license": null,
139
+ "chunk_size": 20,
140
+ "n_action_steps": 10,
141
+ "vision_backbone": "resnet18",
142
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
143
+ "replace_final_stride_with_dilation": false,
144
+ "pre_norm": false,
145
+ "dim_model": 512,
146
+ "n_heads": 8,
147
+ "dim_feedforward": 3200,
148
+ "feedforward_activation": "relu",
149
+ "n_encoder_layers": 4,
150
+ "n_decoder_layers": 1,
151
+ "use_vae": true,
152
+ "latent_dim": 32,
153
+ "n_vae_encoder_layers": 4,
154
+ "temporal_ensemble_coeff": null,
155
+ "dropout": 0.1,
156
+ "kl_weight": 10.0,
157
+ "optimizer_lr": 2e-05,
158
+ "optimizer_weight_decay": 0.0001,
159
+ "optimizer_lr_backbone": 2e-05
160
+ },
161
+ "output_dir": "outputs/train/2025-09-18/22-56-58_act",
162
+ "job_name": "act",
163
+ "resume": false,
164
+ "seed": 1000,
165
+ "num_workers": 4,
166
+ "batch_size": 16,
167
+ "steps": 800000,
168
+ "eval_freq": 20000,
169
+ "log_freq": 200,
170
+ "save_checkpoint": true,
171
+ "save_freq": 5000,
172
+ "use_policy_training_preset": true,
173
+ "optimizer": {
174
+ "type": "adamw",
175
+ "lr": 2e-05,
176
+ "weight_decay": 0.0001,
177
+ "grad_clip_norm": 10.0,
178
+ "betas": [
179
+ 0.9,
180
+ 0.999
181
+ ],
182
+ "eps": 1e-08
183
+ },
184
+ "scheduler": null,
185
+ "eval": {
186
+ "n_episodes": 50,
187
+ "batch_size": 50,
188
+ "use_async_envs": false
189
+ },
190
+ "wandb": {
191
+ "enable": true,
192
+ "disable_artifact": false,
193
+ "project": "lerobot",
194
+ "entity": null,
195
+ "notes": null,
196
+ "run_id": "m4niu8gd",
197
+ "mode": null
198
+ }
199
+ }
010000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 2e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
010000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e99caa8868d9e22c8bf375193337aae20daeefc1fa1110343cf77a32dc045f66
3
+ size 412883260
010000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40c7a2e765f49ddeb222dfe068cdec52bd8dc269eec4621f3d922e01a88a4ac
3
+ size 15708
010000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 10000
3
+ }
015000/pretrained_model/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 14
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "chunk_size": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
015000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 56,
5
+ "total_frames": 9103,
6
+ "total_tasks": 1,
7
+ "total_videos": 280,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:56"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 14
75
+ ],
76
+ "names": [
77
+ "delta_tcp_left_x",
78
+ "delta_tcp_left_y",
79
+ "delta_tcp_left_z",
80
+ "delta_tcp_left_rot_x",
81
+ "delta_tcp_left_rot_y",
82
+ "delta_tcp_left_rot_z",
83
+ "delta_tcp_right_x",
84
+ "delta_tcp_right_y",
85
+ "delta_tcp_right_z",
86
+ "delta_tcp_right_rot_x",
87
+ "delta_tcp_right_rot_y",
88
+ "delta_tcp_right_rot_z",
89
+ "gripper_left",
90
+ "gripper_right"
91
+ ]
92
+ },
93
+ "observation.images.rgb_static": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 512,
97
+ 512,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channel"
104
+ ],
105
+ "info": {
106
+ "video.height": 512,
107
+ "video.width": 512,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 10,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.rgb_left": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 512,
120
+ 512,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channel"
127
+ ],
128
+ "info": {
129
+ "video.height": 512,
130
+ "video.width": 512,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 10,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.rgb_right": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 512,
143
+ 512,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ],
151
+ "info": {
152
+ "video.height": 512,
153
+ "video.width": 512,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 10,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.images.depth_left": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 512,
166
+ 512,
167
+ 3
168
+ ],
169
+ "names": [
170
+ "height",
171
+ "width",
172
+ "channel"
173
+ ],
174
+ "info": {
175
+ "video.height": 512,
176
+ "video.width": 512,
177
+ "video.codec": "av1",
178
+ "video.pix_fmt": "yuv420p",
179
+ "video.is_depth_map": false,
180
+ "video.fps": 10,
181
+ "video.channels": 3,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "observation.images.depth_right": {
186
+ "dtype": "video",
187
+ "shape": [
188
+ 512,
189
+ 512,
190
+ 3
191
+ ],
192
+ "names": [
193
+ "height",
194
+ "width",
195
+ "channel"
196
+ ],
197
+ "info": {
198
+ "video.height": 512,
199
+ "video.width": 512,
200
+ "video.codec": "av1",
201
+ "video.pix_fmt": "yuv420p",
202
+ "video.is_depth_map": false,
203
+ "video.fps": 10,
204
+ "video.channels": 3,
205
+ "has_audio": false
206
+ }
207
+ },
208
+ "timestamp": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "frame_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "episode_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "task_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ }
243
+ }
244
+ }
015000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0024f41a51b6407b56cdbfdbcab384c6fc1cc8f34f2e82eb79b3f64fab4aa031
3
+ size 206571344
015000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jccj/mh2_step_2",
4
+ "root": null,
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
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 46
81
+ ]
82
+ },
83
+ "observation.images.rgb_static": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 512,
88
+ 512
89
+ ]
90
+ },
91
+ "observation.images.rgb_left": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 512,
96
+ 512
97
+ ]
98
+ },
99
+ "observation.images.rgb_right": {
100
+ "type": "VISUAL",
101
+ "shape": [
102
+ 3,
103
+ 512,
104
+ 512
105
+ ]
106
+ },
107
+ "observation.images.depth_left": {
108
+ "type": "VISUAL",
109
+ "shape": [
110
+ 3,
111
+ 512,
112
+ 512
113
+ ]
114
+ },
115
+ "observation.images.depth_right": {
116
+ "type": "VISUAL",
117
+ "shape": [
118
+ 3,
119
+ 512,
120
+ 512
121
+ ]
122
+ }
123
+ },
124
+ "output_features": {
125
+ "action": {
126
+ "type": "ACTION",
127
+ "shape": [
128
+ 14
129
+ ]
130
+ }
131
+ },
132
+ "device": "cuda",
133
+ "use_amp": false,
134
+ "push_to_hub": false,
135
+ "repo_id": null,
136
+ "private": null,
137
+ "tags": null,
138
+ "license": null,
139
+ "chunk_size": 20,
140
+ "n_action_steps": 10,
141
+ "vision_backbone": "resnet18",
142
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
143
+ "replace_final_stride_with_dilation": false,
144
+ "pre_norm": false,
145
+ "dim_model": 512,
146
+ "n_heads": 8,
147
+ "dim_feedforward": 3200,
148
+ "feedforward_activation": "relu",
149
+ "n_encoder_layers": 4,
150
+ "n_decoder_layers": 1,
151
+ "use_vae": true,
152
+ "latent_dim": 32,
153
+ "n_vae_encoder_layers": 4,
154
+ "temporal_ensemble_coeff": null,
155
+ "dropout": 0.1,
156
+ "kl_weight": 10.0,
157
+ "optimizer_lr": 2e-05,
158
+ "optimizer_weight_decay": 0.0001,
159
+ "optimizer_lr_backbone": 2e-05
160
+ },
161
+ "output_dir": "outputs/train/2025-09-18/22-56-58_act",
162
+ "job_name": "act",
163
+ "resume": false,
164
+ "seed": 1000,
165
+ "num_workers": 4,
166
+ "batch_size": 16,
167
+ "steps": 800000,
168
+ "eval_freq": 20000,
169
+ "log_freq": 200,
170
+ "save_checkpoint": true,
171
+ "save_freq": 5000,
172
+ "use_policy_training_preset": true,
173
+ "optimizer": {
174
+ "type": "adamw",
175
+ "lr": 2e-05,
176
+ "weight_decay": 0.0001,
177
+ "grad_clip_norm": 10.0,
178
+ "betas": [
179
+ 0.9,
180
+ 0.999
181
+ ],
182
+ "eps": 1e-08
183
+ },
184
+ "scheduler": null,
185
+ "eval": {
186
+ "n_episodes": 50,
187
+ "batch_size": 50,
188
+ "use_async_envs": false
189
+ },
190
+ "wandb": {
191
+ "enable": true,
192
+ "disable_artifact": false,
193
+ "project": "lerobot",
194
+ "entity": null,
195
+ "notes": null,
196
+ "run_id": "m4niu8gd",
197
+ "mode": null
198
+ }
199
+ }
015000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 2e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
015000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2abef279a6ec4f0056f7e6b013dd99667266ec87afed06d2ece03005cd16bc6
3
+ size 412883260
015000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:269515901db5b10378374bd586c4123e092d7454378a4397d4e1584bf5638e9d
3
+ size 15708
015000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 15000
3
+ }
020000/pretrained_model/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 14
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "chunk_size": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
020000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 56,
5
+ "total_frames": 9103,
6
+ "total_tasks": 1,
7
+ "total_videos": 280,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:56"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 14
75
+ ],
76
+ "names": [
77
+ "delta_tcp_left_x",
78
+ "delta_tcp_left_y",
79
+ "delta_tcp_left_z",
80
+ "delta_tcp_left_rot_x",
81
+ "delta_tcp_left_rot_y",
82
+ "delta_tcp_left_rot_z",
83
+ "delta_tcp_right_x",
84
+ "delta_tcp_right_y",
85
+ "delta_tcp_right_z",
86
+ "delta_tcp_right_rot_x",
87
+ "delta_tcp_right_rot_y",
88
+ "delta_tcp_right_rot_z",
89
+ "gripper_left",
90
+ "gripper_right"
91
+ ]
92
+ },
93
+ "observation.images.rgb_static": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 512,
97
+ 512,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channel"
104
+ ],
105
+ "info": {
106
+ "video.height": 512,
107
+ "video.width": 512,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 10,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.rgb_left": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 512,
120
+ 512,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channel"
127
+ ],
128
+ "info": {
129
+ "video.height": 512,
130
+ "video.width": 512,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 10,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.rgb_right": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 512,
143
+ 512,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ],
151
+ "info": {
152
+ "video.height": 512,
153
+ "video.width": 512,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 10,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.images.depth_left": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 512,
166
+ 512,
167
+ 3
168
+ ],
169
+ "names": [
170
+ "height",
171
+ "width",
172
+ "channel"
173
+ ],
174
+ "info": {
175
+ "video.height": 512,
176
+ "video.width": 512,
177
+ "video.codec": "av1",
178
+ "video.pix_fmt": "yuv420p",
179
+ "video.is_depth_map": false,
180
+ "video.fps": 10,
181
+ "video.channels": 3,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "observation.images.depth_right": {
186
+ "dtype": "video",
187
+ "shape": [
188
+ 512,
189
+ 512,
190
+ 3
191
+ ],
192
+ "names": [
193
+ "height",
194
+ "width",
195
+ "channel"
196
+ ],
197
+ "info": {
198
+ "video.height": 512,
199
+ "video.width": 512,
200
+ "video.codec": "av1",
201
+ "video.pix_fmt": "yuv420p",
202
+ "video.is_depth_map": false,
203
+ "video.fps": 10,
204
+ "video.channels": 3,
205
+ "has_audio": false
206
+ }
207
+ },
208
+ "timestamp": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "frame_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "episode_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "task_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ }
243
+ }
244
+ }
020000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e72f45339243e4b1cc4ccccb01681da52c62b013c5989b59e00f370ea0e08476
3
+ size 206571344
020000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jccj/mh2_step_2",
4
+ "root": null,
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
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 46
81
+ ]
82
+ },
83
+ "observation.images.rgb_static": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 512,
88
+ 512
89
+ ]
90
+ },
91
+ "observation.images.rgb_left": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 512,
96
+ 512
97
+ ]
98
+ },
99
+ "observation.images.rgb_right": {
100
+ "type": "VISUAL",
101
+ "shape": [
102
+ 3,
103
+ 512,
104
+ 512
105
+ ]
106
+ },
107
+ "observation.images.depth_left": {
108
+ "type": "VISUAL",
109
+ "shape": [
110
+ 3,
111
+ 512,
112
+ 512
113
+ ]
114
+ },
115
+ "observation.images.depth_right": {
116
+ "type": "VISUAL",
117
+ "shape": [
118
+ 3,
119
+ 512,
120
+ 512
121
+ ]
122
+ }
123
+ },
124
+ "output_features": {
125
+ "action": {
126
+ "type": "ACTION",
127
+ "shape": [
128
+ 14
129
+ ]
130
+ }
131
+ },
132
+ "device": "cuda",
133
+ "use_amp": false,
134
+ "push_to_hub": false,
135
+ "repo_id": null,
136
+ "private": null,
137
+ "tags": null,
138
+ "license": null,
139
+ "chunk_size": 20,
140
+ "n_action_steps": 10,
141
+ "vision_backbone": "resnet18",
142
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
143
+ "replace_final_stride_with_dilation": false,
144
+ "pre_norm": false,
145
+ "dim_model": 512,
146
+ "n_heads": 8,
147
+ "dim_feedforward": 3200,
148
+ "feedforward_activation": "relu",
149
+ "n_encoder_layers": 4,
150
+ "n_decoder_layers": 1,
151
+ "use_vae": true,
152
+ "latent_dim": 32,
153
+ "n_vae_encoder_layers": 4,
154
+ "temporal_ensemble_coeff": null,
155
+ "dropout": 0.1,
156
+ "kl_weight": 10.0,
157
+ "optimizer_lr": 2e-05,
158
+ "optimizer_weight_decay": 0.0001,
159
+ "optimizer_lr_backbone": 2e-05
160
+ },
161
+ "output_dir": "outputs/train/2025-09-18/22-56-58_act",
162
+ "job_name": "act",
163
+ "resume": false,
164
+ "seed": 1000,
165
+ "num_workers": 4,
166
+ "batch_size": 16,
167
+ "steps": 800000,
168
+ "eval_freq": 20000,
169
+ "log_freq": 200,
170
+ "save_checkpoint": true,
171
+ "save_freq": 5000,
172
+ "use_policy_training_preset": true,
173
+ "optimizer": {
174
+ "type": "adamw",
175
+ "lr": 2e-05,
176
+ "weight_decay": 0.0001,
177
+ "grad_clip_norm": 10.0,
178
+ "betas": [
179
+ 0.9,
180
+ 0.999
181
+ ],
182
+ "eps": 1e-08
183
+ },
184
+ "scheduler": null,
185
+ "eval": {
186
+ "n_episodes": 50,
187
+ "batch_size": 50,
188
+ "use_async_envs": false
189
+ },
190
+ "wandb": {
191
+ "enable": true,
192
+ "disable_artifact": false,
193
+ "project": "lerobot",
194
+ "entity": null,
195
+ "notes": null,
196
+ "run_id": "m4niu8gd",
197
+ "mode": null
198
+ }
199
+ }
020000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 2e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
020000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6feb3dcaef24dc16bd3b65591a0da4dd9cb3dc49dfd759d916fe9efc5e27d90f
3
+ size 412883260
020000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0125d7eec067a91f95522cb4b43e33142351682ee95573a52ddcf92e6fc98f4c
3
+ size 15708
020000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 20000
3
+ }
025000/pretrained_model/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 14
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "chunk_size": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
025000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 56,
5
+ "total_frames": 9103,
6
+ "total_tasks": 1,
7
+ "total_videos": 280,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:56"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 14
75
+ ],
76
+ "names": [
77
+ "delta_tcp_left_x",
78
+ "delta_tcp_left_y",
79
+ "delta_tcp_left_z",
80
+ "delta_tcp_left_rot_x",
81
+ "delta_tcp_left_rot_y",
82
+ "delta_tcp_left_rot_z",
83
+ "delta_tcp_right_x",
84
+ "delta_tcp_right_y",
85
+ "delta_tcp_right_z",
86
+ "delta_tcp_right_rot_x",
87
+ "delta_tcp_right_rot_y",
88
+ "delta_tcp_right_rot_z",
89
+ "gripper_left",
90
+ "gripper_right"
91
+ ]
92
+ },
93
+ "observation.images.rgb_static": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 512,
97
+ 512,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channel"
104
+ ],
105
+ "info": {
106
+ "video.height": 512,
107
+ "video.width": 512,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 10,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.rgb_left": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 512,
120
+ 512,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channel"
127
+ ],
128
+ "info": {
129
+ "video.height": 512,
130
+ "video.width": 512,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 10,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.rgb_right": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 512,
143
+ 512,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ],
151
+ "info": {
152
+ "video.height": 512,
153
+ "video.width": 512,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 10,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.images.depth_left": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 512,
166
+ 512,
167
+ 3
168
+ ],
169
+ "names": [
170
+ "height",
171
+ "width",
172
+ "channel"
173
+ ],
174
+ "info": {
175
+ "video.height": 512,
176
+ "video.width": 512,
177
+ "video.codec": "av1",
178
+ "video.pix_fmt": "yuv420p",
179
+ "video.is_depth_map": false,
180
+ "video.fps": 10,
181
+ "video.channels": 3,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "observation.images.depth_right": {
186
+ "dtype": "video",
187
+ "shape": [
188
+ 512,
189
+ 512,
190
+ 3
191
+ ],
192
+ "names": [
193
+ "height",
194
+ "width",
195
+ "channel"
196
+ ],
197
+ "info": {
198
+ "video.height": 512,
199
+ "video.width": 512,
200
+ "video.codec": "av1",
201
+ "video.pix_fmt": "yuv420p",
202
+ "video.is_depth_map": false,
203
+ "video.fps": 10,
204
+ "video.channels": 3,
205
+ "has_audio": false
206
+ }
207
+ },
208
+ "timestamp": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "frame_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "episode_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "task_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ }
243
+ }
244
+ }
025000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a681ffe43fa93752792b0fd27ed056bc701461de5610ef37e89612fe17b6a17
3
+ size 206571344
025000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jccj/mh2_step_2",
4
+ "root": null,
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
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 46
81
+ ]
82
+ },
83
+ "observation.images.rgb_static": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 512,
88
+ 512
89
+ ]
90
+ },
91
+ "observation.images.rgb_left": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 512,
96
+ 512
97
+ ]
98
+ },
99
+ "observation.images.rgb_right": {
100
+ "type": "VISUAL",
101
+ "shape": [
102
+ 3,
103
+ 512,
104
+ 512
105
+ ]
106
+ },
107
+ "observation.images.depth_left": {
108
+ "type": "VISUAL",
109
+ "shape": [
110
+ 3,
111
+ 512,
112
+ 512
113
+ ]
114
+ },
115
+ "observation.images.depth_right": {
116
+ "type": "VISUAL",
117
+ "shape": [
118
+ 3,
119
+ 512,
120
+ 512
121
+ ]
122
+ }
123
+ },
124
+ "output_features": {
125
+ "action": {
126
+ "type": "ACTION",
127
+ "shape": [
128
+ 14
129
+ ]
130
+ }
131
+ },
132
+ "device": "cuda",
133
+ "use_amp": false,
134
+ "push_to_hub": false,
135
+ "repo_id": null,
136
+ "private": null,
137
+ "tags": null,
138
+ "license": null,
139
+ "chunk_size": 20,
140
+ "n_action_steps": 10,
141
+ "vision_backbone": "resnet18",
142
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
143
+ "replace_final_stride_with_dilation": false,
144
+ "pre_norm": false,
145
+ "dim_model": 512,
146
+ "n_heads": 8,
147
+ "dim_feedforward": 3200,
148
+ "feedforward_activation": "relu",
149
+ "n_encoder_layers": 4,
150
+ "n_decoder_layers": 1,
151
+ "use_vae": true,
152
+ "latent_dim": 32,
153
+ "n_vae_encoder_layers": 4,
154
+ "temporal_ensemble_coeff": null,
155
+ "dropout": 0.1,
156
+ "kl_weight": 10.0,
157
+ "optimizer_lr": 2e-05,
158
+ "optimizer_weight_decay": 0.0001,
159
+ "optimizer_lr_backbone": 2e-05
160
+ },
161
+ "output_dir": "outputs/train/2025-09-18/22-56-58_act",
162
+ "job_name": "act",
163
+ "resume": false,
164
+ "seed": 1000,
165
+ "num_workers": 4,
166
+ "batch_size": 16,
167
+ "steps": 800000,
168
+ "eval_freq": 20000,
169
+ "log_freq": 200,
170
+ "save_checkpoint": true,
171
+ "save_freq": 5000,
172
+ "use_policy_training_preset": true,
173
+ "optimizer": {
174
+ "type": "adamw",
175
+ "lr": 2e-05,
176
+ "weight_decay": 0.0001,
177
+ "grad_clip_norm": 10.0,
178
+ "betas": [
179
+ 0.9,
180
+ 0.999
181
+ ],
182
+ "eps": 1e-08
183
+ },
184
+ "scheduler": null,
185
+ "eval": {
186
+ "n_episodes": 50,
187
+ "batch_size": 50,
188
+ "use_async_envs": false
189
+ },
190
+ "wandb": {
191
+ "enable": true,
192
+ "disable_artifact": false,
193
+ "project": "lerobot",
194
+ "entity": null,
195
+ "notes": null,
196
+ "run_id": "m4niu8gd",
197
+ "mode": null
198
+ }
199
+ }
025000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 2e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
025000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14e2c79bcd2e99dd4fb657108efdaaf898981a8aa2a312cfbb85fe9452a7914
3
+ size 412883260
025000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:609f86d8e54ddd65d2bc52ed42fc0ab5dc04aa6c5417947428be5b92aa787a78
3
+ size 15708
025000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 25000
3
+ }
030000/pretrained_model/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 14
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "chunk_size": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
030000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 56,
5
+ "total_frames": 9103,
6
+ "total_tasks": 1,
7
+ "total_videos": 280,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:56"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 14
75
+ ],
76
+ "names": [
77
+ "delta_tcp_left_x",
78
+ "delta_tcp_left_y",
79
+ "delta_tcp_left_z",
80
+ "delta_tcp_left_rot_x",
81
+ "delta_tcp_left_rot_y",
82
+ "delta_tcp_left_rot_z",
83
+ "delta_tcp_right_x",
84
+ "delta_tcp_right_y",
85
+ "delta_tcp_right_z",
86
+ "delta_tcp_right_rot_x",
87
+ "delta_tcp_right_rot_y",
88
+ "delta_tcp_right_rot_z",
89
+ "gripper_left",
90
+ "gripper_right"
91
+ ]
92
+ },
93
+ "observation.images.rgb_static": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 512,
97
+ 512,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channel"
104
+ ],
105
+ "info": {
106
+ "video.height": 512,
107
+ "video.width": 512,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 10,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.rgb_left": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 512,
120
+ 512,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channel"
127
+ ],
128
+ "info": {
129
+ "video.height": 512,
130
+ "video.width": 512,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 10,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.rgb_right": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 512,
143
+ 512,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ],
151
+ "info": {
152
+ "video.height": 512,
153
+ "video.width": 512,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 10,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.images.depth_left": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 512,
166
+ 512,
167
+ 3
168
+ ],
169
+ "names": [
170
+ "height",
171
+ "width",
172
+ "channel"
173
+ ],
174
+ "info": {
175
+ "video.height": 512,
176
+ "video.width": 512,
177
+ "video.codec": "av1",
178
+ "video.pix_fmt": "yuv420p",
179
+ "video.is_depth_map": false,
180
+ "video.fps": 10,
181
+ "video.channels": 3,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "observation.images.depth_right": {
186
+ "dtype": "video",
187
+ "shape": [
188
+ 512,
189
+ 512,
190
+ 3
191
+ ],
192
+ "names": [
193
+ "height",
194
+ "width",
195
+ "channel"
196
+ ],
197
+ "info": {
198
+ "video.height": 512,
199
+ "video.width": 512,
200
+ "video.codec": "av1",
201
+ "video.pix_fmt": "yuv420p",
202
+ "video.is_depth_map": false,
203
+ "video.fps": 10,
204
+ "video.channels": 3,
205
+ "has_audio": false
206
+ }
207
+ },
208
+ "timestamp": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "frame_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "episode_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "task_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ }
243
+ }
244
+ }
030000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb095d4cb6dbb298830df426f8d195ec32f28c7780102f8b9cd3863a4a1216a
3
+ size 206571344
030000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jccj/mh2_step_2",
4
+ "root": null,
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
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 46
81
+ ]
82
+ },
83
+ "observation.images.rgb_static": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 512,
88
+ 512
89
+ ]
90
+ },
91
+ "observation.images.rgb_left": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 512,
96
+ 512
97
+ ]
98
+ },
99
+ "observation.images.rgb_right": {
100
+ "type": "VISUAL",
101
+ "shape": [
102
+ 3,
103
+ 512,
104
+ 512
105
+ ]
106
+ },
107
+ "observation.images.depth_left": {
108
+ "type": "VISUAL",
109
+ "shape": [
110
+ 3,
111
+ 512,
112
+ 512
113
+ ]
114
+ },
115
+ "observation.images.depth_right": {
116
+ "type": "VISUAL",
117
+ "shape": [
118
+ 3,
119
+ 512,
120
+ 512
121
+ ]
122
+ }
123
+ },
124
+ "output_features": {
125
+ "action": {
126
+ "type": "ACTION",
127
+ "shape": [
128
+ 14
129
+ ]
130
+ }
131
+ },
132
+ "device": "cuda",
133
+ "use_amp": false,
134
+ "push_to_hub": false,
135
+ "repo_id": null,
136
+ "private": null,
137
+ "tags": null,
138
+ "license": null,
139
+ "chunk_size": 20,
140
+ "n_action_steps": 10,
141
+ "vision_backbone": "resnet18",
142
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
143
+ "replace_final_stride_with_dilation": false,
144
+ "pre_norm": false,
145
+ "dim_model": 512,
146
+ "n_heads": 8,
147
+ "dim_feedforward": 3200,
148
+ "feedforward_activation": "relu",
149
+ "n_encoder_layers": 4,
150
+ "n_decoder_layers": 1,
151
+ "use_vae": true,
152
+ "latent_dim": 32,
153
+ "n_vae_encoder_layers": 4,
154
+ "temporal_ensemble_coeff": null,
155
+ "dropout": 0.1,
156
+ "kl_weight": 10.0,
157
+ "optimizer_lr": 2e-05,
158
+ "optimizer_weight_decay": 0.0001,
159
+ "optimizer_lr_backbone": 2e-05
160
+ },
161
+ "output_dir": "outputs/train/2025-09-18/22-56-58_act",
162
+ "job_name": "act",
163
+ "resume": false,
164
+ "seed": 1000,
165
+ "num_workers": 4,
166
+ "batch_size": 16,
167
+ "steps": 800000,
168
+ "eval_freq": 20000,
169
+ "log_freq": 200,
170
+ "save_checkpoint": true,
171
+ "save_freq": 5000,
172
+ "use_policy_training_preset": true,
173
+ "optimizer": {
174
+ "type": "adamw",
175
+ "lr": 2e-05,
176
+ "weight_decay": 0.0001,
177
+ "grad_clip_norm": 10.0,
178
+ "betas": [
179
+ 0.9,
180
+ 0.999
181
+ ],
182
+ "eps": 1e-08
183
+ },
184
+ "scheduler": null,
185
+ "eval": {
186
+ "n_episodes": 50,
187
+ "batch_size": 50,
188
+ "use_async_envs": false
189
+ },
190
+ "wandb": {
191
+ "enable": true,
192
+ "disable_artifact": false,
193
+ "project": "lerobot",
194
+ "entity": null,
195
+ "notes": null,
196
+ "run_id": "m4niu8gd",
197
+ "mode": null
198
+ }
199
+ }
030000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 2e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
030000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6233f2964b34d9e4dff8807ea21abb264e26f65f388bfd07bd72693fbe0c49f1
3
+ size 412883260
030000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f95d057c701a91d5f291e6f0d7bb28b4c0ff8c0bc87acee9a552d410975d461
3
+ size 15708
030000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 30000
3
+ }
035000/pretrained_model/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 14
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "chunk_size": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
035000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 56,
5
+ "total_frames": 9103,
6
+ "total_tasks": 1,
7
+ "total_videos": 280,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:56"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 14
75
+ ],
76
+ "names": [
77
+ "delta_tcp_left_x",
78
+ "delta_tcp_left_y",
79
+ "delta_tcp_left_z",
80
+ "delta_tcp_left_rot_x",
81
+ "delta_tcp_left_rot_y",
82
+ "delta_tcp_left_rot_z",
83
+ "delta_tcp_right_x",
84
+ "delta_tcp_right_y",
85
+ "delta_tcp_right_z",
86
+ "delta_tcp_right_rot_x",
87
+ "delta_tcp_right_rot_y",
88
+ "delta_tcp_right_rot_z",
89
+ "gripper_left",
90
+ "gripper_right"
91
+ ]
92
+ },
93
+ "observation.images.rgb_static": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 512,
97
+ 512,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channel"
104
+ ],
105
+ "info": {
106
+ "video.height": 512,
107
+ "video.width": 512,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 10,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.rgb_left": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 512,
120
+ 512,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channel"
127
+ ],
128
+ "info": {
129
+ "video.height": 512,
130
+ "video.width": 512,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 10,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.rgb_right": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 512,
143
+ 512,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ],
151
+ "info": {
152
+ "video.height": 512,
153
+ "video.width": 512,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 10,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.images.depth_left": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 512,
166
+ 512,
167
+ 3
168
+ ],
169
+ "names": [
170
+ "height",
171
+ "width",
172
+ "channel"
173
+ ],
174
+ "info": {
175
+ "video.height": 512,
176
+ "video.width": 512,
177
+ "video.codec": "av1",
178
+ "video.pix_fmt": "yuv420p",
179
+ "video.is_depth_map": false,
180
+ "video.fps": 10,
181
+ "video.channels": 3,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "observation.images.depth_right": {
186
+ "dtype": "video",
187
+ "shape": [
188
+ 512,
189
+ 512,
190
+ 3
191
+ ],
192
+ "names": [
193
+ "height",
194
+ "width",
195
+ "channel"
196
+ ],
197
+ "info": {
198
+ "video.height": 512,
199
+ "video.width": 512,
200
+ "video.codec": "av1",
201
+ "video.pix_fmt": "yuv420p",
202
+ "video.is_depth_map": false,
203
+ "video.fps": 10,
204
+ "video.channels": 3,
205
+ "has_audio": false
206
+ }
207
+ },
208
+ "timestamp": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "frame_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "episode_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "task_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ }
243
+ }
244
+ }