jccj commited on
Commit
fc22608
·
verified ·
1 Parent(s): ee20054

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. 010000/pretrained_model/config.json +112 -0
  2. 010000/pretrained_model/dataset_info.json +246 -0
  3. 010000/pretrained_model/model.safetensors +3 -0
  4. 010000/pretrained_model/train_config.json +368 -0
  5. 010000/training_state/optimizer_param_groups.json +527 -0
  6. 010000/training_state/optimizer_state.safetensors +3 -0
  7. 010000/training_state/rng_state.safetensors +3 -0
  8. 010000/training_state/scheduler_state.json +15 -0
  9. 010000/training_state/training_step.json +3 -0
  10. 020000/pretrained_model/config.json +112 -0
  11. 020000/pretrained_model/dataset_info.json +246 -0
  12. 020000/pretrained_model/model.safetensors +3 -0
  13. 020000/pretrained_model/train_config.json +368 -0
  14. 020000/training_state/optimizer_param_groups.json +527 -0
  15. 020000/training_state/optimizer_state.safetensors +3 -0
  16. 020000/training_state/rng_state.safetensors +3 -0
  17. 020000/training_state/scheduler_state.json +15 -0
  18. 020000/training_state/training_step.json +3 -0
  19. 030000/pretrained_model/config.json +112 -0
  20. 030000/pretrained_model/dataset_info.json +246 -0
  21. 030000/pretrained_model/model.safetensors +3 -0
  22. 030000/pretrained_model/train_config.json +368 -0
  23. 030000/training_state/optimizer_param_groups.json +527 -0
  24. 030000/training_state/optimizer_state.safetensors +3 -0
  25. 030000/training_state/rng_state.safetensors +3 -0
  26. 030000/training_state/scheduler_state.json +15 -0
  27. 030000/training_state/training_step.json +3 -0
  28. 040000/pretrained_model/config.json +112 -0
  29. 040000/pretrained_model/dataset_info.json +246 -0
  30. 040000/pretrained_model/model.safetensors +3 -0
  31. 040000/pretrained_model/train_config.json +368 -0
  32. 040000/training_state/optimizer_param_groups.json +527 -0
  33. 040000/training_state/optimizer_state.safetensors +3 -0
  34. 040000/training_state/rng_state.safetensors +3 -0
  35. 040000/training_state/scheduler_state.json +15 -0
  36. 040000/training_state/training_step.json +3 -0
  37. 050000/pretrained_model/config.json +112 -0
  38. 050000/pretrained_model/dataset_info.json +246 -0
  39. 050000/pretrained_model/model.safetensors +3 -0
  40. 050000/pretrained_model/train_config.json +368 -0
  41. 050000/training_state/optimizer_param_groups.json +527 -0
  42. 050000/training_state/optimizer_state.safetensors +3 -0
  43. 050000/training_state/rng_state.safetensors +3 -0
  44. 050000/training_state/scheduler_state.json +15 -0
  45. 050000/training_state/training_step.json +3 -0
  46. 060000/pretrained_model/config.json +112 -0
  47. 060000/pretrained_model/dataset_info.json +246 -0
  48. 060000/pretrained_model/model.safetensors +3 -0
  49. 060000/pretrained_model/train_config.json +368 -0
  50. 060000/training_state/optimizer_param_groups.json +527 -0
010000/pretrained_model/config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
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": 20,
74
+ "max_state_dim": 46,
75
+ "max_action_dim": 32,
76
+ "resize_imgs_with_padding": [
77
+ 512,
78
+ 512
79
+ ],
80
+ "empty_cameras": 0,
81
+ "adapt_to_pi_aloha": false,
82
+ "use_delta_joint_actions_aloha": false,
83
+ "tokenizer_max_length": 48,
84
+ "num_steps": 10,
85
+ "use_cache": true,
86
+ "freeze_vision_encoder": true,
87
+ "train_expert_only": true,
88
+ "train_state_proj": true,
89
+ "optimizer_lr": 0.0001,
90
+ "optimizer_betas": [
91
+ 0.9,
92
+ 0.95
93
+ ],
94
+ "optimizer_eps": 1e-08,
95
+ "optimizer_weight_decay": 1e-10,
96
+ "optimizer_grad_clip_norm": 10,
97
+ "scheduler_warmup_steps": 1000,
98
+ "scheduler_decay_steps": 30000,
99
+ "scheduler_decay_lr": 2.5e-06,
100
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
101
+ "load_vlm_weights": false,
102
+ "add_image_special_tokens": false,
103
+ "attention_mode": "cross_attn",
104
+ "prefix_length": -1,
105
+ "pad_language_to": "longest",
106
+ "num_expert_layers": -1,
107
+ "num_vlm_layers": 16,
108
+ "self_attn_every_n_layers": 2,
109
+ "expert_width_multiplier": 0.75,
110
+ "min_period": 0.004,
111
+ "max_period": 4.0
112
+ }
010000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 143,
5
+ "total_frames": 27784,
6
+ "total_tasks": 3,
7
+ "total_videos": 715,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:143"
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
+ }
010000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27a771a5605de306274ff24f1970e255710e73e59a9607d2882c6cc4a4349ffa
3
+ size 1197844264
010000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_1_2_3_tcp",
4
+ "root": "data/lerobot/mh2_step_1_2_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
+ 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
+ 59,
66
+ 60,
67
+ 61,
68
+ 62,
69
+ 63,
70
+ 64,
71
+ 65,
72
+ 66,
73
+ 67,
74
+ 68,
75
+ 69,
76
+ 70,
77
+ 71,
78
+ 72,
79
+ 73,
80
+ 74,
81
+ 75,
82
+ 76,
83
+ 77,
84
+ 78,
85
+ 79,
86
+ 80,
87
+ 81,
88
+ 82,
89
+ 83,
90
+ 84,
91
+ 85,
92
+ 86,
93
+ 87,
94
+ 88,
95
+ 89,
96
+ 90,
97
+ 91,
98
+ 92,
99
+ 93,
100
+ 94,
101
+ 95,
102
+ 96,
103
+ 97,
104
+ 98,
105
+ 99,
106
+ 100,
107
+ 101,
108
+ 102,
109
+ 103,
110
+ 104,
111
+ 105,
112
+ 106,
113
+ 107,
114
+ 108,
115
+ 109,
116
+ 110,
117
+ 111,
118
+ 112,
119
+ 113,
120
+ 114,
121
+ 115,
122
+ 116,
123
+ 117,
124
+ 118,
125
+ 119,
126
+ 120,
127
+ 121,
128
+ 122,
129
+ 123,
130
+ 124,
131
+ 125,
132
+ 126,
133
+ 127,
134
+ 128,
135
+ 129,
136
+ 130,
137
+ 131,
138
+ 132,
139
+ 133,
140
+ 134,
141
+ 135,
142
+ 136,
143
+ 137,
144
+ 138,
145
+ 139,
146
+ 140,
147
+ 141,
148
+ 142
149
+ ],
150
+ "image_transforms": {
151
+ "enable": false,
152
+ "max_num_transforms": 3,
153
+ "random_order": false,
154
+ "tfs": {
155
+ "brightness": {
156
+ "weight": 1.0,
157
+ "type": "ColorJitter",
158
+ "kwargs": {
159
+ "brightness": [
160
+ 0.8,
161
+ 1.2
162
+ ]
163
+ }
164
+ },
165
+ "contrast": {
166
+ "weight": 1.0,
167
+ "type": "ColorJitter",
168
+ "kwargs": {
169
+ "contrast": [
170
+ 0.8,
171
+ 1.2
172
+ ]
173
+ }
174
+ },
175
+ "saturation": {
176
+ "weight": 1.0,
177
+ "type": "ColorJitter",
178
+ "kwargs": {
179
+ "saturation": [
180
+ 0.5,
181
+ 1.5
182
+ ]
183
+ }
184
+ },
185
+ "hue": {
186
+ "weight": 1.0,
187
+ "type": "ColorJitter",
188
+ "kwargs": {
189
+ "hue": [
190
+ -0.05,
191
+ 0.05
192
+ ]
193
+ }
194
+ },
195
+ "sharpness": {
196
+ "weight": 1.0,
197
+ "type": "SharpnessJitter",
198
+ "kwargs": {
199
+ "sharpness": [
200
+ 0.5,
201
+ 1.5
202
+ ]
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "revision": null,
208
+ "use_imagenet_stats": true,
209
+ "video_backend": "torchcodec"
210
+ },
211
+ "env": null,
212
+ "policy": {
213
+ "type": "smolvla",
214
+ "n_obs_steps": 1,
215
+ "normalization_mapping": {
216
+ "VISUAL": "IDENTITY",
217
+ "STATE": "MEAN_STD",
218
+ "ACTION": "MEAN_STD"
219
+ },
220
+ "input_features": {
221
+ "observation.state": {
222
+ "type": "STATE",
223
+ "shape": [
224
+ 46
225
+ ]
226
+ },
227
+ "observation.images.rgb_static": {
228
+ "type": "VISUAL",
229
+ "shape": [
230
+ 3,
231
+ 512,
232
+ 512
233
+ ]
234
+ },
235
+ "observation.images.rgb_left": {
236
+ "type": "VISUAL",
237
+ "shape": [
238
+ 3,
239
+ 512,
240
+ 512
241
+ ]
242
+ },
243
+ "observation.images.rgb_right": {
244
+ "type": "VISUAL",
245
+ "shape": [
246
+ 3,
247
+ 512,
248
+ 512
249
+ ]
250
+ },
251
+ "observation.images.depth_left": {
252
+ "type": "VISUAL",
253
+ "shape": [
254
+ 3,
255
+ 512,
256
+ 512
257
+ ]
258
+ },
259
+ "observation.images.depth_right": {
260
+ "type": "VISUAL",
261
+ "shape": [
262
+ 3,
263
+ 512,
264
+ 512
265
+ ]
266
+ }
267
+ },
268
+ "output_features": {
269
+ "action": {
270
+ "type": "ACTION",
271
+ "shape": [
272
+ 16
273
+ ]
274
+ }
275
+ },
276
+ "device": "cuda",
277
+ "use_amp": false,
278
+ "push_to_hub": false,
279
+ "repo_id": null,
280
+ "private": null,
281
+ "tags": null,
282
+ "license": null,
283
+ "chunk_size": 20,
284
+ "n_action_steps": 20,
285
+ "max_state_dim": 46,
286
+ "max_action_dim": 32,
287
+ "resize_imgs_with_padding": [
288
+ 512,
289
+ 512
290
+ ],
291
+ "empty_cameras": 0,
292
+ "adapt_to_pi_aloha": false,
293
+ "use_delta_joint_actions_aloha": false,
294
+ "tokenizer_max_length": 48,
295
+ "num_steps": 10,
296
+ "use_cache": true,
297
+ "freeze_vision_encoder": true,
298
+ "train_expert_only": true,
299
+ "train_state_proj": true,
300
+ "optimizer_lr": 0.0001,
301
+ "optimizer_betas": [
302
+ 0.9,
303
+ 0.95
304
+ ],
305
+ "optimizer_eps": 1e-08,
306
+ "optimizer_weight_decay": 1e-10,
307
+ "optimizer_grad_clip_norm": 10,
308
+ "scheduler_warmup_steps": 1000,
309
+ "scheduler_decay_steps": 30000,
310
+ "scheduler_decay_lr": 2.5e-06,
311
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
312
+ "load_vlm_weights": false,
313
+ "add_image_special_tokens": false,
314
+ "attention_mode": "cross_attn",
315
+ "prefix_length": -1,
316
+ "pad_language_to": "longest",
317
+ "num_expert_layers": -1,
318
+ "num_vlm_layers": 16,
319
+ "self_attn_every_n_layers": 2,
320
+ "expert_width_multiplier": 0.75,
321
+ "min_period": 0.004,
322
+ "max_period": 4.0
323
+ },
324
+ "output_dir": "outputs/train/2025-09-20/12-36-03_smolvla",
325
+ "job_name": "smolvla",
326
+ "resume": false,
327
+ "seed": 1000,
328
+ "num_workers": 4,
329
+ "batch_size": 16,
330
+ "steps": 100000,
331
+ "eval_freq": 20000,
332
+ "log_freq": 200,
333
+ "save_checkpoint": true,
334
+ "save_freq": 10000,
335
+ "use_policy_training_preset": true,
336
+ "optimizer": {
337
+ "type": "adamw",
338
+ "lr": 0.0001,
339
+ "weight_decay": 1e-10,
340
+ "grad_clip_norm": 10,
341
+ "betas": [
342
+ 0.9,
343
+ 0.95
344
+ ],
345
+ "eps": 1e-08
346
+ },
347
+ "scheduler": {
348
+ "type": "cosine_decay_with_warmup",
349
+ "num_warmup_steps": 1000,
350
+ "num_decay_steps": 30000,
351
+ "peak_lr": 0.0001,
352
+ "decay_lr": 2.5e-06
353
+ },
354
+ "eval": {
355
+ "n_episodes": 50,
356
+ "batch_size": 50,
357
+ "use_async_envs": false
358
+ },
359
+ "wandb": {
360
+ "enable": true,
361
+ "disable_artifact": false,
362
+ "project": "lerobot",
363
+ "entity": null,
364
+ "notes": null,
365
+ "run_id": "meim7q34",
366
+ "mode": null
367
+ }
368
+ }
010000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,527 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 7.5625e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-10,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505
525
+ ]
526
+ }
527
+ ]
010000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1983f9ea3f8e56ba2d7d38c6d6d85953ae24c890c0fdbb1996e3594e09f65bc8
3
+ size 412766684
010000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8744e9c89519ccf4c3c2d5bc6ce45b4a8c1c0bfca21426db7ac1a3804511342
3
+ size 15708
010000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 10000,
6
+ "_step_count": 10001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 7.5625e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
010000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 10000
3
+ }
020000/pretrained_model/config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
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": 20,
74
+ "max_state_dim": 46,
75
+ "max_action_dim": 32,
76
+ "resize_imgs_with_padding": [
77
+ 512,
78
+ 512
79
+ ],
80
+ "empty_cameras": 0,
81
+ "adapt_to_pi_aloha": false,
82
+ "use_delta_joint_actions_aloha": false,
83
+ "tokenizer_max_length": 48,
84
+ "num_steps": 10,
85
+ "use_cache": true,
86
+ "freeze_vision_encoder": true,
87
+ "train_expert_only": true,
88
+ "train_state_proj": true,
89
+ "optimizer_lr": 0.0001,
90
+ "optimizer_betas": [
91
+ 0.9,
92
+ 0.95
93
+ ],
94
+ "optimizer_eps": 1e-08,
95
+ "optimizer_weight_decay": 1e-10,
96
+ "optimizer_grad_clip_norm": 10,
97
+ "scheduler_warmup_steps": 1000,
98
+ "scheduler_decay_steps": 30000,
99
+ "scheduler_decay_lr": 2.5e-06,
100
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
101
+ "load_vlm_weights": false,
102
+ "add_image_special_tokens": false,
103
+ "attention_mode": "cross_attn",
104
+ "prefix_length": -1,
105
+ "pad_language_to": "longest",
106
+ "num_expert_layers": -1,
107
+ "num_vlm_layers": 16,
108
+ "self_attn_every_n_layers": 2,
109
+ "expert_width_multiplier": 0.75,
110
+ "min_period": 0.004,
111
+ "max_period": 4.0
112
+ }
020000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 143,
5
+ "total_frames": 27784,
6
+ "total_tasks": 3,
7
+ "total_videos": 715,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:143"
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
+ }
020000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df7b3202a2e61c2b14b766633f3fe78a425eab511979a437db5a101ca261598
3
+ size 1197844264
020000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_1_2_3_tcp",
4
+ "root": "data/lerobot/mh2_step_1_2_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
+ 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
+ 59,
66
+ 60,
67
+ 61,
68
+ 62,
69
+ 63,
70
+ 64,
71
+ 65,
72
+ 66,
73
+ 67,
74
+ 68,
75
+ 69,
76
+ 70,
77
+ 71,
78
+ 72,
79
+ 73,
80
+ 74,
81
+ 75,
82
+ 76,
83
+ 77,
84
+ 78,
85
+ 79,
86
+ 80,
87
+ 81,
88
+ 82,
89
+ 83,
90
+ 84,
91
+ 85,
92
+ 86,
93
+ 87,
94
+ 88,
95
+ 89,
96
+ 90,
97
+ 91,
98
+ 92,
99
+ 93,
100
+ 94,
101
+ 95,
102
+ 96,
103
+ 97,
104
+ 98,
105
+ 99,
106
+ 100,
107
+ 101,
108
+ 102,
109
+ 103,
110
+ 104,
111
+ 105,
112
+ 106,
113
+ 107,
114
+ 108,
115
+ 109,
116
+ 110,
117
+ 111,
118
+ 112,
119
+ 113,
120
+ 114,
121
+ 115,
122
+ 116,
123
+ 117,
124
+ 118,
125
+ 119,
126
+ 120,
127
+ 121,
128
+ 122,
129
+ 123,
130
+ 124,
131
+ 125,
132
+ 126,
133
+ 127,
134
+ 128,
135
+ 129,
136
+ 130,
137
+ 131,
138
+ 132,
139
+ 133,
140
+ 134,
141
+ 135,
142
+ 136,
143
+ 137,
144
+ 138,
145
+ 139,
146
+ 140,
147
+ 141,
148
+ 142
149
+ ],
150
+ "image_transforms": {
151
+ "enable": false,
152
+ "max_num_transforms": 3,
153
+ "random_order": false,
154
+ "tfs": {
155
+ "brightness": {
156
+ "weight": 1.0,
157
+ "type": "ColorJitter",
158
+ "kwargs": {
159
+ "brightness": [
160
+ 0.8,
161
+ 1.2
162
+ ]
163
+ }
164
+ },
165
+ "contrast": {
166
+ "weight": 1.0,
167
+ "type": "ColorJitter",
168
+ "kwargs": {
169
+ "contrast": [
170
+ 0.8,
171
+ 1.2
172
+ ]
173
+ }
174
+ },
175
+ "saturation": {
176
+ "weight": 1.0,
177
+ "type": "ColorJitter",
178
+ "kwargs": {
179
+ "saturation": [
180
+ 0.5,
181
+ 1.5
182
+ ]
183
+ }
184
+ },
185
+ "hue": {
186
+ "weight": 1.0,
187
+ "type": "ColorJitter",
188
+ "kwargs": {
189
+ "hue": [
190
+ -0.05,
191
+ 0.05
192
+ ]
193
+ }
194
+ },
195
+ "sharpness": {
196
+ "weight": 1.0,
197
+ "type": "SharpnessJitter",
198
+ "kwargs": {
199
+ "sharpness": [
200
+ 0.5,
201
+ 1.5
202
+ ]
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "revision": null,
208
+ "use_imagenet_stats": true,
209
+ "video_backend": "torchcodec"
210
+ },
211
+ "env": null,
212
+ "policy": {
213
+ "type": "smolvla",
214
+ "n_obs_steps": 1,
215
+ "normalization_mapping": {
216
+ "VISUAL": "IDENTITY",
217
+ "STATE": "MEAN_STD",
218
+ "ACTION": "MEAN_STD"
219
+ },
220
+ "input_features": {
221
+ "observation.state": {
222
+ "type": "STATE",
223
+ "shape": [
224
+ 46
225
+ ]
226
+ },
227
+ "observation.images.rgb_static": {
228
+ "type": "VISUAL",
229
+ "shape": [
230
+ 3,
231
+ 512,
232
+ 512
233
+ ]
234
+ },
235
+ "observation.images.rgb_left": {
236
+ "type": "VISUAL",
237
+ "shape": [
238
+ 3,
239
+ 512,
240
+ 512
241
+ ]
242
+ },
243
+ "observation.images.rgb_right": {
244
+ "type": "VISUAL",
245
+ "shape": [
246
+ 3,
247
+ 512,
248
+ 512
249
+ ]
250
+ },
251
+ "observation.images.depth_left": {
252
+ "type": "VISUAL",
253
+ "shape": [
254
+ 3,
255
+ 512,
256
+ 512
257
+ ]
258
+ },
259
+ "observation.images.depth_right": {
260
+ "type": "VISUAL",
261
+ "shape": [
262
+ 3,
263
+ 512,
264
+ 512
265
+ ]
266
+ }
267
+ },
268
+ "output_features": {
269
+ "action": {
270
+ "type": "ACTION",
271
+ "shape": [
272
+ 16
273
+ ]
274
+ }
275
+ },
276
+ "device": "cuda",
277
+ "use_amp": false,
278
+ "push_to_hub": false,
279
+ "repo_id": null,
280
+ "private": null,
281
+ "tags": null,
282
+ "license": null,
283
+ "chunk_size": 20,
284
+ "n_action_steps": 20,
285
+ "max_state_dim": 46,
286
+ "max_action_dim": 32,
287
+ "resize_imgs_with_padding": [
288
+ 512,
289
+ 512
290
+ ],
291
+ "empty_cameras": 0,
292
+ "adapt_to_pi_aloha": false,
293
+ "use_delta_joint_actions_aloha": false,
294
+ "tokenizer_max_length": 48,
295
+ "num_steps": 10,
296
+ "use_cache": true,
297
+ "freeze_vision_encoder": true,
298
+ "train_expert_only": true,
299
+ "train_state_proj": true,
300
+ "optimizer_lr": 0.0001,
301
+ "optimizer_betas": [
302
+ 0.9,
303
+ 0.95
304
+ ],
305
+ "optimizer_eps": 1e-08,
306
+ "optimizer_weight_decay": 1e-10,
307
+ "optimizer_grad_clip_norm": 10,
308
+ "scheduler_warmup_steps": 1000,
309
+ "scheduler_decay_steps": 30000,
310
+ "scheduler_decay_lr": 2.5e-06,
311
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
312
+ "load_vlm_weights": false,
313
+ "add_image_special_tokens": false,
314
+ "attention_mode": "cross_attn",
315
+ "prefix_length": -1,
316
+ "pad_language_to": "longest",
317
+ "num_expert_layers": -1,
318
+ "num_vlm_layers": 16,
319
+ "self_attn_every_n_layers": 2,
320
+ "expert_width_multiplier": 0.75,
321
+ "min_period": 0.004,
322
+ "max_period": 4.0
323
+ },
324
+ "output_dir": "outputs/train/2025-09-20/12-36-03_smolvla",
325
+ "job_name": "smolvla",
326
+ "resume": false,
327
+ "seed": 1000,
328
+ "num_workers": 4,
329
+ "batch_size": 16,
330
+ "steps": 100000,
331
+ "eval_freq": 20000,
332
+ "log_freq": 200,
333
+ "save_checkpoint": true,
334
+ "save_freq": 10000,
335
+ "use_policy_training_preset": true,
336
+ "optimizer": {
337
+ "type": "adamw",
338
+ "lr": 0.0001,
339
+ "weight_decay": 1e-10,
340
+ "grad_clip_norm": 10,
341
+ "betas": [
342
+ 0.9,
343
+ 0.95
344
+ ],
345
+ "eps": 1e-08
346
+ },
347
+ "scheduler": {
348
+ "type": "cosine_decay_with_warmup",
349
+ "num_warmup_steps": 1000,
350
+ "num_decay_steps": 30000,
351
+ "peak_lr": 0.0001,
352
+ "decay_lr": 2.5e-06
353
+ },
354
+ "eval": {
355
+ "n_episodes": 50,
356
+ "batch_size": 50,
357
+ "use_async_envs": false
358
+ },
359
+ "wandb": {
360
+ "enable": true,
361
+ "disable_artifact": false,
362
+ "project": "lerobot",
363
+ "entity": null,
364
+ "notes": null,
365
+ "run_id": "meim7q34",
366
+ "mode": null
367
+ }
368
+ }
020000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,527 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2.6875000000000013e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-10,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505
525
+ ]
526
+ }
527
+ ]
020000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77d191c878e49ce5bdd077bf4526b6b57148e0687e8bf241469e87f8a93e125a
3
+ size 412766684
020000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f6f791500bd5c67884be242585ef459baa4580b4940ce61436beb1675f5a1b
3
+ size 15708
020000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 20000,
6
+ "_step_count": 20001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 2.6875000000000013e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
020000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 20000
3
+ }
030000/pretrained_model/config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
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": 20,
74
+ "max_state_dim": 46,
75
+ "max_action_dim": 32,
76
+ "resize_imgs_with_padding": [
77
+ 512,
78
+ 512
79
+ ],
80
+ "empty_cameras": 0,
81
+ "adapt_to_pi_aloha": false,
82
+ "use_delta_joint_actions_aloha": false,
83
+ "tokenizer_max_length": 48,
84
+ "num_steps": 10,
85
+ "use_cache": true,
86
+ "freeze_vision_encoder": true,
87
+ "train_expert_only": true,
88
+ "train_state_proj": true,
89
+ "optimizer_lr": 0.0001,
90
+ "optimizer_betas": [
91
+ 0.9,
92
+ 0.95
93
+ ],
94
+ "optimizer_eps": 1e-08,
95
+ "optimizer_weight_decay": 1e-10,
96
+ "optimizer_grad_clip_norm": 10,
97
+ "scheduler_warmup_steps": 1000,
98
+ "scheduler_decay_steps": 30000,
99
+ "scheduler_decay_lr": 2.5e-06,
100
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
101
+ "load_vlm_weights": false,
102
+ "add_image_special_tokens": false,
103
+ "attention_mode": "cross_attn",
104
+ "prefix_length": -1,
105
+ "pad_language_to": "longest",
106
+ "num_expert_layers": -1,
107
+ "num_vlm_layers": 16,
108
+ "self_attn_every_n_layers": 2,
109
+ "expert_width_multiplier": 0.75,
110
+ "min_period": 0.004,
111
+ "max_period": 4.0
112
+ }
030000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 143,
5
+ "total_frames": 27784,
6
+ "total_tasks": 3,
7
+ "total_videos": 715,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:143"
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
+ }
030000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0e6e388cb2b45e281c3930ea2eb7ecb37a046a0bd0aff98c7b65a06559e533
3
+ size 1197844264
030000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_1_2_3_tcp",
4
+ "root": "data/lerobot/mh2_step_1_2_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
+ 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
+ 59,
66
+ 60,
67
+ 61,
68
+ 62,
69
+ 63,
70
+ 64,
71
+ 65,
72
+ 66,
73
+ 67,
74
+ 68,
75
+ 69,
76
+ 70,
77
+ 71,
78
+ 72,
79
+ 73,
80
+ 74,
81
+ 75,
82
+ 76,
83
+ 77,
84
+ 78,
85
+ 79,
86
+ 80,
87
+ 81,
88
+ 82,
89
+ 83,
90
+ 84,
91
+ 85,
92
+ 86,
93
+ 87,
94
+ 88,
95
+ 89,
96
+ 90,
97
+ 91,
98
+ 92,
99
+ 93,
100
+ 94,
101
+ 95,
102
+ 96,
103
+ 97,
104
+ 98,
105
+ 99,
106
+ 100,
107
+ 101,
108
+ 102,
109
+ 103,
110
+ 104,
111
+ 105,
112
+ 106,
113
+ 107,
114
+ 108,
115
+ 109,
116
+ 110,
117
+ 111,
118
+ 112,
119
+ 113,
120
+ 114,
121
+ 115,
122
+ 116,
123
+ 117,
124
+ 118,
125
+ 119,
126
+ 120,
127
+ 121,
128
+ 122,
129
+ 123,
130
+ 124,
131
+ 125,
132
+ 126,
133
+ 127,
134
+ 128,
135
+ 129,
136
+ 130,
137
+ 131,
138
+ 132,
139
+ 133,
140
+ 134,
141
+ 135,
142
+ 136,
143
+ 137,
144
+ 138,
145
+ 139,
146
+ 140,
147
+ 141,
148
+ 142
149
+ ],
150
+ "image_transforms": {
151
+ "enable": false,
152
+ "max_num_transforms": 3,
153
+ "random_order": false,
154
+ "tfs": {
155
+ "brightness": {
156
+ "weight": 1.0,
157
+ "type": "ColorJitter",
158
+ "kwargs": {
159
+ "brightness": [
160
+ 0.8,
161
+ 1.2
162
+ ]
163
+ }
164
+ },
165
+ "contrast": {
166
+ "weight": 1.0,
167
+ "type": "ColorJitter",
168
+ "kwargs": {
169
+ "contrast": [
170
+ 0.8,
171
+ 1.2
172
+ ]
173
+ }
174
+ },
175
+ "saturation": {
176
+ "weight": 1.0,
177
+ "type": "ColorJitter",
178
+ "kwargs": {
179
+ "saturation": [
180
+ 0.5,
181
+ 1.5
182
+ ]
183
+ }
184
+ },
185
+ "hue": {
186
+ "weight": 1.0,
187
+ "type": "ColorJitter",
188
+ "kwargs": {
189
+ "hue": [
190
+ -0.05,
191
+ 0.05
192
+ ]
193
+ }
194
+ },
195
+ "sharpness": {
196
+ "weight": 1.0,
197
+ "type": "SharpnessJitter",
198
+ "kwargs": {
199
+ "sharpness": [
200
+ 0.5,
201
+ 1.5
202
+ ]
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "revision": null,
208
+ "use_imagenet_stats": true,
209
+ "video_backend": "torchcodec"
210
+ },
211
+ "env": null,
212
+ "policy": {
213
+ "type": "smolvla",
214
+ "n_obs_steps": 1,
215
+ "normalization_mapping": {
216
+ "VISUAL": "IDENTITY",
217
+ "STATE": "MEAN_STD",
218
+ "ACTION": "MEAN_STD"
219
+ },
220
+ "input_features": {
221
+ "observation.state": {
222
+ "type": "STATE",
223
+ "shape": [
224
+ 46
225
+ ]
226
+ },
227
+ "observation.images.rgb_static": {
228
+ "type": "VISUAL",
229
+ "shape": [
230
+ 3,
231
+ 512,
232
+ 512
233
+ ]
234
+ },
235
+ "observation.images.rgb_left": {
236
+ "type": "VISUAL",
237
+ "shape": [
238
+ 3,
239
+ 512,
240
+ 512
241
+ ]
242
+ },
243
+ "observation.images.rgb_right": {
244
+ "type": "VISUAL",
245
+ "shape": [
246
+ 3,
247
+ 512,
248
+ 512
249
+ ]
250
+ },
251
+ "observation.images.depth_left": {
252
+ "type": "VISUAL",
253
+ "shape": [
254
+ 3,
255
+ 512,
256
+ 512
257
+ ]
258
+ },
259
+ "observation.images.depth_right": {
260
+ "type": "VISUAL",
261
+ "shape": [
262
+ 3,
263
+ 512,
264
+ 512
265
+ ]
266
+ }
267
+ },
268
+ "output_features": {
269
+ "action": {
270
+ "type": "ACTION",
271
+ "shape": [
272
+ 16
273
+ ]
274
+ }
275
+ },
276
+ "device": "cuda",
277
+ "use_amp": false,
278
+ "push_to_hub": false,
279
+ "repo_id": null,
280
+ "private": null,
281
+ "tags": null,
282
+ "license": null,
283
+ "chunk_size": 20,
284
+ "n_action_steps": 20,
285
+ "max_state_dim": 46,
286
+ "max_action_dim": 32,
287
+ "resize_imgs_with_padding": [
288
+ 512,
289
+ 512
290
+ ],
291
+ "empty_cameras": 0,
292
+ "adapt_to_pi_aloha": false,
293
+ "use_delta_joint_actions_aloha": false,
294
+ "tokenizer_max_length": 48,
295
+ "num_steps": 10,
296
+ "use_cache": true,
297
+ "freeze_vision_encoder": true,
298
+ "train_expert_only": true,
299
+ "train_state_proj": true,
300
+ "optimizer_lr": 0.0001,
301
+ "optimizer_betas": [
302
+ 0.9,
303
+ 0.95
304
+ ],
305
+ "optimizer_eps": 1e-08,
306
+ "optimizer_weight_decay": 1e-10,
307
+ "optimizer_grad_clip_norm": 10,
308
+ "scheduler_warmup_steps": 1000,
309
+ "scheduler_decay_steps": 30000,
310
+ "scheduler_decay_lr": 2.5e-06,
311
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
312
+ "load_vlm_weights": false,
313
+ "add_image_special_tokens": false,
314
+ "attention_mode": "cross_attn",
315
+ "prefix_length": -1,
316
+ "pad_language_to": "longest",
317
+ "num_expert_layers": -1,
318
+ "num_vlm_layers": 16,
319
+ "self_attn_every_n_layers": 2,
320
+ "expert_width_multiplier": 0.75,
321
+ "min_period": 0.004,
322
+ "max_period": 4.0
323
+ },
324
+ "output_dir": "outputs/train/2025-09-20/12-36-03_smolvla",
325
+ "job_name": "smolvla",
326
+ "resume": false,
327
+ "seed": 1000,
328
+ "num_workers": 4,
329
+ "batch_size": 16,
330
+ "steps": 100000,
331
+ "eval_freq": 20000,
332
+ "log_freq": 200,
333
+ "save_checkpoint": true,
334
+ "save_freq": 10000,
335
+ "use_policy_training_preset": true,
336
+ "optimizer": {
337
+ "type": "adamw",
338
+ "lr": 0.0001,
339
+ "weight_decay": 1e-10,
340
+ "grad_clip_norm": 10,
341
+ "betas": [
342
+ 0.9,
343
+ 0.95
344
+ ],
345
+ "eps": 1e-08
346
+ },
347
+ "scheduler": {
348
+ "type": "cosine_decay_with_warmup",
349
+ "num_warmup_steps": 1000,
350
+ "num_decay_steps": 30000,
351
+ "peak_lr": 0.0001,
352
+ "decay_lr": 2.5e-06
353
+ },
354
+ "eval": {
355
+ "n_episodes": 50,
356
+ "batch_size": 50,
357
+ "use_async_envs": false
358
+ },
359
+ "wandb": {
360
+ "enable": true,
361
+ "disable_artifact": false,
362
+ "project": "lerobot",
363
+ "entity": null,
364
+ "notes": null,
365
+ "run_id": "meim7q34",
366
+ "mode": null
367
+ }
368
+ }
030000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,527 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2.5e-06,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-10,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505
525
+ ]
526
+ }
527
+ ]
030000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8ec3ce3f3e665cd88ce34c2c540873fedb258c416867366f687c6ea21d05fdb
3
+ size 412766684
030000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a5c235de3ee9873000ffc4d97d5194106531471a393a783ceaf98badec1bd0
3
+ size 15708
030000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 30000,
6
+ "_step_count": 30001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 2.5e-06
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
030000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 30000
3
+ }
040000/pretrained_model/config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
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": 20,
74
+ "max_state_dim": 46,
75
+ "max_action_dim": 32,
76
+ "resize_imgs_with_padding": [
77
+ 512,
78
+ 512
79
+ ],
80
+ "empty_cameras": 0,
81
+ "adapt_to_pi_aloha": false,
82
+ "use_delta_joint_actions_aloha": false,
83
+ "tokenizer_max_length": 48,
84
+ "num_steps": 10,
85
+ "use_cache": true,
86
+ "freeze_vision_encoder": true,
87
+ "train_expert_only": true,
88
+ "train_state_proj": true,
89
+ "optimizer_lr": 0.0001,
90
+ "optimizer_betas": [
91
+ 0.9,
92
+ 0.95
93
+ ],
94
+ "optimizer_eps": 1e-08,
95
+ "optimizer_weight_decay": 1e-10,
96
+ "optimizer_grad_clip_norm": 10,
97
+ "scheduler_warmup_steps": 1000,
98
+ "scheduler_decay_steps": 30000,
99
+ "scheduler_decay_lr": 2.5e-06,
100
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
101
+ "load_vlm_weights": false,
102
+ "add_image_special_tokens": false,
103
+ "attention_mode": "cross_attn",
104
+ "prefix_length": -1,
105
+ "pad_language_to": "longest",
106
+ "num_expert_layers": -1,
107
+ "num_vlm_layers": 16,
108
+ "self_attn_every_n_layers": 2,
109
+ "expert_width_multiplier": 0.75,
110
+ "min_period": 0.004,
111
+ "max_period": 4.0
112
+ }
040000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 143,
5
+ "total_frames": 27784,
6
+ "total_tasks": 3,
7
+ "total_videos": 715,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:143"
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
+ }
040000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86d05a020649be9888934ac3f92d527b868332031f86b09295c3fed3dff977b5
3
+ size 1197844264
040000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_1_2_3_tcp",
4
+ "root": "data/lerobot/mh2_step_1_2_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
+ 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
+ 59,
66
+ 60,
67
+ 61,
68
+ 62,
69
+ 63,
70
+ 64,
71
+ 65,
72
+ 66,
73
+ 67,
74
+ 68,
75
+ 69,
76
+ 70,
77
+ 71,
78
+ 72,
79
+ 73,
80
+ 74,
81
+ 75,
82
+ 76,
83
+ 77,
84
+ 78,
85
+ 79,
86
+ 80,
87
+ 81,
88
+ 82,
89
+ 83,
90
+ 84,
91
+ 85,
92
+ 86,
93
+ 87,
94
+ 88,
95
+ 89,
96
+ 90,
97
+ 91,
98
+ 92,
99
+ 93,
100
+ 94,
101
+ 95,
102
+ 96,
103
+ 97,
104
+ 98,
105
+ 99,
106
+ 100,
107
+ 101,
108
+ 102,
109
+ 103,
110
+ 104,
111
+ 105,
112
+ 106,
113
+ 107,
114
+ 108,
115
+ 109,
116
+ 110,
117
+ 111,
118
+ 112,
119
+ 113,
120
+ 114,
121
+ 115,
122
+ 116,
123
+ 117,
124
+ 118,
125
+ 119,
126
+ 120,
127
+ 121,
128
+ 122,
129
+ 123,
130
+ 124,
131
+ 125,
132
+ 126,
133
+ 127,
134
+ 128,
135
+ 129,
136
+ 130,
137
+ 131,
138
+ 132,
139
+ 133,
140
+ 134,
141
+ 135,
142
+ 136,
143
+ 137,
144
+ 138,
145
+ 139,
146
+ 140,
147
+ 141,
148
+ 142
149
+ ],
150
+ "image_transforms": {
151
+ "enable": false,
152
+ "max_num_transforms": 3,
153
+ "random_order": false,
154
+ "tfs": {
155
+ "brightness": {
156
+ "weight": 1.0,
157
+ "type": "ColorJitter",
158
+ "kwargs": {
159
+ "brightness": [
160
+ 0.8,
161
+ 1.2
162
+ ]
163
+ }
164
+ },
165
+ "contrast": {
166
+ "weight": 1.0,
167
+ "type": "ColorJitter",
168
+ "kwargs": {
169
+ "contrast": [
170
+ 0.8,
171
+ 1.2
172
+ ]
173
+ }
174
+ },
175
+ "saturation": {
176
+ "weight": 1.0,
177
+ "type": "ColorJitter",
178
+ "kwargs": {
179
+ "saturation": [
180
+ 0.5,
181
+ 1.5
182
+ ]
183
+ }
184
+ },
185
+ "hue": {
186
+ "weight": 1.0,
187
+ "type": "ColorJitter",
188
+ "kwargs": {
189
+ "hue": [
190
+ -0.05,
191
+ 0.05
192
+ ]
193
+ }
194
+ },
195
+ "sharpness": {
196
+ "weight": 1.0,
197
+ "type": "SharpnessJitter",
198
+ "kwargs": {
199
+ "sharpness": [
200
+ 0.5,
201
+ 1.5
202
+ ]
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "revision": null,
208
+ "use_imagenet_stats": true,
209
+ "video_backend": "torchcodec"
210
+ },
211
+ "env": null,
212
+ "policy": {
213
+ "type": "smolvla",
214
+ "n_obs_steps": 1,
215
+ "normalization_mapping": {
216
+ "VISUAL": "IDENTITY",
217
+ "STATE": "MEAN_STD",
218
+ "ACTION": "MEAN_STD"
219
+ },
220
+ "input_features": {
221
+ "observation.state": {
222
+ "type": "STATE",
223
+ "shape": [
224
+ 46
225
+ ]
226
+ },
227
+ "observation.images.rgb_static": {
228
+ "type": "VISUAL",
229
+ "shape": [
230
+ 3,
231
+ 512,
232
+ 512
233
+ ]
234
+ },
235
+ "observation.images.rgb_left": {
236
+ "type": "VISUAL",
237
+ "shape": [
238
+ 3,
239
+ 512,
240
+ 512
241
+ ]
242
+ },
243
+ "observation.images.rgb_right": {
244
+ "type": "VISUAL",
245
+ "shape": [
246
+ 3,
247
+ 512,
248
+ 512
249
+ ]
250
+ },
251
+ "observation.images.depth_left": {
252
+ "type": "VISUAL",
253
+ "shape": [
254
+ 3,
255
+ 512,
256
+ 512
257
+ ]
258
+ },
259
+ "observation.images.depth_right": {
260
+ "type": "VISUAL",
261
+ "shape": [
262
+ 3,
263
+ 512,
264
+ 512
265
+ ]
266
+ }
267
+ },
268
+ "output_features": {
269
+ "action": {
270
+ "type": "ACTION",
271
+ "shape": [
272
+ 16
273
+ ]
274
+ }
275
+ },
276
+ "device": "cuda",
277
+ "use_amp": false,
278
+ "push_to_hub": false,
279
+ "repo_id": null,
280
+ "private": null,
281
+ "tags": null,
282
+ "license": null,
283
+ "chunk_size": 20,
284
+ "n_action_steps": 20,
285
+ "max_state_dim": 46,
286
+ "max_action_dim": 32,
287
+ "resize_imgs_with_padding": [
288
+ 512,
289
+ 512
290
+ ],
291
+ "empty_cameras": 0,
292
+ "adapt_to_pi_aloha": false,
293
+ "use_delta_joint_actions_aloha": false,
294
+ "tokenizer_max_length": 48,
295
+ "num_steps": 10,
296
+ "use_cache": true,
297
+ "freeze_vision_encoder": true,
298
+ "train_expert_only": true,
299
+ "train_state_proj": true,
300
+ "optimizer_lr": 0.0001,
301
+ "optimizer_betas": [
302
+ 0.9,
303
+ 0.95
304
+ ],
305
+ "optimizer_eps": 1e-08,
306
+ "optimizer_weight_decay": 1e-10,
307
+ "optimizer_grad_clip_norm": 10,
308
+ "scheduler_warmup_steps": 1000,
309
+ "scheduler_decay_steps": 30000,
310
+ "scheduler_decay_lr": 2.5e-06,
311
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
312
+ "load_vlm_weights": false,
313
+ "add_image_special_tokens": false,
314
+ "attention_mode": "cross_attn",
315
+ "prefix_length": -1,
316
+ "pad_language_to": "longest",
317
+ "num_expert_layers": -1,
318
+ "num_vlm_layers": 16,
319
+ "self_attn_every_n_layers": 2,
320
+ "expert_width_multiplier": 0.75,
321
+ "min_period": 0.004,
322
+ "max_period": 4.0
323
+ },
324
+ "output_dir": "outputs/train/2025-09-20/12-36-03_smolvla",
325
+ "job_name": "smolvla",
326
+ "resume": false,
327
+ "seed": 1000,
328
+ "num_workers": 4,
329
+ "batch_size": 16,
330
+ "steps": 100000,
331
+ "eval_freq": 20000,
332
+ "log_freq": 200,
333
+ "save_checkpoint": true,
334
+ "save_freq": 10000,
335
+ "use_policy_training_preset": true,
336
+ "optimizer": {
337
+ "type": "adamw",
338
+ "lr": 0.0001,
339
+ "weight_decay": 1e-10,
340
+ "grad_clip_norm": 10,
341
+ "betas": [
342
+ 0.9,
343
+ 0.95
344
+ ],
345
+ "eps": 1e-08
346
+ },
347
+ "scheduler": {
348
+ "type": "cosine_decay_with_warmup",
349
+ "num_warmup_steps": 1000,
350
+ "num_decay_steps": 30000,
351
+ "peak_lr": 0.0001,
352
+ "decay_lr": 2.5e-06
353
+ },
354
+ "eval": {
355
+ "n_episodes": 50,
356
+ "batch_size": 50,
357
+ "use_async_envs": false
358
+ },
359
+ "wandb": {
360
+ "enable": true,
361
+ "disable_artifact": false,
362
+ "project": "lerobot",
363
+ "entity": null,
364
+ "notes": null,
365
+ "run_id": "meim7q34",
366
+ "mode": null
367
+ }
368
+ }
040000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,527 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2.5e-06,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-10,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505
525
+ ]
526
+ }
527
+ ]
040000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f44962cd93971477a1da43bbace9069c39ba85c9b4a6cc2a5f241a2a4528d3a2
3
+ size 412766684
040000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea6cc20c5ee55c58e208aea7f7e4160c34826b037f38d2a29ed642a8de701442
3
+ size 15708
040000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 40000,
6
+ "_step_count": 40001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 2.5e-06
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
040000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 40000
3
+ }
050000/pretrained_model/config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
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": 20,
74
+ "max_state_dim": 46,
75
+ "max_action_dim": 32,
76
+ "resize_imgs_with_padding": [
77
+ 512,
78
+ 512
79
+ ],
80
+ "empty_cameras": 0,
81
+ "adapt_to_pi_aloha": false,
82
+ "use_delta_joint_actions_aloha": false,
83
+ "tokenizer_max_length": 48,
84
+ "num_steps": 10,
85
+ "use_cache": true,
86
+ "freeze_vision_encoder": true,
87
+ "train_expert_only": true,
88
+ "train_state_proj": true,
89
+ "optimizer_lr": 0.0001,
90
+ "optimizer_betas": [
91
+ 0.9,
92
+ 0.95
93
+ ],
94
+ "optimizer_eps": 1e-08,
95
+ "optimizer_weight_decay": 1e-10,
96
+ "optimizer_grad_clip_norm": 10,
97
+ "scheduler_warmup_steps": 1000,
98
+ "scheduler_decay_steps": 30000,
99
+ "scheduler_decay_lr": 2.5e-06,
100
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
101
+ "load_vlm_weights": false,
102
+ "add_image_special_tokens": false,
103
+ "attention_mode": "cross_attn",
104
+ "prefix_length": -1,
105
+ "pad_language_to": "longest",
106
+ "num_expert_layers": -1,
107
+ "num_vlm_layers": 16,
108
+ "self_attn_every_n_layers": 2,
109
+ "expert_width_multiplier": 0.75,
110
+ "min_period": 0.004,
111
+ "max_period": 4.0
112
+ }
050000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 143,
5
+ "total_frames": 27784,
6
+ "total_tasks": 3,
7
+ "total_videos": 715,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:143"
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:36ca2d56b0fa0b8c954c5321e0e0e658a3f6a3aa7440473222365e333dc8a1ff
3
+ size 1197844264
050000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_1_2_3_tcp",
4
+ "root": "data/lerobot/mh2_step_1_2_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
+ 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
+ 59,
66
+ 60,
67
+ 61,
68
+ 62,
69
+ 63,
70
+ 64,
71
+ 65,
72
+ 66,
73
+ 67,
74
+ 68,
75
+ 69,
76
+ 70,
77
+ 71,
78
+ 72,
79
+ 73,
80
+ 74,
81
+ 75,
82
+ 76,
83
+ 77,
84
+ 78,
85
+ 79,
86
+ 80,
87
+ 81,
88
+ 82,
89
+ 83,
90
+ 84,
91
+ 85,
92
+ 86,
93
+ 87,
94
+ 88,
95
+ 89,
96
+ 90,
97
+ 91,
98
+ 92,
99
+ 93,
100
+ 94,
101
+ 95,
102
+ 96,
103
+ 97,
104
+ 98,
105
+ 99,
106
+ 100,
107
+ 101,
108
+ 102,
109
+ 103,
110
+ 104,
111
+ 105,
112
+ 106,
113
+ 107,
114
+ 108,
115
+ 109,
116
+ 110,
117
+ 111,
118
+ 112,
119
+ 113,
120
+ 114,
121
+ 115,
122
+ 116,
123
+ 117,
124
+ 118,
125
+ 119,
126
+ 120,
127
+ 121,
128
+ 122,
129
+ 123,
130
+ 124,
131
+ 125,
132
+ 126,
133
+ 127,
134
+ 128,
135
+ 129,
136
+ 130,
137
+ 131,
138
+ 132,
139
+ 133,
140
+ 134,
141
+ 135,
142
+ 136,
143
+ 137,
144
+ 138,
145
+ 139,
146
+ 140,
147
+ 141,
148
+ 142
149
+ ],
150
+ "image_transforms": {
151
+ "enable": false,
152
+ "max_num_transforms": 3,
153
+ "random_order": false,
154
+ "tfs": {
155
+ "brightness": {
156
+ "weight": 1.0,
157
+ "type": "ColorJitter",
158
+ "kwargs": {
159
+ "brightness": [
160
+ 0.8,
161
+ 1.2
162
+ ]
163
+ }
164
+ },
165
+ "contrast": {
166
+ "weight": 1.0,
167
+ "type": "ColorJitter",
168
+ "kwargs": {
169
+ "contrast": [
170
+ 0.8,
171
+ 1.2
172
+ ]
173
+ }
174
+ },
175
+ "saturation": {
176
+ "weight": 1.0,
177
+ "type": "ColorJitter",
178
+ "kwargs": {
179
+ "saturation": [
180
+ 0.5,
181
+ 1.5
182
+ ]
183
+ }
184
+ },
185
+ "hue": {
186
+ "weight": 1.0,
187
+ "type": "ColorJitter",
188
+ "kwargs": {
189
+ "hue": [
190
+ -0.05,
191
+ 0.05
192
+ ]
193
+ }
194
+ },
195
+ "sharpness": {
196
+ "weight": 1.0,
197
+ "type": "SharpnessJitter",
198
+ "kwargs": {
199
+ "sharpness": [
200
+ 0.5,
201
+ 1.5
202
+ ]
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "revision": null,
208
+ "use_imagenet_stats": true,
209
+ "video_backend": "torchcodec"
210
+ },
211
+ "env": null,
212
+ "policy": {
213
+ "type": "smolvla",
214
+ "n_obs_steps": 1,
215
+ "normalization_mapping": {
216
+ "VISUAL": "IDENTITY",
217
+ "STATE": "MEAN_STD",
218
+ "ACTION": "MEAN_STD"
219
+ },
220
+ "input_features": {
221
+ "observation.state": {
222
+ "type": "STATE",
223
+ "shape": [
224
+ 46
225
+ ]
226
+ },
227
+ "observation.images.rgb_static": {
228
+ "type": "VISUAL",
229
+ "shape": [
230
+ 3,
231
+ 512,
232
+ 512
233
+ ]
234
+ },
235
+ "observation.images.rgb_left": {
236
+ "type": "VISUAL",
237
+ "shape": [
238
+ 3,
239
+ 512,
240
+ 512
241
+ ]
242
+ },
243
+ "observation.images.rgb_right": {
244
+ "type": "VISUAL",
245
+ "shape": [
246
+ 3,
247
+ 512,
248
+ 512
249
+ ]
250
+ },
251
+ "observation.images.depth_left": {
252
+ "type": "VISUAL",
253
+ "shape": [
254
+ 3,
255
+ 512,
256
+ 512
257
+ ]
258
+ },
259
+ "observation.images.depth_right": {
260
+ "type": "VISUAL",
261
+ "shape": [
262
+ 3,
263
+ 512,
264
+ 512
265
+ ]
266
+ }
267
+ },
268
+ "output_features": {
269
+ "action": {
270
+ "type": "ACTION",
271
+ "shape": [
272
+ 16
273
+ ]
274
+ }
275
+ },
276
+ "device": "cuda",
277
+ "use_amp": false,
278
+ "push_to_hub": false,
279
+ "repo_id": null,
280
+ "private": null,
281
+ "tags": null,
282
+ "license": null,
283
+ "chunk_size": 20,
284
+ "n_action_steps": 20,
285
+ "max_state_dim": 46,
286
+ "max_action_dim": 32,
287
+ "resize_imgs_with_padding": [
288
+ 512,
289
+ 512
290
+ ],
291
+ "empty_cameras": 0,
292
+ "adapt_to_pi_aloha": false,
293
+ "use_delta_joint_actions_aloha": false,
294
+ "tokenizer_max_length": 48,
295
+ "num_steps": 10,
296
+ "use_cache": true,
297
+ "freeze_vision_encoder": true,
298
+ "train_expert_only": true,
299
+ "train_state_proj": true,
300
+ "optimizer_lr": 0.0001,
301
+ "optimizer_betas": [
302
+ 0.9,
303
+ 0.95
304
+ ],
305
+ "optimizer_eps": 1e-08,
306
+ "optimizer_weight_decay": 1e-10,
307
+ "optimizer_grad_clip_norm": 10,
308
+ "scheduler_warmup_steps": 1000,
309
+ "scheduler_decay_steps": 30000,
310
+ "scheduler_decay_lr": 2.5e-06,
311
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
312
+ "load_vlm_weights": false,
313
+ "add_image_special_tokens": false,
314
+ "attention_mode": "cross_attn",
315
+ "prefix_length": -1,
316
+ "pad_language_to": "longest",
317
+ "num_expert_layers": -1,
318
+ "num_vlm_layers": 16,
319
+ "self_attn_every_n_layers": 2,
320
+ "expert_width_multiplier": 0.75,
321
+ "min_period": 0.004,
322
+ "max_period": 4.0
323
+ },
324
+ "output_dir": "outputs/train/2025-09-20/12-36-03_smolvla",
325
+ "job_name": "smolvla",
326
+ "resume": false,
327
+ "seed": 1000,
328
+ "num_workers": 4,
329
+ "batch_size": 16,
330
+ "steps": 100000,
331
+ "eval_freq": 20000,
332
+ "log_freq": 200,
333
+ "save_checkpoint": true,
334
+ "save_freq": 10000,
335
+ "use_policy_training_preset": true,
336
+ "optimizer": {
337
+ "type": "adamw",
338
+ "lr": 0.0001,
339
+ "weight_decay": 1e-10,
340
+ "grad_clip_norm": 10,
341
+ "betas": [
342
+ 0.9,
343
+ 0.95
344
+ ],
345
+ "eps": 1e-08
346
+ },
347
+ "scheduler": {
348
+ "type": "cosine_decay_with_warmup",
349
+ "num_warmup_steps": 1000,
350
+ "num_decay_steps": 30000,
351
+ "peak_lr": 0.0001,
352
+ "decay_lr": 2.5e-06
353
+ },
354
+ "eval": {
355
+ "n_episodes": 50,
356
+ "batch_size": 50,
357
+ "use_async_envs": false
358
+ },
359
+ "wandb": {
360
+ "enable": true,
361
+ "disable_artifact": false,
362
+ "project": "lerobot",
363
+ "entity": null,
364
+ "notes": null,
365
+ "run_id": "meim7q34",
366
+ "mode": null
367
+ }
368
+ }
050000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,527 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2.5e-06,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-10,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505
525
+ ]
526
+ }
527
+ ]
050000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dca2fcb5e7bc098cf97fcddf8f63d92a29521ebfffc41cdb59bc5178b66228f
3
+ size 412766684
050000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e374230613e8760862cc5862d374b3ea1e72844d0931032dd918984d7523a2d4
3
+ size 15708
050000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 50000,
6
+ "_step_count": 50001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 2.5e-06
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
050000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 50000
3
+ }
060000/pretrained_model/config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
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": 20,
74
+ "max_state_dim": 46,
75
+ "max_action_dim": 32,
76
+ "resize_imgs_with_padding": [
77
+ 512,
78
+ 512
79
+ ],
80
+ "empty_cameras": 0,
81
+ "adapt_to_pi_aloha": false,
82
+ "use_delta_joint_actions_aloha": false,
83
+ "tokenizer_max_length": 48,
84
+ "num_steps": 10,
85
+ "use_cache": true,
86
+ "freeze_vision_encoder": true,
87
+ "train_expert_only": true,
88
+ "train_state_proj": true,
89
+ "optimizer_lr": 0.0001,
90
+ "optimizer_betas": [
91
+ 0.9,
92
+ 0.95
93
+ ],
94
+ "optimizer_eps": 1e-08,
95
+ "optimizer_weight_decay": 1e-10,
96
+ "optimizer_grad_clip_norm": 10,
97
+ "scheduler_warmup_steps": 1000,
98
+ "scheduler_decay_steps": 30000,
99
+ "scheduler_decay_lr": 2.5e-06,
100
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
101
+ "load_vlm_weights": false,
102
+ "add_image_special_tokens": false,
103
+ "attention_mode": "cross_attn",
104
+ "prefix_length": -1,
105
+ "pad_language_to": "longest",
106
+ "num_expert_layers": -1,
107
+ "num_vlm_layers": 16,
108
+ "self_attn_every_n_layers": 2,
109
+ "expert_width_multiplier": 0.75,
110
+ "min_period": 0.004,
111
+ "max_period": 4.0
112
+ }
060000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 143,
5
+ "total_frames": 27784,
6
+ "total_tasks": 3,
7
+ "total_videos": 715,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:143"
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:6cc5f8d7d0244646a884805c156dd67b15047223715fe56e980ab2ca9581d606
3
+ size 1197844264
060000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_1_2_3_tcp",
4
+ "root": "data/lerobot/mh2_step_1_2_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
+ 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
+ 59,
66
+ 60,
67
+ 61,
68
+ 62,
69
+ 63,
70
+ 64,
71
+ 65,
72
+ 66,
73
+ 67,
74
+ 68,
75
+ 69,
76
+ 70,
77
+ 71,
78
+ 72,
79
+ 73,
80
+ 74,
81
+ 75,
82
+ 76,
83
+ 77,
84
+ 78,
85
+ 79,
86
+ 80,
87
+ 81,
88
+ 82,
89
+ 83,
90
+ 84,
91
+ 85,
92
+ 86,
93
+ 87,
94
+ 88,
95
+ 89,
96
+ 90,
97
+ 91,
98
+ 92,
99
+ 93,
100
+ 94,
101
+ 95,
102
+ 96,
103
+ 97,
104
+ 98,
105
+ 99,
106
+ 100,
107
+ 101,
108
+ 102,
109
+ 103,
110
+ 104,
111
+ 105,
112
+ 106,
113
+ 107,
114
+ 108,
115
+ 109,
116
+ 110,
117
+ 111,
118
+ 112,
119
+ 113,
120
+ 114,
121
+ 115,
122
+ 116,
123
+ 117,
124
+ 118,
125
+ 119,
126
+ 120,
127
+ 121,
128
+ 122,
129
+ 123,
130
+ 124,
131
+ 125,
132
+ 126,
133
+ 127,
134
+ 128,
135
+ 129,
136
+ 130,
137
+ 131,
138
+ 132,
139
+ 133,
140
+ 134,
141
+ 135,
142
+ 136,
143
+ 137,
144
+ 138,
145
+ 139,
146
+ 140,
147
+ 141,
148
+ 142
149
+ ],
150
+ "image_transforms": {
151
+ "enable": false,
152
+ "max_num_transforms": 3,
153
+ "random_order": false,
154
+ "tfs": {
155
+ "brightness": {
156
+ "weight": 1.0,
157
+ "type": "ColorJitter",
158
+ "kwargs": {
159
+ "brightness": [
160
+ 0.8,
161
+ 1.2
162
+ ]
163
+ }
164
+ },
165
+ "contrast": {
166
+ "weight": 1.0,
167
+ "type": "ColorJitter",
168
+ "kwargs": {
169
+ "contrast": [
170
+ 0.8,
171
+ 1.2
172
+ ]
173
+ }
174
+ },
175
+ "saturation": {
176
+ "weight": 1.0,
177
+ "type": "ColorJitter",
178
+ "kwargs": {
179
+ "saturation": [
180
+ 0.5,
181
+ 1.5
182
+ ]
183
+ }
184
+ },
185
+ "hue": {
186
+ "weight": 1.0,
187
+ "type": "ColorJitter",
188
+ "kwargs": {
189
+ "hue": [
190
+ -0.05,
191
+ 0.05
192
+ ]
193
+ }
194
+ },
195
+ "sharpness": {
196
+ "weight": 1.0,
197
+ "type": "SharpnessJitter",
198
+ "kwargs": {
199
+ "sharpness": [
200
+ 0.5,
201
+ 1.5
202
+ ]
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "revision": null,
208
+ "use_imagenet_stats": true,
209
+ "video_backend": "torchcodec"
210
+ },
211
+ "env": null,
212
+ "policy": {
213
+ "type": "smolvla",
214
+ "n_obs_steps": 1,
215
+ "normalization_mapping": {
216
+ "VISUAL": "IDENTITY",
217
+ "STATE": "MEAN_STD",
218
+ "ACTION": "MEAN_STD"
219
+ },
220
+ "input_features": {
221
+ "observation.state": {
222
+ "type": "STATE",
223
+ "shape": [
224
+ 46
225
+ ]
226
+ },
227
+ "observation.images.rgb_static": {
228
+ "type": "VISUAL",
229
+ "shape": [
230
+ 3,
231
+ 512,
232
+ 512
233
+ ]
234
+ },
235
+ "observation.images.rgb_left": {
236
+ "type": "VISUAL",
237
+ "shape": [
238
+ 3,
239
+ 512,
240
+ 512
241
+ ]
242
+ },
243
+ "observation.images.rgb_right": {
244
+ "type": "VISUAL",
245
+ "shape": [
246
+ 3,
247
+ 512,
248
+ 512
249
+ ]
250
+ },
251
+ "observation.images.depth_left": {
252
+ "type": "VISUAL",
253
+ "shape": [
254
+ 3,
255
+ 512,
256
+ 512
257
+ ]
258
+ },
259
+ "observation.images.depth_right": {
260
+ "type": "VISUAL",
261
+ "shape": [
262
+ 3,
263
+ 512,
264
+ 512
265
+ ]
266
+ }
267
+ },
268
+ "output_features": {
269
+ "action": {
270
+ "type": "ACTION",
271
+ "shape": [
272
+ 16
273
+ ]
274
+ }
275
+ },
276
+ "device": "cuda",
277
+ "use_amp": false,
278
+ "push_to_hub": false,
279
+ "repo_id": null,
280
+ "private": null,
281
+ "tags": null,
282
+ "license": null,
283
+ "chunk_size": 20,
284
+ "n_action_steps": 20,
285
+ "max_state_dim": 46,
286
+ "max_action_dim": 32,
287
+ "resize_imgs_with_padding": [
288
+ 512,
289
+ 512
290
+ ],
291
+ "empty_cameras": 0,
292
+ "adapt_to_pi_aloha": false,
293
+ "use_delta_joint_actions_aloha": false,
294
+ "tokenizer_max_length": 48,
295
+ "num_steps": 10,
296
+ "use_cache": true,
297
+ "freeze_vision_encoder": true,
298
+ "train_expert_only": true,
299
+ "train_state_proj": true,
300
+ "optimizer_lr": 0.0001,
301
+ "optimizer_betas": [
302
+ 0.9,
303
+ 0.95
304
+ ],
305
+ "optimizer_eps": 1e-08,
306
+ "optimizer_weight_decay": 1e-10,
307
+ "optimizer_grad_clip_norm": 10,
308
+ "scheduler_warmup_steps": 1000,
309
+ "scheduler_decay_steps": 30000,
310
+ "scheduler_decay_lr": 2.5e-06,
311
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
312
+ "load_vlm_weights": false,
313
+ "add_image_special_tokens": false,
314
+ "attention_mode": "cross_attn",
315
+ "prefix_length": -1,
316
+ "pad_language_to": "longest",
317
+ "num_expert_layers": -1,
318
+ "num_vlm_layers": 16,
319
+ "self_attn_every_n_layers": 2,
320
+ "expert_width_multiplier": 0.75,
321
+ "min_period": 0.004,
322
+ "max_period": 4.0
323
+ },
324
+ "output_dir": "outputs/train/2025-09-20/12-36-03_smolvla",
325
+ "job_name": "smolvla",
326
+ "resume": false,
327
+ "seed": 1000,
328
+ "num_workers": 4,
329
+ "batch_size": 16,
330
+ "steps": 100000,
331
+ "eval_freq": 20000,
332
+ "log_freq": 200,
333
+ "save_checkpoint": true,
334
+ "save_freq": 10000,
335
+ "use_policy_training_preset": true,
336
+ "optimizer": {
337
+ "type": "adamw",
338
+ "lr": 0.0001,
339
+ "weight_decay": 1e-10,
340
+ "grad_clip_norm": 10,
341
+ "betas": [
342
+ 0.9,
343
+ 0.95
344
+ ],
345
+ "eps": 1e-08
346
+ },
347
+ "scheduler": {
348
+ "type": "cosine_decay_with_warmup",
349
+ "num_warmup_steps": 1000,
350
+ "num_decay_steps": 30000,
351
+ "peak_lr": 0.0001,
352
+ "decay_lr": 2.5e-06
353
+ },
354
+ "eval": {
355
+ "n_episodes": 50,
356
+ "batch_size": 50,
357
+ "use_async_envs": false
358
+ },
359
+ "wandb": {
360
+ "enable": true,
361
+ "disable_artifact": false,
362
+ "project": "lerobot",
363
+ "entity": null,
364
+ "notes": null,
365
+ "run_id": "meim7q34",
366
+ "mode": null
367
+ }
368
+ }
060000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,527 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2.5e-06,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-10,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505
525
+ ]
526
+ }
527
+ ]