jccj commited on
Commit
36cf917
·
verified ·
1 Parent(s): 9314be4

Upload folder using huggingface_hub

Browse files
Files changed (48) hide show
  1. 090000/pretrained_model/config.json +93 -0
  2. 090000/pretrained_model/dataset_info.json +246 -0
  3. 090000/pretrained_model/model.safetensors +3 -0
  4. 090000/pretrained_model/train_config.json +242 -0
  5. 090000/training_state/optimizer_param_groups.json +191 -0
  6. 090000/training_state/optimizer_state.safetensors +3 -0
  7. 090000/training_state/rng_state.safetensors +3 -0
  8. 090000/training_state/training_step.json +3 -0
  9. 095000/pretrained_model/config.json +93 -0
  10. 095000/pretrained_model/dataset_info.json +246 -0
  11. 095000/pretrained_model/model.safetensors +3 -0
  12. 095000/pretrained_model/train_config.json +242 -0
  13. 095000/training_state/optimizer_param_groups.json +191 -0
  14. 095000/training_state/optimizer_state.safetensors +3 -0
  15. 095000/training_state/rng_state.safetensors +3 -0
  16. 095000/training_state/training_step.json +3 -0
  17. 100000/pretrained_model/config.json +93 -0
  18. 100000/pretrained_model/dataset_info.json +246 -0
  19. 100000/pretrained_model/model.safetensors +3 -0
  20. 100000/pretrained_model/train_config.json +242 -0
  21. 100000/training_state/optimizer_param_groups.json +191 -0
  22. 100000/training_state/optimizer_state.safetensors +3 -0
  23. 100000/training_state/rng_state.safetensors +3 -0
  24. 100000/training_state/training_step.json +3 -0
  25. 105000/pretrained_model/config.json +93 -0
  26. 105000/pretrained_model/dataset_info.json +246 -0
  27. 105000/pretrained_model/model.safetensors +3 -0
  28. 105000/pretrained_model/train_config.json +242 -0
  29. 105000/training_state/optimizer_param_groups.json +191 -0
  30. 105000/training_state/optimizer_state.safetensors +3 -0
  31. 105000/training_state/rng_state.safetensors +3 -0
  32. 105000/training_state/training_step.json +3 -0
  33. 110000/pretrained_model/config.json +93 -0
  34. 110000/pretrained_model/dataset_info.json +246 -0
  35. 110000/pretrained_model/model.safetensors +3 -0
  36. 110000/pretrained_model/train_config.json +242 -0
  37. 110000/training_state/optimizer_param_groups.json +191 -0
  38. 110000/training_state/optimizer_state.safetensors +3 -0
  39. 110000/training_state/rng_state.safetensors +3 -0
  40. 110000/training_state/training_step.json +3 -0
  41. 115000/pretrained_model/config.json +93 -0
  42. 115000/pretrained_model/dataset_info.json +246 -0
  43. 115000/pretrained_model/model.safetensors +3 -0
  44. 115000/pretrained_model/train_config.json +242 -0
  45. 115000/training_state/optimizer_param_groups.json +191 -0
  46. 115000/training_state/optimizer_state.safetensors +3 -0
  47. 115000/training_state/rng_state.safetensors +3 -0
  48. 115000/training_state/training_step.json +3 -0
090000/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
+ 16
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": 50,
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
+ }
090000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
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
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
090000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69ee82f813363d5175666b55f6e2c90ef126feed72a4733d947482aa7d462d9b
3
+ size 206702464
090000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_3_tcp",
4
+ "root": "data/lerobot/step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "act",
113
+ "n_obs_steps": 1,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MEAN_STD",
117
+ "ACTION": "MEAN_STD"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "chunk_size": 50,
183
+ "n_action_steps": 10,
184
+ "vision_backbone": "resnet18",
185
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
186
+ "replace_final_stride_with_dilation": false,
187
+ "pre_norm": false,
188
+ "dim_model": 512,
189
+ "n_heads": 8,
190
+ "dim_feedforward": 3200,
191
+ "feedforward_activation": "relu",
192
+ "n_encoder_layers": 4,
193
+ "n_decoder_layers": 1,
194
+ "use_vae": true,
195
+ "latent_dim": 32,
196
+ "n_vae_encoder_layers": 4,
197
+ "temporal_ensemble_coeff": null,
198
+ "dropout": 0.1,
199
+ "kl_weight": 10.0,
200
+ "optimizer_lr": 2e-05,
201
+ "optimizer_weight_decay": 0.0001,
202
+ "optimizer_lr_backbone": 2e-05
203
+ },
204
+ "output_dir": "outputs/train/2025-09-20/09-30-16_act",
205
+ "job_name": "act",
206
+ "resume": false,
207
+ "seed": 1000,
208
+ "num_workers": 4,
209
+ "batch_size": 16,
210
+ "steps": 800000,
211
+ "eval_freq": 20000,
212
+ "log_freq": 200,
213
+ "save_checkpoint": true,
214
+ "save_freq": 5000,
215
+ "use_policy_training_preset": true,
216
+ "optimizer": {
217
+ "type": "adamw",
218
+ "lr": 2e-05,
219
+ "weight_decay": 0.0001,
220
+ "grad_clip_norm": 10.0,
221
+ "betas": [
222
+ 0.9,
223
+ 0.999
224
+ ],
225
+ "eps": 1e-08
226
+ },
227
+ "scheduler": null,
228
+ "eval": {
229
+ "n_episodes": 50,
230
+ "batch_size": 50,
231
+ "use_async_envs": false
232
+ },
233
+ "wandb": {
234
+ "enable": true,
235
+ "disable_artifact": false,
236
+ "project": "lerobot",
237
+ "entity": null,
238
+ "notes": null,
239
+ "run_id": "ftmyd4qa",
240
+ "mode": null
241
+ }
242
+ }
090000/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
+ ]
090000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b275b49d59368d223f4955ea1d93a09c701a335de1767118b96f24e46f08e714
3
+ size 413022540
090000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2c6d0847f1066f01b0ac08cae0c2b16452db78f0e28d1d2b6e2323f4f136bb2
3
+ size 15708
090000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 90000
3
+ }
095000/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
+ 16
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": 50,
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
+ }
095000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
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
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
095000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42bda9b0b6c208f9c5efc8ed602eec6eb01d9e89ccf5749de0ab00feaa6f1af1
3
+ size 206702464
095000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_3_tcp",
4
+ "root": "data/lerobot/step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "act",
113
+ "n_obs_steps": 1,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MEAN_STD",
117
+ "ACTION": "MEAN_STD"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "chunk_size": 50,
183
+ "n_action_steps": 10,
184
+ "vision_backbone": "resnet18",
185
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
186
+ "replace_final_stride_with_dilation": false,
187
+ "pre_norm": false,
188
+ "dim_model": 512,
189
+ "n_heads": 8,
190
+ "dim_feedforward": 3200,
191
+ "feedforward_activation": "relu",
192
+ "n_encoder_layers": 4,
193
+ "n_decoder_layers": 1,
194
+ "use_vae": true,
195
+ "latent_dim": 32,
196
+ "n_vae_encoder_layers": 4,
197
+ "temporal_ensemble_coeff": null,
198
+ "dropout": 0.1,
199
+ "kl_weight": 10.0,
200
+ "optimizer_lr": 2e-05,
201
+ "optimizer_weight_decay": 0.0001,
202
+ "optimizer_lr_backbone": 2e-05
203
+ },
204
+ "output_dir": "outputs/train/2025-09-20/09-30-16_act",
205
+ "job_name": "act",
206
+ "resume": false,
207
+ "seed": 1000,
208
+ "num_workers": 4,
209
+ "batch_size": 16,
210
+ "steps": 800000,
211
+ "eval_freq": 20000,
212
+ "log_freq": 200,
213
+ "save_checkpoint": true,
214
+ "save_freq": 5000,
215
+ "use_policy_training_preset": true,
216
+ "optimizer": {
217
+ "type": "adamw",
218
+ "lr": 2e-05,
219
+ "weight_decay": 0.0001,
220
+ "grad_clip_norm": 10.0,
221
+ "betas": [
222
+ 0.9,
223
+ 0.999
224
+ ],
225
+ "eps": 1e-08
226
+ },
227
+ "scheduler": null,
228
+ "eval": {
229
+ "n_episodes": 50,
230
+ "batch_size": 50,
231
+ "use_async_envs": false
232
+ },
233
+ "wandb": {
234
+ "enable": true,
235
+ "disable_artifact": false,
236
+ "project": "lerobot",
237
+ "entity": null,
238
+ "notes": null,
239
+ "run_id": "ftmyd4qa",
240
+ "mode": null
241
+ }
242
+ }
095000/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
+ ]
095000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf01158e62dc5208bfe486782a722ac287281e5d7e67a1488e2b986d3bcf61b3
3
+ size 413022540
095000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f83ae258ce95dc2a44cc44c1eb8d0c397796f45dcff59ede0bfdb470f1a6a75
3
+ size 15708
095000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 95000
3
+ }
100000/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
+ 16
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": 50,
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
+ }
100000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
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
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
100000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56fb33994df12d171f6b97deaec635a9e12a6612095ed098665863a6afcc54ca
3
+ size 206702464
100000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_3_tcp",
4
+ "root": "data/lerobot/step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "act",
113
+ "n_obs_steps": 1,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MEAN_STD",
117
+ "ACTION": "MEAN_STD"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "chunk_size": 50,
183
+ "n_action_steps": 10,
184
+ "vision_backbone": "resnet18",
185
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
186
+ "replace_final_stride_with_dilation": false,
187
+ "pre_norm": false,
188
+ "dim_model": 512,
189
+ "n_heads": 8,
190
+ "dim_feedforward": 3200,
191
+ "feedforward_activation": "relu",
192
+ "n_encoder_layers": 4,
193
+ "n_decoder_layers": 1,
194
+ "use_vae": true,
195
+ "latent_dim": 32,
196
+ "n_vae_encoder_layers": 4,
197
+ "temporal_ensemble_coeff": null,
198
+ "dropout": 0.1,
199
+ "kl_weight": 10.0,
200
+ "optimizer_lr": 2e-05,
201
+ "optimizer_weight_decay": 0.0001,
202
+ "optimizer_lr_backbone": 2e-05
203
+ },
204
+ "output_dir": "outputs/train/2025-09-20/09-30-16_act",
205
+ "job_name": "act",
206
+ "resume": false,
207
+ "seed": 1000,
208
+ "num_workers": 4,
209
+ "batch_size": 16,
210
+ "steps": 800000,
211
+ "eval_freq": 20000,
212
+ "log_freq": 200,
213
+ "save_checkpoint": true,
214
+ "save_freq": 5000,
215
+ "use_policy_training_preset": true,
216
+ "optimizer": {
217
+ "type": "adamw",
218
+ "lr": 2e-05,
219
+ "weight_decay": 0.0001,
220
+ "grad_clip_norm": 10.0,
221
+ "betas": [
222
+ 0.9,
223
+ 0.999
224
+ ],
225
+ "eps": 1e-08
226
+ },
227
+ "scheduler": null,
228
+ "eval": {
229
+ "n_episodes": 50,
230
+ "batch_size": 50,
231
+ "use_async_envs": false
232
+ },
233
+ "wandb": {
234
+ "enable": true,
235
+ "disable_artifact": false,
236
+ "project": "lerobot",
237
+ "entity": null,
238
+ "notes": null,
239
+ "run_id": "ftmyd4qa",
240
+ "mode": null
241
+ }
242
+ }
100000/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
+ ]
100000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:604e3a2ed3f8ac1f5ab7994c187e5a3efa759c67e3e1b2ff4a5dd842174d21c6
3
+ size 413022540
100000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9992210ece0dfc0775b956edc9fb055c8215593a625ba5f3c466e0962e4d197
3
+ size 15708
100000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 100000
3
+ }
105000/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
+ 16
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": 50,
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
+ }
105000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
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
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
105000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:743ab6290cc75f6ef391389421645c18f03694950b175d07cedb2cb800b951a4
3
+ size 206702464
105000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_3_tcp",
4
+ "root": "data/lerobot/step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "act",
113
+ "n_obs_steps": 1,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MEAN_STD",
117
+ "ACTION": "MEAN_STD"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "chunk_size": 50,
183
+ "n_action_steps": 10,
184
+ "vision_backbone": "resnet18",
185
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
186
+ "replace_final_stride_with_dilation": false,
187
+ "pre_norm": false,
188
+ "dim_model": 512,
189
+ "n_heads": 8,
190
+ "dim_feedforward": 3200,
191
+ "feedforward_activation": "relu",
192
+ "n_encoder_layers": 4,
193
+ "n_decoder_layers": 1,
194
+ "use_vae": true,
195
+ "latent_dim": 32,
196
+ "n_vae_encoder_layers": 4,
197
+ "temporal_ensemble_coeff": null,
198
+ "dropout": 0.1,
199
+ "kl_weight": 10.0,
200
+ "optimizer_lr": 2e-05,
201
+ "optimizer_weight_decay": 0.0001,
202
+ "optimizer_lr_backbone": 2e-05
203
+ },
204
+ "output_dir": "outputs/train/2025-09-20/09-30-16_act",
205
+ "job_name": "act",
206
+ "resume": false,
207
+ "seed": 1000,
208
+ "num_workers": 4,
209
+ "batch_size": 16,
210
+ "steps": 800000,
211
+ "eval_freq": 20000,
212
+ "log_freq": 200,
213
+ "save_checkpoint": true,
214
+ "save_freq": 5000,
215
+ "use_policy_training_preset": true,
216
+ "optimizer": {
217
+ "type": "adamw",
218
+ "lr": 2e-05,
219
+ "weight_decay": 0.0001,
220
+ "grad_clip_norm": 10.0,
221
+ "betas": [
222
+ 0.9,
223
+ 0.999
224
+ ],
225
+ "eps": 1e-08
226
+ },
227
+ "scheduler": null,
228
+ "eval": {
229
+ "n_episodes": 50,
230
+ "batch_size": 50,
231
+ "use_async_envs": false
232
+ },
233
+ "wandb": {
234
+ "enable": true,
235
+ "disable_artifact": false,
236
+ "project": "lerobot",
237
+ "entity": null,
238
+ "notes": null,
239
+ "run_id": "ftmyd4qa",
240
+ "mode": null
241
+ }
242
+ }
105000/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
+ ]
105000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7db5b8eac18c9682d4146ca3136f86c21397504d9fd71e3f41d01494dcec0a
3
+ size 413022540
105000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd83250d12af9e5717a4c144034e7e09b73f0216608996e08f854b70e51c3f33
3
+ size 15708
105000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 105000
3
+ }
110000/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
+ 16
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": 50,
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
+ }
110000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
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
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
110000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a33884dc85052b127054a66008d60c1b18aa9e60a42fa8f20610dc92f5f91b5
3
+ size 206702464
110000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_3_tcp",
4
+ "root": "data/lerobot/step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "act",
113
+ "n_obs_steps": 1,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MEAN_STD",
117
+ "ACTION": "MEAN_STD"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "chunk_size": 50,
183
+ "n_action_steps": 10,
184
+ "vision_backbone": "resnet18",
185
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
186
+ "replace_final_stride_with_dilation": false,
187
+ "pre_norm": false,
188
+ "dim_model": 512,
189
+ "n_heads": 8,
190
+ "dim_feedforward": 3200,
191
+ "feedforward_activation": "relu",
192
+ "n_encoder_layers": 4,
193
+ "n_decoder_layers": 1,
194
+ "use_vae": true,
195
+ "latent_dim": 32,
196
+ "n_vae_encoder_layers": 4,
197
+ "temporal_ensemble_coeff": null,
198
+ "dropout": 0.1,
199
+ "kl_weight": 10.0,
200
+ "optimizer_lr": 2e-05,
201
+ "optimizer_weight_decay": 0.0001,
202
+ "optimizer_lr_backbone": 2e-05
203
+ },
204
+ "output_dir": "outputs/train/2025-09-20/09-30-16_act",
205
+ "job_name": "act",
206
+ "resume": false,
207
+ "seed": 1000,
208
+ "num_workers": 4,
209
+ "batch_size": 16,
210
+ "steps": 800000,
211
+ "eval_freq": 20000,
212
+ "log_freq": 200,
213
+ "save_checkpoint": true,
214
+ "save_freq": 5000,
215
+ "use_policy_training_preset": true,
216
+ "optimizer": {
217
+ "type": "adamw",
218
+ "lr": 2e-05,
219
+ "weight_decay": 0.0001,
220
+ "grad_clip_norm": 10.0,
221
+ "betas": [
222
+ 0.9,
223
+ 0.999
224
+ ],
225
+ "eps": 1e-08
226
+ },
227
+ "scheduler": null,
228
+ "eval": {
229
+ "n_episodes": 50,
230
+ "batch_size": 50,
231
+ "use_async_envs": false
232
+ },
233
+ "wandb": {
234
+ "enable": true,
235
+ "disable_artifact": false,
236
+ "project": "lerobot",
237
+ "entity": null,
238
+ "notes": null,
239
+ "run_id": "ftmyd4qa",
240
+ "mode": null
241
+ }
242
+ }
110000/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
+ ]
110000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a63230d5940926c84b70f0e45b48792a5a75a5fa334c49a0dc398aa61bb4de25
3
+ size 413022540
110000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd93f72222322fdf3e94749c3560b560832dc3010eee3160674a0c84a5a8c8b
3
+ size 15708
110000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 110000
3
+ }
115000/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
+ 16
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": 50,
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
+ }
115000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
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
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
115000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71a2ed48956303aefaa096f42c7e11375e328e3e42dd5d54d198fd5deb883bf5
3
+ size 206702464
115000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_3_tcp",
4
+ "root": "data/lerobot/step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "act",
113
+ "n_obs_steps": 1,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MEAN_STD",
117
+ "ACTION": "MEAN_STD"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "chunk_size": 50,
183
+ "n_action_steps": 10,
184
+ "vision_backbone": "resnet18",
185
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
186
+ "replace_final_stride_with_dilation": false,
187
+ "pre_norm": false,
188
+ "dim_model": 512,
189
+ "n_heads": 8,
190
+ "dim_feedforward": 3200,
191
+ "feedforward_activation": "relu",
192
+ "n_encoder_layers": 4,
193
+ "n_decoder_layers": 1,
194
+ "use_vae": true,
195
+ "latent_dim": 32,
196
+ "n_vae_encoder_layers": 4,
197
+ "temporal_ensemble_coeff": null,
198
+ "dropout": 0.1,
199
+ "kl_weight": 10.0,
200
+ "optimizer_lr": 2e-05,
201
+ "optimizer_weight_decay": 0.0001,
202
+ "optimizer_lr_backbone": 2e-05
203
+ },
204
+ "output_dir": "outputs/train/2025-09-20/09-30-16_act",
205
+ "job_name": "act",
206
+ "resume": false,
207
+ "seed": 1000,
208
+ "num_workers": 4,
209
+ "batch_size": 16,
210
+ "steps": 800000,
211
+ "eval_freq": 20000,
212
+ "log_freq": 200,
213
+ "save_checkpoint": true,
214
+ "save_freq": 5000,
215
+ "use_policy_training_preset": true,
216
+ "optimizer": {
217
+ "type": "adamw",
218
+ "lr": 2e-05,
219
+ "weight_decay": 0.0001,
220
+ "grad_clip_norm": 10.0,
221
+ "betas": [
222
+ 0.9,
223
+ 0.999
224
+ ],
225
+ "eps": 1e-08
226
+ },
227
+ "scheduler": null,
228
+ "eval": {
229
+ "n_episodes": 50,
230
+ "batch_size": 50,
231
+ "use_async_envs": false
232
+ },
233
+ "wandb": {
234
+ "enable": true,
235
+ "disable_artifact": false,
236
+ "project": "lerobot",
237
+ "entity": null,
238
+ "notes": null,
239
+ "run_id": "ftmyd4qa",
240
+ "mode": null
241
+ }
242
+ }
115000/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
+ ]
115000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:589269281a55135cf8592adfade1bea1c667492d99f5fb731f5619a7a43eb8b8
3
+ size 413022540
115000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfe6dcd44b93265fc5d1f921d0b14751d5e09c2398bb6ef8d6f778d8e30a4e39
3
+ size 15708
115000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 115000
3
+ }