jccj commited on
Commit
e14bdfa
·
verified ·
1 Parent(s): a49845c

Upload folder using huggingface_hub

Browse files
Files changed (40) hide show
  1. 050000/pretrained_model/config.json +93 -0
  2. 050000/pretrained_model/dataset_info.json +246 -0
  3. 050000/pretrained_model/model.safetensors +3 -0
  4. 050000/pretrained_model/train_config.json +259 -0
  5. 050000/training_state/optimizer_param_groups.json +191 -0
  6. 050000/training_state/optimizer_state.safetensors +3 -0
  7. 050000/training_state/rng_state.safetensors +3 -0
  8. 050000/training_state/training_step.json +3 -0
  9. 055000/pretrained_model/config.json +93 -0
  10. 055000/pretrained_model/dataset_info.json +246 -0
  11. 055000/pretrained_model/model.safetensors +3 -0
  12. 055000/pretrained_model/train_config.json +259 -0
  13. 055000/training_state/optimizer_param_groups.json +191 -0
  14. 055000/training_state/optimizer_state.safetensors +3 -0
  15. 055000/training_state/rng_state.safetensors +3 -0
  16. 055000/training_state/training_step.json +3 -0
  17. 060000/pretrained_model/config.json +93 -0
  18. 060000/pretrained_model/dataset_info.json +246 -0
  19. 060000/pretrained_model/model.safetensors +3 -0
  20. 060000/pretrained_model/train_config.json +259 -0
  21. 060000/training_state/optimizer_param_groups.json +191 -0
  22. 060000/training_state/optimizer_state.safetensors +3 -0
  23. 060000/training_state/rng_state.safetensors +3 -0
  24. 060000/training_state/training_step.json +3 -0
  25. 065000/pretrained_model/config.json +93 -0
  26. 065000/pretrained_model/dataset_info.json +246 -0
  27. 065000/pretrained_model/model.safetensors +3 -0
  28. 065000/pretrained_model/train_config.json +259 -0
  29. 065000/training_state/optimizer_param_groups.json +191 -0
  30. 065000/training_state/optimizer_state.safetensors +3 -0
  31. 065000/training_state/rng_state.safetensors +3 -0
  32. 065000/training_state/training_step.json +3 -0
  33. 070000/pretrained_model/config.json +93 -0
  34. 070000/pretrained_model/dataset_info.json +246 -0
  35. 070000/pretrained_model/model.safetensors +3 -0
  36. 070000/pretrained_model/train_config.json +259 -0
  37. 070000/training_state/optimizer_param_groups.json +191 -0
  38. 070000/training_state/optimizer_state.safetensors +3 -0
  39. 070000/training_state/rng_state.safetensors +3 -0
  40. 070000/training_state/training_step.json +3 -0
050000/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": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
050000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 59,
5
+ "total_frames": 10179,
6
+ "total_tasks": 1,
7
+ "total_videos": 295,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:59"
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
+ }
050000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc8a96ffc379f81c47ae3328b72f25fe359e2d0afb73771c3ead6b9ae4d3dd36
3
+ size 206579576
050000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_1_tcp_with_recovery",
4
+ "root": "data/lerobot/step_1_tcp_with_recovery",
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
+ 42,
49
+ 43,
50
+ 44,
51
+ 45,
52
+ 46,
53
+ 47,
54
+ 48,
55
+ 49,
56
+ 50,
57
+ 51,
58
+ 52,
59
+ 53,
60
+ 54,
61
+ 55,
62
+ 56,
63
+ 57,
64
+ 58
65
+ ],
66
+ "image_transforms": {
67
+ "enable": false,
68
+ "max_num_transforms": 3,
69
+ "random_order": false,
70
+ "tfs": {
71
+ "brightness": {
72
+ "weight": 1.0,
73
+ "type": "ColorJitter",
74
+ "kwargs": {
75
+ "brightness": [
76
+ 0.8,
77
+ 1.2
78
+ ]
79
+ }
80
+ },
81
+ "contrast": {
82
+ "weight": 1.0,
83
+ "type": "ColorJitter",
84
+ "kwargs": {
85
+ "contrast": [
86
+ 0.8,
87
+ 1.2
88
+ ]
89
+ }
90
+ },
91
+ "saturation": {
92
+ "weight": 1.0,
93
+ "type": "ColorJitter",
94
+ "kwargs": {
95
+ "saturation": [
96
+ 0.5,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "hue": {
102
+ "weight": 1.0,
103
+ "type": "ColorJitter",
104
+ "kwargs": {
105
+ "hue": [
106
+ -0.05,
107
+ 0.05
108
+ ]
109
+ }
110
+ },
111
+ "sharpness": {
112
+ "weight": 1.0,
113
+ "type": "SharpnessJitter",
114
+ "kwargs": {
115
+ "sharpness": [
116
+ 0.5,
117
+ 1.5
118
+ ]
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "revision": null,
124
+ "use_imagenet_stats": true,
125
+ "video_backend": "torchcodec"
126
+ },
127
+ "env": null,
128
+ "policy": {
129
+ "type": "act",
130
+ "n_obs_steps": 1,
131
+ "normalization_mapping": {
132
+ "VISUAL": "MEAN_STD",
133
+ "STATE": "MEAN_STD",
134
+ "ACTION": "MEAN_STD"
135
+ },
136
+ "input_features": {
137
+ "observation.state": {
138
+ "type": "STATE",
139
+ "shape": [
140
+ 46
141
+ ]
142
+ },
143
+ "observation.images.rgb_static": {
144
+ "type": "VISUAL",
145
+ "shape": [
146
+ 3,
147
+ 512,
148
+ 512
149
+ ]
150
+ },
151
+ "observation.images.rgb_left": {
152
+ "type": "VISUAL",
153
+ "shape": [
154
+ 3,
155
+ 512,
156
+ 512
157
+ ]
158
+ },
159
+ "observation.images.rgb_right": {
160
+ "type": "VISUAL",
161
+ "shape": [
162
+ 3,
163
+ 512,
164
+ 512
165
+ ]
166
+ },
167
+ "observation.images.depth_left": {
168
+ "type": "VISUAL",
169
+ "shape": [
170
+ 3,
171
+ 512,
172
+ 512
173
+ ]
174
+ },
175
+ "observation.images.depth_right": {
176
+ "type": "VISUAL",
177
+ "shape": [
178
+ 3,
179
+ 512,
180
+ 512
181
+ ]
182
+ }
183
+ },
184
+ "output_features": {
185
+ "action": {
186
+ "type": "ACTION",
187
+ "shape": [
188
+ 16
189
+ ]
190
+ }
191
+ },
192
+ "device": "cuda",
193
+ "use_amp": false,
194
+ "push_to_hub": false,
195
+ "repo_id": null,
196
+ "private": null,
197
+ "tags": null,
198
+ "license": null,
199
+ "chunk_size": 20,
200
+ "n_action_steps": 10,
201
+ "vision_backbone": "resnet18",
202
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
203
+ "replace_final_stride_with_dilation": false,
204
+ "pre_norm": false,
205
+ "dim_model": 512,
206
+ "n_heads": 8,
207
+ "dim_feedforward": 3200,
208
+ "feedforward_activation": "relu",
209
+ "n_encoder_layers": 4,
210
+ "n_decoder_layers": 1,
211
+ "use_vae": true,
212
+ "latent_dim": 32,
213
+ "n_vae_encoder_layers": 4,
214
+ "temporal_ensemble_coeff": null,
215
+ "dropout": 0.1,
216
+ "kl_weight": 10.0,
217
+ "optimizer_lr": 2e-05,
218
+ "optimizer_weight_decay": 0.0001,
219
+ "optimizer_lr_backbone": 2e-05
220
+ },
221
+ "output_dir": "outputs/train/2025-09-19/12-24-07_act",
222
+ "job_name": "act",
223
+ "resume": false,
224
+ "seed": 1000,
225
+ "num_workers": 4,
226
+ "batch_size": 16,
227
+ "steps": 800000,
228
+ "eval_freq": 20000,
229
+ "log_freq": 200,
230
+ "save_checkpoint": true,
231
+ "save_freq": 5000,
232
+ "use_policy_training_preset": true,
233
+ "optimizer": {
234
+ "type": "adamw",
235
+ "lr": 2e-05,
236
+ "weight_decay": 0.0001,
237
+ "grad_clip_norm": 10.0,
238
+ "betas": [
239
+ 0.9,
240
+ 0.999
241
+ ],
242
+ "eps": 1e-08
243
+ },
244
+ "scheduler": null,
245
+ "eval": {
246
+ "n_episodes": 50,
247
+ "batch_size": 50,
248
+ "use_async_envs": false
249
+ },
250
+ "wandb": {
251
+ "enable": true,
252
+ "disable_artifact": false,
253
+ "project": "lerobot",
254
+ "entity": null,
255
+ "notes": null,
256
+ "run_id": "npah6r75",
257
+ "mode": null
258
+ }
259
+ }
050000/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
+ ]
050000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:234f2db2c5e1d22c92f14ccad78e5f89033f25f18c7d64d9e7489fcd4560b993
3
+ size 412899660
050000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b3e2af6d0376978cfaf215380be1b014b9e92f6843e7223ed002f1c344af80
3
+ size 15708
050000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 50000
3
+ }
055000/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": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
055000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 59,
5
+ "total_frames": 10179,
6
+ "total_tasks": 1,
7
+ "total_videos": 295,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:59"
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
+ }
055000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cc6d45dcbb3985d04bf1f2dc502769ad2e7a6e3b7dc553250d8958fb6b1b55
3
+ size 206579576
055000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_1_tcp_with_recovery",
4
+ "root": "data/lerobot/step_1_tcp_with_recovery",
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
+ 42,
49
+ 43,
50
+ 44,
51
+ 45,
52
+ 46,
53
+ 47,
54
+ 48,
55
+ 49,
56
+ 50,
57
+ 51,
58
+ 52,
59
+ 53,
60
+ 54,
61
+ 55,
62
+ 56,
63
+ 57,
64
+ 58
65
+ ],
66
+ "image_transforms": {
67
+ "enable": false,
68
+ "max_num_transforms": 3,
69
+ "random_order": false,
70
+ "tfs": {
71
+ "brightness": {
72
+ "weight": 1.0,
73
+ "type": "ColorJitter",
74
+ "kwargs": {
75
+ "brightness": [
76
+ 0.8,
77
+ 1.2
78
+ ]
79
+ }
80
+ },
81
+ "contrast": {
82
+ "weight": 1.0,
83
+ "type": "ColorJitter",
84
+ "kwargs": {
85
+ "contrast": [
86
+ 0.8,
87
+ 1.2
88
+ ]
89
+ }
90
+ },
91
+ "saturation": {
92
+ "weight": 1.0,
93
+ "type": "ColorJitter",
94
+ "kwargs": {
95
+ "saturation": [
96
+ 0.5,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "hue": {
102
+ "weight": 1.0,
103
+ "type": "ColorJitter",
104
+ "kwargs": {
105
+ "hue": [
106
+ -0.05,
107
+ 0.05
108
+ ]
109
+ }
110
+ },
111
+ "sharpness": {
112
+ "weight": 1.0,
113
+ "type": "SharpnessJitter",
114
+ "kwargs": {
115
+ "sharpness": [
116
+ 0.5,
117
+ 1.5
118
+ ]
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "revision": null,
124
+ "use_imagenet_stats": true,
125
+ "video_backend": "torchcodec"
126
+ },
127
+ "env": null,
128
+ "policy": {
129
+ "type": "act",
130
+ "n_obs_steps": 1,
131
+ "normalization_mapping": {
132
+ "VISUAL": "MEAN_STD",
133
+ "STATE": "MEAN_STD",
134
+ "ACTION": "MEAN_STD"
135
+ },
136
+ "input_features": {
137
+ "observation.state": {
138
+ "type": "STATE",
139
+ "shape": [
140
+ 46
141
+ ]
142
+ },
143
+ "observation.images.rgb_static": {
144
+ "type": "VISUAL",
145
+ "shape": [
146
+ 3,
147
+ 512,
148
+ 512
149
+ ]
150
+ },
151
+ "observation.images.rgb_left": {
152
+ "type": "VISUAL",
153
+ "shape": [
154
+ 3,
155
+ 512,
156
+ 512
157
+ ]
158
+ },
159
+ "observation.images.rgb_right": {
160
+ "type": "VISUAL",
161
+ "shape": [
162
+ 3,
163
+ 512,
164
+ 512
165
+ ]
166
+ },
167
+ "observation.images.depth_left": {
168
+ "type": "VISUAL",
169
+ "shape": [
170
+ 3,
171
+ 512,
172
+ 512
173
+ ]
174
+ },
175
+ "observation.images.depth_right": {
176
+ "type": "VISUAL",
177
+ "shape": [
178
+ 3,
179
+ 512,
180
+ 512
181
+ ]
182
+ }
183
+ },
184
+ "output_features": {
185
+ "action": {
186
+ "type": "ACTION",
187
+ "shape": [
188
+ 16
189
+ ]
190
+ }
191
+ },
192
+ "device": "cuda",
193
+ "use_amp": false,
194
+ "push_to_hub": false,
195
+ "repo_id": null,
196
+ "private": null,
197
+ "tags": null,
198
+ "license": null,
199
+ "chunk_size": 20,
200
+ "n_action_steps": 10,
201
+ "vision_backbone": "resnet18",
202
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
203
+ "replace_final_stride_with_dilation": false,
204
+ "pre_norm": false,
205
+ "dim_model": 512,
206
+ "n_heads": 8,
207
+ "dim_feedforward": 3200,
208
+ "feedforward_activation": "relu",
209
+ "n_encoder_layers": 4,
210
+ "n_decoder_layers": 1,
211
+ "use_vae": true,
212
+ "latent_dim": 32,
213
+ "n_vae_encoder_layers": 4,
214
+ "temporal_ensemble_coeff": null,
215
+ "dropout": 0.1,
216
+ "kl_weight": 10.0,
217
+ "optimizer_lr": 2e-05,
218
+ "optimizer_weight_decay": 0.0001,
219
+ "optimizer_lr_backbone": 2e-05
220
+ },
221
+ "output_dir": "outputs/train/2025-09-19/12-24-07_act",
222
+ "job_name": "act",
223
+ "resume": false,
224
+ "seed": 1000,
225
+ "num_workers": 4,
226
+ "batch_size": 16,
227
+ "steps": 800000,
228
+ "eval_freq": 20000,
229
+ "log_freq": 200,
230
+ "save_checkpoint": true,
231
+ "save_freq": 5000,
232
+ "use_policy_training_preset": true,
233
+ "optimizer": {
234
+ "type": "adamw",
235
+ "lr": 2e-05,
236
+ "weight_decay": 0.0001,
237
+ "grad_clip_norm": 10.0,
238
+ "betas": [
239
+ 0.9,
240
+ 0.999
241
+ ],
242
+ "eps": 1e-08
243
+ },
244
+ "scheduler": null,
245
+ "eval": {
246
+ "n_episodes": 50,
247
+ "batch_size": 50,
248
+ "use_async_envs": false
249
+ },
250
+ "wandb": {
251
+ "enable": true,
252
+ "disable_artifact": false,
253
+ "project": "lerobot",
254
+ "entity": null,
255
+ "notes": null,
256
+ "run_id": "npah6r75",
257
+ "mode": null
258
+ }
259
+ }
055000/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
+ ]
055000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb425ffdacb1720655363dfd846696d57c06f3136987cfc075de02907d66608
3
+ size 412899660
055000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47bb159f6fe7f01ace1101c5e3f75ec8713d45987850ef564c37e4db5b52b2c8
3
+ size 15708
055000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 55000
3
+ }
060000/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": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
060000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 59,
5
+ "total_frames": 10179,
6
+ "total_tasks": 1,
7
+ "total_videos": 295,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:59"
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
+ }
060000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b52e756abc4000f27fa81dc57656800904a28035d6363bc0d0a6bff6c1242bf
3
+ size 206579576
060000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_1_tcp_with_recovery",
4
+ "root": "data/lerobot/step_1_tcp_with_recovery",
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
+ 42,
49
+ 43,
50
+ 44,
51
+ 45,
52
+ 46,
53
+ 47,
54
+ 48,
55
+ 49,
56
+ 50,
57
+ 51,
58
+ 52,
59
+ 53,
60
+ 54,
61
+ 55,
62
+ 56,
63
+ 57,
64
+ 58
65
+ ],
66
+ "image_transforms": {
67
+ "enable": false,
68
+ "max_num_transforms": 3,
69
+ "random_order": false,
70
+ "tfs": {
71
+ "brightness": {
72
+ "weight": 1.0,
73
+ "type": "ColorJitter",
74
+ "kwargs": {
75
+ "brightness": [
76
+ 0.8,
77
+ 1.2
78
+ ]
79
+ }
80
+ },
81
+ "contrast": {
82
+ "weight": 1.0,
83
+ "type": "ColorJitter",
84
+ "kwargs": {
85
+ "contrast": [
86
+ 0.8,
87
+ 1.2
88
+ ]
89
+ }
90
+ },
91
+ "saturation": {
92
+ "weight": 1.0,
93
+ "type": "ColorJitter",
94
+ "kwargs": {
95
+ "saturation": [
96
+ 0.5,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "hue": {
102
+ "weight": 1.0,
103
+ "type": "ColorJitter",
104
+ "kwargs": {
105
+ "hue": [
106
+ -0.05,
107
+ 0.05
108
+ ]
109
+ }
110
+ },
111
+ "sharpness": {
112
+ "weight": 1.0,
113
+ "type": "SharpnessJitter",
114
+ "kwargs": {
115
+ "sharpness": [
116
+ 0.5,
117
+ 1.5
118
+ ]
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "revision": null,
124
+ "use_imagenet_stats": true,
125
+ "video_backend": "torchcodec"
126
+ },
127
+ "env": null,
128
+ "policy": {
129
+ "type": "act",
130
+ "n_obs_steps": 1,
131
+ "normalization_mapping": {
132
+ "VISUAL": "MEAN_STD",
133
+ "STATE": "MEAN_STD",
134
+ "ACTION": "MEAN_STD"
135
+ },
136
+ "input_features": {
137
+ "observation.state": {
138
+ "type": "STATE",
139
+ "shape": [
140
+ 46
141
+ ]
142
+ },
143
+ "observation.images.rgb_static": {
144
+ "type": "VISUAL",
145
+ "shape": [
146
+ 3,
147
+ 512,
148
+ 512
149
+ ]
150
+ },
151
+ "observation.images.rgb_left": {
152
+ "type": "VISUAL",
153
+ "shape": [
154
+ 3,
155
+ 512,
156
+ 512
157
+ ]
158
+ },
159
+ "observation.images.rgb_right": {
160
+ "type": "VISUAL",
161
+ "shape": [
162
+ 3,
163
+ 512,
164
+ 512
165
+ ]
166
+ },
167
+ "observation.images.depth_left": {
168
+ "type": "VISUAL",
169
+ "shape": [
170
+ 3,
171
+ 512,
172
+ 512
173
+ ]
174
+ },
175
+ "observation.images.depth_right": {
176
+ "type": "VISUAL",
177
+ "shape": [
178
+ 3,
179
+ 512,
180
+ 512
181
+ ]
182
+ }
183
+ },
184
+ "output_features": {
185
+ "action": {
186
+ "type": "ACTION",
187
+ "shape": [
188
+ 16
189
+ ]
190
+ }
191
+ },
192
+ "device": "cuda",
193
+ "use_amp": false,
194
+ "push_to_hub": false,
195
+ "repo_id": null,
196
+ "private": null,
197
+ "tags": null,
198
+ "license": null,
199
+ "chunk_size": 20,
200
+ "n_action_steps": 10,
201
+ "vision_backbone": "resnet18",
202
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
203
+ "replace_final_stride_with_dilation": false,
204
+ "pre_norm": false,
205
+ "dim_model": 512,
206
+ "n_heads": 8,
207
+ "dim_feedforward": 3200,
208
+ "feedforward_activation": "relu",
209
+ "n_encoder_layers": 4,
210
+ "n_decoder_layers": 1,
211
+ "use_vae": true,
212
+ "latent_dim": 32,
213
+ "n_vae_encoder_layers": 4,
214
+ "temporal_ensemble_coeff": null,
215
+ "dropout": 0.1,
216
+ "kl_weight": 10.0,
217
+ "optimizer_lr": 2e-05,
218
+ "optimizer_weight_decay": 0.0001,
219
+ "optimizer_lr_backbone": 2e-05
220
+ },
221
+ "output_dir": "outputs/train/2025-09-19/12-24-07_act",
222
+ "job_name": "act",
223
+ "resume": false,
224
+ "seed": 1000,
225
+ "num_workers": 4,
226
+ "batch_size": 16,
227
+ "steps": 800000,
228
+ "eval_freq": 20000,
229
+ "log_freq": 200,
230
+ "save_checkpoint": true,
231
+ "save_freq": 5000,
232
+ "use_policy_training_preset": true,
233
+ "optimizer": {
234
+ "type": "adamw",
235
+ "lr": 2e-05,
236
+ "weight_decay": 0.0001,
237
+ "grad_clip_norm": 10.0,
238
+ "betas": [
239
+ 0.9,
240
+ 0.999
241
+ ],
242
+ "eps": 1e-08
243
+ },
244
+ "scheduler": null,
245
+ "eval": {
246
+ "n_episodes": 50,
247
+ "batch_size": 50,
248
+ "use_async_envs": false
249
+ },
250
+ "wandb": {
251
+ "enable": true,
252
+ "disable_artifact": false,
253
+ "project": "lerobot",
254
+ "entity": null,
255
+ "notes": null,
256
+ "run_id": "npah6r75",
257
+ "mode": null
258
+ }
259
+ }
060000/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
+ ]
060000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18484dc2a729a981bbba097727e19e8adedd149b16ae626b654135905c9938b6
3
+ size 412899660
060000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37ac97c1678e4982a0eff974164706c9b00a1ea69f7c68b835f59d867f1d2153
3
+ size 15708
060000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 60000
3
+ }
065000/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": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
065000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 59,
5
+ "total_frames": 10179,
6
+ "total_tasks": 1,
7
+ "total_videos": 295,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:59"
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
+ }
065000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71408e1e99982623c69b2efc3f6372c5edb03d754a7bda48ccf7404da6b9cdc8
3
+ size 206579576
065000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_1_tcp_with_recovery",
4
+ "root": "data/lerobot/step_1_tcp_with_recovery",
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
+ 42,
49
+ 43,
50
+ 44,
51
+ 45,
52
+ 46,
53
+ 47,
54
+ 48,
55
+ 49,
56
+ 50,
57
+ 51,
58
+ 52,
59
+ 53,
60
+ 54,
61
+ 55,
62
+ 56,
63
+ 57,
64
+ 58
65
+ ],
66
+ "image_transforms": {
67
+ "enable": false,
68
+ "max_num_transforms": 3,
69
+ "random_order": false,
70
+ "tfs": {
71
+ "brightness": {
72
+ "weight": 1.0,
73
+ "type": "ColorJitter",
74
+ "kwargs": {
75
+ "brightness": [
76
+ 0.8,
77
+ 1.2
78
+ ]
79
+ }
80
+ },
81
+ "contrast": {
82
+ "weight": 1.0,
83
+ "type": "ColorJitter",
84
+ "kwargs": {
85
+ "contrast": [
86
+ 0.8,
87
+ 1.2
88
+ ]
89
+ }
90
+ },
91
+ "saturation": {
92
+ "weight": 1.0,
93
+ "type": "ColorJitter",
94
+ "kwargs": {
95
+ "saturation": [
96
+ 0.5,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "hue": {
102
+ "weight": 1.0,
103
+ "type": "ColorJitter",
104
+ "kwargs": {
105
+ "hue": [
106
+ -0.05,
107
+ 0.05
108
+ ]
109
+ }
110
+ },
111
+ "sharpness": {
112
+ "weight": 1.0,
113
+ "type": "SharpnessJitter",
114
+ "kwargs": {
115
+ "sharpness": [
116
+ 0.5,
117
+ 1.5
118
+ ]
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "revision": null,
124
+ "use_imagenet_stats": true,
125
+ "video_backend": "torchcodec"
126
+ },
127
+ "env": null,
128
+ "policy": {
129
+ "type": "act",
130
+ "n_obs_steps": 1,
131
+ "normalization_mapping": {
132
+ "VISUAL": "MEAN_STD",
133
+ "STATE": "MEAN_STD",
134
+ "ACTION": "MEAN_STD"
135
+ },
136
+ "input_features": {
137
+ "observation.state": {
138
+ "type": "STATE",
139
+ "shape": [
140
+ 46
141
+ ]
142
+ },
143
+ "observation.images.rgb_static": {
144
+ "type": "VISUAL",
145
+ "shape": [
146
+ 3,
147
+ 512,
148
+ 512
149
+ ]
150
+ },
151
+ "observation.images.rgb_left": {
152
+ "type": "VISUAL",
153
+ "shape": [
154
+ 3,
155
+ 512,
156
+ 512
157
+ ]
158
+ },
159
+ "observation.images.rgb_right": {
160
+ "type": "VISUAL",
161
+ "shape": [
162
+ 3,
163
+ 512,
164
+ 512
165
+ ]
166
+ },
167
+ "observation.images.depth_left": {
168
+ "type": "VISUAL",
169
+ "shape": [
170
+ 3,
171
+ 512,
172
+ 512
173
+ ]
174
+ },
175
+ "observation.images.depth_right": {
176
+ "type": "VISUAL",
177
+ "shape": [
178
+ 3,
179
+ 512,
180
+ 512
181
+ ]
182
+ }
183
+ },
184
+ "output_features": {
185
+ "action": {
186
+ "type": "ACTION",
187
+ "shape": [
188
+ 16
189
+ ]
190
+ }
191
+ },
192
+ "device": "cuda",
193
+ "use_amp": false,
194
+ "push_to_hub": false,
195
+ "repo_id": null,
196
+ "private": null,
197
+ "tags": null,
198
+ "license": null,
199
+ "chunk_size": 20,
200
+ "n_action_steps": 10,
201
+ "vision_backbone": "resnet18",
202
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
203
+ "replace_final_stride_with_dilation": false,
204
+ "pre_norm": false,
205
+ "dim_model": 512,
206
+ "n_heads": 8,
207
+ "dim_feedforward": 3200,
208
+ "feedforward_activation": "relu",
209
+ "n_encoder_layers": 4,
210
+ "n_decoder_layers": 1,
211
+ "use_vae": true,
212
+ "latent_dim": 32,
213
+ "n_vae_encoder_layers": 4,
214
+ "temporal_ensemble_coeff": null,
215
+ "dropout": 0.1,
216
+ "kl_weight": 10.0,
217
+ "optimizer_lr": 2e-05,
218
+ "optimizer_weight_decay": 0.0001,
219
+ "optimizer_lr_backbone": 2e-05
220
+ },
221
+ "output_dir": "outputs/train/2025-09-19/12-24-07_act",
222
+ "job_name": "act",
223
+ "resume": false,
224
+ "seed": 1000,
225
+ "num_workers": 4,
226
+ "batch_size": 16,
227
+ "steps": 800000,
228
+ "eval_freq": 20000,
229
+ "log_freq": 200,
230
+ "save_checkpoint": true,
231
+ "save_freq": 5000,
232
+ "use_policy_training_preset": true,
233
+ "optimizer": {
234
+ "type": "adamw",
235
+ "lr": 2e-05,
236
+ "weight_decay": 0.0001,
237
+ "grad_clip_norm": 10.0,
238
+ "betas": [
239
+ 0.9,
240
+ 0.999
241
+ ],
242
+ "eps": 1e-08
243
+ },
244
+ "scheduler": null,
245
+ "eval": {
246
+ "n_episodes": 50,
247
+ "batch_size": 50,
248
+ "use_async_envs": false
249
+ },
250
+ "wandb": {
251
+ "enable": true,
252
+ "disable_artifact": false,
253
+ "project": "lerobot",
254
+ "entity": null,
255
+ "notes": null,
256
+ "run_id": "npah6r75",
257
+ "mode": null
258
+ }
259
+ }
065000/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
+ ]
065000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90128847dc2cf819cfa736e679d2315b79c063f5d5459f0b8eac86eba96ab3a7
3
+ size 412899660
065000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f992e856aaafaa34da0a1ae07333cb2a1485ac05b24274c5cce5de727120783c
3
+ size 15708
065000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 65000
3
+ }
070000/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": 20,
73
+ "n_action_steps": 10,
74
+ "vision_backbone": "resnet18",
75
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
76
+ "replace_final_stride_with_dilation": false,
77
+ "pre_norm": false,
78
+ "dim_model": 512,
79
+ "n_heads": 8,
80
+ "dim_feedforward": 3200,
81
+ "feedforward_activation": "relu",
82
+ "n_encoder_layers": 4,
83
+ "n_decoder_layers": 1,
84
+ "use_vae": true,
85
+ "latent_dim": 32,
86
+ "n_vae_encoder_layers": 4,
87
+ "temporal_ensemble_coeff": null,
88
+ "dropout": 0.1,
89
+ "kl_weight": 10.0,
90
+ "optimizer_lr": 2e-05,
91
+ "optimizer_weight_decay": 0.0001,
92
+ "optimizer_lr_backbone": 2e-05
93
+ }
070000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 59,
5
+ "total_frames": 10179,
6
+ "total_tasks": 1,
7
+ "total_videos": 295,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:59"
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
+ }
070000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c64f8ad396181c87f11ed09737fb2283b834ec74d725b9a384ca104cb28474fe
3
+ size 206579576
070000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "step_1_tcp_with_recovery",
4
+ "root": "data/lerobot/step_1_tcp_with_recovery",
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
+ 42,
49
+ 43,
50
+ 44,
51
+ 45,
52
+ 46,
53
+ 47,
54
+ 48,
55
+ 49,
56
+ 50,
57
+ 51,
58
+ 52,
59
+ 53,
60
+ 54,
61
+ 55,
62
+ 56,
63
+ 57,
64
+ 58
65
+ ],
66
+ "image_transforms": {
67
+ "enable": false,
68
+ "max_num_transforms": 3,
69
+ "random_order": false,
70
+ "tfs": {
71
+ "brightness": {
72
+ "weight": 1.0,
73
+ "type": "ColorJitter",
74
+ "kwargs": {
75
+ "brightness": [
76
+ 0.8,
77
+ 1.2
78
+ ]
79
+ }
80
+ },
81
+ "contrast": {
82
+ "weight": 1.0,
83
+ "type": "ColorJitter",
84
+ "kwargs": {
85
+ "contrast": [
86
+ 0.8,
87
+ 1.2
88
+ ]
89
+ }
90
+ },
91
+ "saturation": {
92
+ "weight": 1.0,
93
+ "type": "ColorJitter",
94
+ "kwargs": {
95
+ "saturation": [
96
+ 0.5,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "hue": {
102
+ "weight": 1.0,
103
+ "type": "ColorJitter",
104
+ "kwargs": {
105
+ "hue": [
106
+ -0.05,
107
+ 0.05
108
+ ]
109
+ }
110
+ },
111
+ "sharpness": {
112
+ "weight": 1.0,
113
+ "type": "SharpnessJitter",
114
+ "kwargs": {
115
+ "sharpness": [
116
+ 0.5,
117
+ 1.5
118
+ ]
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "revision": null,
124
+ "use_imagenet_stats": true,
125
+ "video_backend": "torchcodec"
126
+ },
127
+ "env": null,
128
+ "policy": {
129
+ "type": "act",
130
+ "n_obs_steps": 1,
131
+ "normalization_mapping": {
132
+ "VISUAL": "MEAN_STD",
133
+ "STATE": "MEAN_STD",
134
+ "ACTION": "MEAN_STD"
135
+ },
136
+ "input_features": {
137
+ "observation.state": {
138
+ "type": "STATE",
139
+ "shape": [
140
+ 46
141
+ ]
142
+ },
143
+ "observation.images.rgb_static": {
144
+ "type": "VISUAL",
145
+ "shape": [
146
+ 3,
147
+ 512,
148
+ 512
149
+ ]
150
+ },
151
+ "observation.images.rgb_left": {
152
+ "type": "VISUAL",
153
+ "shape": [
154
+ 3,
155
+ 512,
156
+ 512
157
+ ]
158
+ },
159
+ "observation.images.rgb_right": {
160
+ "type": "VISUAL",
161
+ "shape": [
162
+ 3,
163
+ 512,
164
+ 512
165
+ ]
166
+ },
167
+ "observation.images.depth_left": {
168
+ "type": "VISUAL",
169
+ "shape": [
170
+ 3,
171
+ 512,
172
+ 512
173
+ ]
174
+ },
175
+ "observation.images.depth_right": {
176
+ "type": "VISUAL",
177
+ "shape": [
178
+ 3,
179
+ 512,
180
+ 512
181
+ ]
182
+ }
183
+ },
184
+ "output_features": {
185
+ "action": {
186
+ "type": "ACTION",
187
+ "shape": [
188
+ 16
189
+ ]
190
+ }
191
+ },
192
+ "device": "cuda",
193
+ "use_amp": false,
194
+ "push_to_hub": false,
195
+ "repo_id": null,
196
+ "private": null,
197
+ "tags": null,
198
+ "license": null,
199
+ "chunk_size": 20,
200
+ "n_action_steps": 10,
201
+ "vision_backbone": "resnet18",
202
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
203
+ "replace_final_stride_with_dilation": false,
204
+ "pre_norm": false,
205
+ "dim_model": 512,
206
+ "n_heads": 8,
207
+ "dim_feedforward": 3200,
208
+ "feedforward_activation": "relu",
209
+ "n_encoder_layers": 4,
210
+ "n_decoder_layers": 1,
211
+ "use_vae": true,
212
+ "latent_dim": 32,
213
+ "n_vae_encoder_layers": 4,
214
+ "temporal_ensemble_coeff": null,
215
+ "dropout": 0.1,
216
+ "kl_weight": 10.0,
217
+ "optimizer_lr": 2e-05,
218
+ "optimizer_weight_decay": 0.0001,
219
+ "optimizer_lr_backbone": 2e-05
220
+ },
221
+ "output_dir": "outputs/train/2025-09-19/12-24-07_act",
222
+ "job_name": "act",
223
+ "resume": false,
224
+ "seed": 1000,
225
+ "num_workers": 4,
226
+ "batch_size": 16,
227
+ "steps": 800000,
228
+ "eval_freq": 20000,
229
+ "log_freq": 200,
230
+ "save_checkpoint": true,
231
+ "save_freq": 5000,
232
+ "use_policy_training_preset": true,
233
+ "optimizer": {
234
+ "type": "adamw",
235
+ "lr": 2e-05,
236
+ "weight_decay": 0.0001,
237
+ "grad_clip_norm": 10.0,
238
+ "betas": [
239
+ 0.9,
240
+ 0.999
241
+ ],
242
+ "eps": 1e-08
243
+ },
244
+ "scheduler": null,
245
+ "eval": {
246
+ "n_episodes": 50,
247
+ "batch_size": 50,
248
+ "use_async_envs": false
249
+ },
250
+ "wandb": {
251
+ "enable": true,
252
+ "disable_artifact": false,
253
+ "project": "lerobot",
254
+ "entity": null,
255
+ "notes": null,
256
+ "run_id": "npah6r75",
257
+ "mode": null
258
+ }
259
+ }
070000/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
+ ]
070000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:364c2728e248c732b9acc8fa40a7426ff3a0128f698710973f96c5a0a5533042
3
+ size 412899660
070000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a723659c76765e1e43a8530bbabcc1419f6695797f76105f6c76f3d00a3e46aa
3
+ size 15708
070000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 70000
3
+ }