ardalon commited on
Commit
cdf703f
·
verified ·
1 Parent(s): aeca360

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. .gitattributes +1 -0
  2. checkpoints/000500/pretrained_model/config.json +111 -0
  3. checkpoints/000500/pretrained_model/model.safetensors +3 -0
  4. checkpoints/000500/pretrained_model/policy_postprocessor.json +32 -0
  5. checkpoints/000500/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  6. checkpoints/000500/pretrained_model/policy_preprocessor.json +97 -0
  7. checkpoints/000500/pretrained_model/policy_preprocessor_step_5_normalizer_processor.safetensors +3 -0
  8. checkpoints/000500/pretrained_model/train_config.json +394 -0
  9. checkpoints/000500/training_state/optimizer_param_groups.json +521 -0
  10. checkpoints/000500/training_state/optimizer_state.safetensors +3 -0
  11. checkpoints/000500/training_state/rng_state.safetensors +3 -0
  12. checkpoints/000500/training_state/scheduler_state.json +15 -0
  13. checkpoints/000500/training_state/training_step.json +3 -0
  14. checkpoints/001000/pretrained_model/config.json +111 -0
  15. checkpoints/001000/pretrained_model/model.safetensors +3 -0
  16. checkpoints/001000/pretrained_model/policy_postprocessor.json +32 -0
  17. checkpoints/001000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  18. checkpoints/001000/pretrained_model/policy_preprocessor.json +97 -0
  19. checkpoints/001000/pretrained_model/policy_preprocessor_step_5_normalizer_processor.safetensors +3 -0
  20. checkpoints/001000/pretrained_model/train_config.json +394 -0
  21. checkpoints/001000/training_state/optimizer_param_groups.json +521 -0
  22. checkpoints/001000/training_state/optimizer_state.safetensors +3 -0
  23. checkpoints/001000/training_state/rng_state.safetensors +3 -0
  24. checkpoints/001000/training_state/scheduler_state.json +15 -0
  25. checkpoints/001000/training_state/training_step.json +3 -0
  26. checkpoints/001500/pretrained_model/config.json +111 -0
  27. checkpoints/001500/pretrained_model/model.safetensors +3 -0
  28. checkpoints/001500/pretrained_model/policy_postprocessor.json +32 -0
  29. checkpoints/001500/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  30. checkpoints/001500/pretrained_model/policy_preprocessor.json +97 -0
  31. checkpoints/001500/pretrained_model/policy_preprocessor_step_5_normalizer_processor.safetensors +3 -0
  32. checkpoints/001500/pretrained_model/train_config.json +394 -0
  33. checkpoints/001500/training_state/optimizer_param_groups.json +521 -0
  34. checkpoints/001500/training_state/optimizer_state.safetensors +3 -0
  35. checkpoints/001500/training_state/rng_state.safetensors +3 -0
  36. checkpoints/001500/training_state/scheduler_state.json +15 -0
  37. checkpoints/001500/training_state/training_step.json +3 -0
  38. checkpoints/002000/pretrained_model/config.json +111 -0
  39. checkpoints/002000/pretrained_model/model.safetensors +3 -0
  40. checkpoints/002000/pretrained_model/policy_postprocessor.json +32 -0
  41. checkpoints/002000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  42. checkpoints/002000/pretrained_model/policy_preprocessor.json +97 -0
  43. checkpoints/002000/pretrained_model/policy_preprocessor_step_5_normalizer_processor.safetensors +3 -0
  44. checkpoints/002000/pretrained_model/train_config.json +394 -0
  45. checkpoints/002000/training_state/optimizer_param_groups.json +521 -0
  46. checkpoints/002000/training_state/optimizer_state.safetensors +3 -0
  47. checkpoints/002000/training_state/rng_state.safetensors +3 -0
  48. checkpoints/002000/training_state/scheduler_state.json +15 -0
  49. checkpoints/002000/training_state/training_step.json +3 -0
  50. checkpoints/002500/pretrained_model/config.json +111 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ wandb/run-20260408_063316-dzwcngqh/run-dzwcngqh.wandb filter=lfs diff=lfs merge=lfs -text
checkpoints/000500/pretrained_model/config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.image": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 256,
9
+ 256,
10
+ 3
11
+ ]
12
+ },
13
+ "observation.images.wrist_image": {
14
+ "type": "VISUAL",
15
+ "shape": [
16
+ 256,
17
+ 256,
18
+ 3
19
+ ]
20
+ },
21
+ "observation.state": {
22
+ "type": "STATE",
23
+ "shape": [
24
+ 8
25
+ ]
26
+ },
27
+ "observation.states.ee_state": {
28
+ "type": "STATE",
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.states.joint_state": {
34
+ "type": "STATE",
35
+ "shape": [
36
+ 7
37
+ ]
38
+ },
39
+ "observation.states.gripper_state": {
40
+ "type": "STATE",
41
+ "shape": [
42
+ 2
43
+ ]
44
+ }
45
+ },
46
+ "output_features": {
47
+ "action": {
48
+ "type": "ACTION",
49
+ "shape": [
50
+ 7
51
+ ]
52
+ }
53
+ },
54
+ "device": "cuda",
55
+ "use_amp": false,
56
+ "use_peft": false,
57
+ "push_to_hub": true,
58
+ "repo_id": "ardalon/sequential_t1_t2_task4818_fft",
59
+ "private": null,
60
+ "tags": null,
61
+ "license": null,
62
+ "pretrained_path": "/content/outputs/train/sequential_t1_task48_fft/checkpoints/003000/pretrained_model",
63
+ "chunk_size": 50,
64
+ "n_action_steps": 50,
65
+ "normalization_mapping": {
66
+ "VISUAL": "IDENTITY",
67
+ "STATE": "MEAN_STD",
68
+ "ACTION": "MEAN_STD"
69
+ },
70
+ "max_state_dim": 32,
71
+ "max_action_dim": 32,
72
+ "resize_imgs_with_padding": [
73
+ 512,
74
+ 512
75
+ ],
76
+ "empty_cameras": 0,
77
+ "adapt_to_pi_aloha": false,
78
+ "use_delta_joint_actions_aloha": false,
79
+ "tokenizer_max_length": 48,
80
+ "num_steps": 10,
81
+ "use_cache": true,
82
+ "freeze_vision_encoder": true,
83
+ "train_expert_only": true,
84
+ "train_state_proj": true,
85
+ "optimizer_lr": 2e-05,
86
+ "optimizer_betas": [
87
+ 0.9,
88
+ 0.95
89
+ ],
90
+ "optimizer_eps": 1e-08,
91
+ "optimizer_weight_decay": 0.01,
92
+ "optimizer_grad_clip_norm": 10.0,
93
+ "scheduler_warmup_steps": 1000,
94
+ "scheduler_decay_steps": 30000,
95
+ "scheduler_decay_lr": 2.5e-06,
96
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
97
+ "load_vlm_weights": true,
98
+ "add_image_special_tokens": false,
99
+ "attention_mode": "cross_attn",
100
+ "prefix_length": 0,
101
+ "pad_language_to": "max_length",
102
+ "num_expert_layers": 0,
103
+ "num_vlm_layers": 16,
104
+ "self_attn_every_n_layers": 2,
105
+ "expert_width_multiplier": 0.75,
106
+ "min_period": 0.004,
107
+ "max_period": 4.0,
108
+ "rtc_config": null,
109
+ "compile_model": false,
110
+ "compile_mode": "max-autotune"
111
+ }
checkpoints/000500/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa9caedd486124c8b83b0cd5fc29010e0aca445260aa0592c947bdf8f87df7ab
3
+ size 906712520
checkpoints/000500/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 7
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/000500/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abc5a6a77ada2e972696d0b4da9485e8ac2c2036629207a51cf587b2c434abb
3
+ size 5440
checkpoints/000500/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "smolvla_new_line_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "tokenizer_processor",
20
+ "config": {
21
+ "max_length": 48,
22
+ "task_key": "task",
23
+ "padding_side": "right",
24
+ "padding": "max_length",
25
+ "truncation": true,
26
+ "tokenizer_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct"
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "device_processor",
31
+ "config": {
32
+ "device": "cuda",
33
+ "float_dtype": null
34
+ }
35
+ },
36
+ {
37
+ "registry_name": "normalizer_processor",
38
+ "config": {
39
+ "eps": 1e-08,
40
+ "features": {
41
+ "observation.images.image": {
42
+ "type": "VISUAL",
43
+ "shape": [
44
+ 256,
45
+ 256,
46
+ 3
47
+ ]
48
+ },
49
+ "observation.images.wrist_image": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 256,
53
+ 256,
54
+ 3
55
+ ]
56
+ },
57
+ "observation.state": {
58
+ "type": "STATE",
59
+ "shape": [
60
+ 8
61
+ ]
62
+ },
63
+ "observation.states.ee_state": {
64
+ "type": "STATE",
65
+ "shape": [
66
+ 6
67
+ ]
68
+ },
69
+ "observation.states.joint_state": {
70
+ "type": "STATE",
71
+ "shape": [
72
+ 7
73
+ ]
74
+ },
75
+ "observation.states.gripper_state": {
76
+ "type": "STATE",
77
+ "shape": [
78
+ 2
79
+ ]
80
+ },
81
+ "action": {
82
+ "type": "ACTION",
83
+ "shape": [
84
+ 7
85
+ ]
86
+ }
87
+ },
88
+ "norm_map": {
89
+ "VISUAL": "IDENTITY",
90
+ "STATE": "MEAN_STD",
91
+ "ACTION": "MEAN_STD"
92
+ }
93
+ },
94
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
95
+ }
96
+ ]
97
+ }
checkpoints/000500/pretrained_model/policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abc5a6a77ada2e972696d0b4da9485e8ac2c2036629207a51cf587b2c434abb
3
+ size 5440
checkpoints/000500/pretrained_model/train_config.json ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "daniecraig/libero_90_no_noops_lerobot_v30",
4
+ "root": null,
5
+ "episodes": [
6
+ 3319,
7
+ 3320,
8
+ 3321,
9
+ 3322,
10
+ 3323,
11
+ 3324,
12
+ 3325,
13
+ 3326,
14
+ 3327,
15
+ 3328,
16
+ 3329,
17
+ 3330,
18
+ 3331,
19
+ 3332,
20
+ 3333,
21
+ 3334,
22
+ 3335,
23
+ 3336,
24
+ 3337,
25
+ 3338,
26
+ 3339,
27
+ 3340,
28
+ 3341,
29
+ 3342,
30
+ 3343,
31
+ 3344,
32
+ 3345,
33
+ 3346,
34
+ 3347,
35
+ 3348,
36
+ 3349,
37
+ 3350,
38
+ 3351,
39
+ 3352,
40
+ 3353,
41
+ 3354,
42
+ 3355,
43
+ 3356,
44
+ 3357,
45
+ 3358,
46
+ 3359,
47
+ 3360,
48
+ 3361,
49
+ 3362,
50
+ 3363,
51
+ 3364,
52
+ 3365
53
+ ],
54
+ "image_transforms": {
55
+ "enable": false,
56
+ "max_num_transforms": 3,
57
+ "random_order": false,
58
+ "tfs": {
59
+ "brightness": {
60
+ "weight": 1.0,
61
+ "type": "ColorJitter",
62
+ "kwargs": {
63
+ "brightness": [
64
+ 0.8,
65
+ 1.2
66
+ ]
67
+ }
68
+ },
69
+ "contrast": {
70
+ "weight": 1.0,
71
+ "type": "ColorJitter",
72
+ "kwargs": {
73
+ "contrast": [
74
+ 0.8,
75
+ 1.2
76
+ ]
77
+ }
78
+ },
79
+ "saturation": {
80
+ "weight": 1.0,
81
+ "type": "ColorJitter",
82
+ "kwargs": {
83
+ "saturation": [
84
+ 0.5,
85
+ 1.5
86
+ ]
87
+ }
88
+ },
89
+ "hue": {
90
+ "weight": 1.0,
91
+ "type": "ColorJitter",
92
+ "kwargs": {
93
+ "hue": [
94
+ -0.05,
95
+ 0.05
96
+ ]
97
+ }
98
+ },
99
+ "sharpness": {
100
+ "weight": 1.0,
101
+ "type": "SharpnessJitter",
102
+ "kwargs": {
103
+ "sharpness": [
104
+ 0.5,
105
+ 1.5
106
+ ]
107
+ }
108
+ },
109
+ "affine": {
110
+ "weight": 1.0,
111
+ "type": "RandomAffine",
112
+ "kwargs": {
113
+ "degrees": [
114
+ -5.0,
115
+ 5.0
116
+ ],
117
+ "translate": [
118
+ 0.05,
119
+ 0.05
120
+ ]
121
+ }
122
+ }
123
+ }
124
+ },
125
+ "revision": "main",
126
+ "use_imagenet_stats": true,
127
+ "video_backend": "torchcodec",
128
+ "streaming": false
129
+ },
130
+ "env": {
131
+ "type": "libero",
132
+ "task": "libero_90",
133
+ "fps": 30,
134
+ "features": {
135
+ "action": {
136
+ "type": "ACTION",
137
+ "shape": [
138
+ 7
139
+ ]
140
+ },
141
+ "pixels/agentview_image": {
142
+ "type": "VISUAL",
143
+ "shape": [
144
+ 360,
145
+ 360,
146
+ 3
147
+ ]
148
+ },
149
+ "pixels/robot0_eye_in_hand_image": {
150
+ "type": "VISUAL",
151
+ "shape": [
152
+ 360,
153
+ 360,
154
+ 3
155
+ ]
156
+ },
157
+ "robot_state/eef/pos": {
158
+ "type": "STATE",
159
+ "shape": [
160
+ 3
161
+ ]
162
+ },
163
+ "robot_state/eef/quat": {
164
+ "type": "STATE",
165
+ "shape": [
166
+ 4
167
+ ]
168
+ },
169
+ "robot_state/eef/mat": {
170
+ "type": "STATE",
171
+ "shape": [
172
+ 3,
173
+ 3
174
+ ]
175
+ },
176
+ "robot_state/gripper/qpos": {
177
+ "type": "STATE",
178
+ "shape": [
179
+ 2
180
+ ]
181
+ },
182
+ "robot_state/gripper/qvel": {
183
+ "type": "STATE",
184
+ "shape": [
185
+ 2
186
+ ]
187
+ },
188
+ "robot_state/joints/pos": {
189
+ "type": "STATE",
190
+ "shape": [
191
+ 7
192
+ ]
193
+ },
194
+ "robot_state/joints/vel": {
195
+ "type": "STATE",
196
+ "shape": [
197
+ 7
198
+ ]
199
+ }
200
+ },
201
+ "features_map": {
202
+ "action": "action",
203
+ "robot_state/eef/pos": "observation.state.eef_pos",
204
+ "robot_state/eef/quat": "observation.state.eef_quat",
205
+ "robot_state/eef/mat": "observation.state.eef_mat",
206
+ "robot_state/gripper/qpos": "observation.state.gripper_qpos",
207
+ "robot_state/gripper/qvel": "observation.state.gripper_qvel",
208
+ "robot_state/joints/pos": "observation.state.joint_pos",
209
+ "robot_state/joints/vel": "observation.state.joint_vel",
210
+ "pixels/agentview_image": "observation.images.image",
211
+ "pixels/robot0_eye_in_hand_image": "observation.images.image2"
212
+ },
213
+ "max_parallel_tasks": 1,
214
+ "disable_env_checker": true,
215
+ "task_ids": [
216
+ 18
217
+ ],
218
+ "episode_length": null,
219
+ "obs_type": "pixels_agent_pos",
220
+ "render_mode": "rgb_array",
221
+ "camera_name": "agentview_image,robot0_eye_in_hand_image",
222
+ "init_states": true,
223
+ "camera_name_mapping": null,
224
+ "observation_height": 360,
225
+ "observation_width": 360,
226
+ "control_mode": "relative"
227
+ },
228
+ "policy": {
229
+ "type": "smolvla",
230
+ "n_obs_steps": 1,
231
+ "input_features": {
232
+ "observation.images.image": {
233
+ "type": "VISUAL",
234
+ "shape": [
235
+ 256,
236
+ 256,
237
+ 3
238
+ ]
239
+ },
240
+ "observation.images.wrist_image": {
241
+ "type": "VISUAL",
242
+ "shape": [
243
+ 256,
244
+ 256,
245
+ 3
246
+ ]
247
+ },
248
+ "observation.state": {
249
+ "type": "STATE",
250
+ "shape": [
251
+ 8
252
+ ]
253
+ },
254
+ "observation.states.ee_state": {
255
+ "type": "STATE",
256
+ "shape": [
257
+ 6
258
+ ]
259
+ },
260
+ "observation.states.joint_state": {
261
+ "type": "STATE",
262
+ "shape": [
263
+ 7
264
+ ]
265
+ },
266
+ "observation.states.gripper_state": {
267
+ "type": "STATE",
268
+ "shape": [
269
+ 2
270
+ ]
271
+ }
272
+ },
273
+ "output_features": {
274
+ "action": {
275
+ "type": "ACTION",
276
+ "shape": [
277
+ 7
278
+ ]
279
+ }
280
+ },
281
+ "device": "cuda",
282
+ "use_amp": false,
283
+ "use_peft": false,
284
+ "push_to_hub": true,
285
+ "repo_id": "ardalon/sequential_t1_t2_task4818_fft",
286
+ "private": null,
287
+ "tags": null,
288
+ "license": null,
289
+ "pretrained_path": "/content/outputs/train/sequential_t1_task48_fft/checkpoints/003000/pretrained_model",
290
+ "chunk_size": 50,
291
+ "n_action_steps": 50,
292
+ "normalization_mapping": {
293
+ "VISUAL": "IDENTITY",
294
+ "STATE": "MEAN_STD",
295
+ "ACTION": "MEAN_STD"
296
+ },
297
+ "max_state_dim": 32,
298
+ "max_action_dim": 32,
299
+ "resize_imgs_with_padding": [
300
+ 512,
301
+ 512
302
+ ],
303
+ "empty_cameras": 0,
304
+ "adapt_to_pi_aloha": false,
305
+ "use_delta_joint_actions_aloha": false,
306
+ "tokenizer_max_length": 48,
307
+ "num_steps": 10,
308
+ "use_cache": true,
309
+ "freeze_vision_encoder": true,
310
+ "train_expert_only": true,
311
+ "train_state_proj": true,
312
+ "optimizer_lr": 2e-05,
313
+ "optimizer_betas": [
314
+ 0.9,
315
+ 0.95
316
+ ],
317
+ "optimizer_eps": 1e-08,
318
+ "optimizer_weight_decay": 0.01,
319
+ "optimizer_grad_clip_norm": 10.0,
320
+ "scheduler_warmup_steps": 1000,
321
+ "scheduler_decay_steps": 30000,
322
+ "scheduler_decay_lr": 2.5e-06,
323
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
324
+ "load_vlm_weights": true,
325
+ "add_image_special_tokens": false,
326
+ "attention_mode": "cross_attn",
327
+ "prefix_length": 0,
328
+ "pad_language_to": "max_length",
329
+ "num_expert_layers": 0,
330
+ "num_vlm_layers": 16,
331
+ "self_attn_every_n_layers": 2,
332
+ "expert_width_multiplier": 0.75,
333
+ "min_period": 0.004,
334
+ "max_period": 4.0,
335
+ "rtc_config": null,
336
+ "compile_model": false,
337
+ "compile_mode": "max-autotune"
338
+ },
339
+ "output_dir": "outputs/train/sequential_t1_t2_task4818_fft",
340
+ "job_name": "sequential_t1_t2_task4818_fft",
341
+ "resume": false,
342
+ "seed": 42,
343
+ "cudnn_deterministic": false,
344
+ "num_workers": 4,
345
+ "batch_size": 16,
346
+ "steps": 3000,
347
+ "eval_freq": 0,
348
+ "log_freq": 1,
349
+ "tolerance_s": 0.0001,
350
+ "save_checkpoint": true,
351
+ "save_freq": 500,
352
+ "use_policy_training_preset": true,
353
+ "optimizer": {
354
+ "type": "adamw",
355
+ "lr": 2e-05,
356
+ "weight_decay": 0.01,
357
+ "grad_clip_norm": 10.0,
358
+ "betas": [
359
+ 0.9,
360
+ 0.95
361
+ ],
362
+ "eps": 1e-08
363
+ },
364
+ "scheduler": {
365
+ "type": "cosine_decay_with_warmup",
366
+ "num_warmup_steps": 1000,
367
+ "num_decay_steps": 30000,
368
+ "peak_lr": 2e-05,
369
+ "decay_lr": 2.5e-06
370
+ },
371
+ "eval": {
372
+ "n_episodes": 50,
373
+ "batch_size": 50,
374
+ "use_async_envs": false
375
+ },
376
+ "wandb": {
377
+ "enable": true,
378
+ "disable_artifact": true,
379
+ "project": "lerobot-smolvla",
380
+ "entity": null,
381
+ "notes": null,
382
+ "run_id": "dzwcngqh",
383
+ "mode": null,
384
+ "add_tags": true
385
+ },
386
+ "peft": null,
387
+ "use_rabc": false,
388
+ "rabc_progress_path": null,
389
+ "rabc_kappa": 0.01,
390
+ "rabc_epsilon": 1e-06,
391
+ "rabc_head_mode": "sparse",
392
+ "rename_map": {},
393
+ "checkpoint_path": null
394
+ }
checkpoints/000500/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,521 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1.882772228311384e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.01,
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": 2e-05,
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
+ ]
520
+ }
521
+ ]
checkpoints/000500/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec0da8e0791ec25562f4af725cbfefbc18469aa167d94c13539e651708d3268f
3
+ size 412659164
checkpoints/000500/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a58ea13e36cdc43c4a17a080bd9816c214cd5dba6850f376a15eec00df283a
3
+ size 15708
checkpoints/000500/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 2e-05
4
+ ],
5
+ "last_epoch": 500,
6
+ "_step_count": 501,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 1.882772228311384e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/000500/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 500
3
+ }
checkpoints/001000/pretrained_model/config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.image": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 256,
9
+ 256,
10
+ 3
11
+ ]
12
+ },
13
+ "observation.images.wrist_image": {
14
+ "type": "VISUAL",
15
+ "shape": [
16
+ 256,
17
+ 256,
18
+ 3
19
+ ]
20
+ },
21
+ "observation.state": {
22
+ "type": "STATE",
23
+ "shape": [
24
+ 8
25
+ ]
26
+ },
27
+ "observation.states.ee_state": {
28
+ "type": "STATE",
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.states.joint_state": {
34
+ "type": "STATE",
35
+ "shape": [
36
+ 7
37
+ ]
38
+ },
39
+ "observation.states.gripper_state": {
40
+ "type": "STATE",
41
+ "shape": [
42
+ 2
43
+ ]
44
+ }
45
+ },
46
+ "output_features": {
47
+ "action": {
48
+ "type": "ACTION",
49
+ "shape": [
50
+ 7
51
+ ]
52
+ }
53
+ },
54
+ "device": "cuda",
55
+ "use_amp": false,
56
+ "use_peft": false,
57
+ "push_to_hub": true,
58
+ "repo_id": "ardalon/sequential_t1_t2_task4818_fft",
59
+ "private": null,
60
+ "tags": null,
61
+ "license": null,
62
+ "pretrained_path": "/content/outputs/train/sequential_t1_task48_fft/checkpoints/003000/pretrained_model",
63
+ "chunk_size": 50,
64
+ "n_action_steps": 50,
65
+ "normalization_mapping": {
66
+ "VISUAL": "IDENTITY",
67
+ "STATE": "MEAN_STD",
68
+ "ACTION": "MEAN_STD"
69
+ },
70
+ "max_state_dim": 32,
71
+ "max_action_dim": 32,
72
+ "resize_imgs_with_padding": [
73
+ 512,
74
+ 512
75
+ ],
76
+ "empty_cameras": 0,
77
+ "adapt_to_pi_aloha": false,
78
+ "use_delta_joint_actions_aloha": false,
79
+ "tokenizer_max_length": 48,
80
+ "num_steps": 10,
81
+ "use_cache": true,
82
+ "freeze_vision_encoder": true,
83
+ "train_expert_only": true,
84
+ "train_state_proj": true,
85
+ "optimizer_lr": 2e-05,
86
+ "optimizer_betas": [
87
+ 0.9,
88
+ 0.95
89
+ ],
90
+ "optimizer_eps": 1e-08,
91
+ "optimizer_weight_decay": 0.01,
92
+ "optimizer_grad_clip_norm": 10.0,
93
+ "scheduler_warmup_steps": 1000,
94
+ "scheduler_decay_steps": 30000,
95
+ "scheduler_decay_lr": 2.5e-06,
96
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
97
+ "load_vlm_weights": true,
98
+ "add_image_special_tokens": false,
99
+ "attention_mode": "cross_attn",
100
+ "prefix_length": 0,
101
+ "pad_language_to": "max_length",
102
+ "num_expert_layers": 0,
103
+ "num_vlm_layers": 16,
104
+ "self_attn_every_n_layers": 2,
105
+ "expert_width_multiplier": 0.75,
106
+ "min_period": 0.004,
107
+ "max_period": 4.0,
108
+ "rtc_config": null,
109
+ "compile_model": false,
110
+ "compile_mode": "max-autotune"
111
+ }
checkpoints/001000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99b007f46475f648e4d45c992b0860cd6b2c5f95e3bd19eec0740ba3d6d70a31
3
+ size 906712520
checkpoints/001000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 7
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/001000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abc5a6a77ada2e972696d0b4da9485e8ac2c2036629207a51cf587b2c434abb
3
+ size 5440
checkpoints/001000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "smolvla_new_line_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "tokenizer_processor",
20
+ "config": {
21
+ "max_length": 48,
22
+ "task_key": "task",
23
+ "padding_side": "right",
24
+ "padding": "max_length",
25
+ "truncation": true,
26
+ "tokenizer_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct"
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "device_processor",
31
+ "config": {
32
+ "device": "cuda",
33
+ "float_dtype": null
34
+ }
35
+ },
36
+ {
37
+ "registry_name": "normalizer_processor",
38
+ "config": {
39
+ "eps": 1e-08,
40
+ "features": {
41
+ "observation.images.image": {
42
+ "type": "VISUAL",
43
+ "shape": [
44
+ 256,
45
+ 256,
46
+ 3
47
+ ]
48
+ },
49
+ "observation.images.wrist_image": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 256,
53
+ 256,
54
+ 3
55
+ ]
56
+ },
57
+ "observation.state": {
58
+ "type": "STATE",
59
+ "shape": [
60
+ 8
61
+ ]
62
+ },
63
+ "observation.states.ee_state": {
64
+ "type": "STATE",
65
+ "shape": [
66
+ 6
67
+ ]
68
+ },
69
+ "observation.states.joint_state": {
70
+ "type": "STATE",
71
+ "shape": [
72
+ 7
73
+ ]
74
+ },
75
+ "observation.states.gripper_state": {
76
+ "type": "STATE",
77
+ "shape": [
78
+ 2
79
+ ]
80
+ },
81
+ "action": {
82
+ "type": "ACTION",
83
+ "shape": [
84
+ 7
85
+ ]
86
+ }
87
+ },
88
+ "norm_map": {
89
+ "VISUAL": "IDENTITY",
90
+ "STATE": "MEAN_STD",
91
+ "ACTION": "MEAN_STD"
92
+ }
93
+ },
94
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
95
+ }
96
+ ]
97
+ }
checkpoints/001000/pretrained_model/policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abc5a6a77ada2e972696d0b4da9485e8ac2c2036629207a51cf587b2c434abb
3
+ size 5440
checkpoints/001000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "daniecraig/libero_90_no_noops_lerobot_v30",
4
+ "root": null,
5
+ "episodes": [
6
+ 3319,
7
+ 3320,
8
+ 3321,
9
+ 3322,
10
+ 3323,
11
+ 3324,
12
+ 3325,
13
+ 3326,
14
+ 3327,
15
+ 3328,
16
+ 3329,
17
+ 3330,
18
+ 3331,
19
+ 3332,
20
+ 3333,
21
+ 3334,
22
+ 3335,
23
+ 3336,
24
+ 3337,
25
+ 3338,
26
+ 3339,
27
+ 3340,
28
+ 3341,
29
+ 3342,
30
+ 3343,
31
+ 3344,
32
+ 3345,
33
+ 3346,
34
+ 3347,
35
+ 3348,
36
+ 3349,
37
+ 3350,
38
+ 3351,
39
+ 3352,
40
+ 3353,
41
+ 3354,
42
+ 3355,
43
+ 3356,
44
+ 3357,
45
+ 3358,
46
+ 3359,
47
+ 3360,
48
+ 3361,
49
+ 3362,
50
+ 3363,
51
+ 3364,
52
+ 3365
53
+ ],
54
+ "image_transforms": {
55
+ "enable": false,
56
+ "max_num_transforms": 3,
57
+ "random_order": false,
58
+ "tfs": {
59
+ "brightness": {
60
+ "weight": 1.0,
61
+ "type": "ColorJitter",
62
+ "kwargs": {
63
+ "brightness": [
64
+ 0.8,
65
+ 1.2
66
+ ]
67
+ }
68
+ },
69
+ "contrast": {
70
+ "weight": 1.0,
71
+ "type": "ColorJitter",
72
+ "kwargs": {
73
+ "contrast": [
74
+ 0.8,
75
+ 1.2
76
+ ]
77
+ }
78
+ },
79
+ "saturation": {
80
+ "weight": 1.0,
81
+ "type": "ColorJitter",
82
+ "kwargs": {
83
+ "saturation": [
84
+ 0.5,
85
+ 1.5
86
+ ]
87
+ }
88
+ },
89
+ "hue": {
90
+ "weight": 1.0,
91
+ "type": "ColorJitter",
92
+ "kwargs": {
93
+ "hue": [
94
+ -0.05,
95
+ 0.05
96
+ ]
97
+ }
98
+ },
99
+ "sharpness": {
100
+ "weight": 1.0,
101
+ "type": "SharpnessJitter",
102
+ "kwargs": {
103
+ "sharpness": [
104
+ 0.5,
105
+ 1.5
106
+ ]
107
+ }
108
+ },
109
+ "affine": {
110
+ "weight": 1.0,
111
+ "type": "RandomAffine",
112
+ "kwargs": {
113
+ "degrees": [
114
+ -5.0,
115
+ 5.0
116
+ ],
117
+ "translate": [
118
+ 0.05,
119
+ 0.05
120
+ ]
121
+ }
122
+ }
123
+ }
124
+ },
125
+ "revision": "main",
126
+ "use_imagenet_stats": true,
127
+ "video_backend": "torchcodec",
128
+ "streaming": false
129
+ },
130
+ "env": {
131
+ "type": "libero",
132
+ "task": "libero_90",
133
+ "fps": 30,
134
+ "features": {
135
+ "action": {
136
+ "type": "ACTION",
137
+ "shape": [
138
+ 7
139
+ ]
140
+ },
141
+ "pixels/agentview_image": {
142
+ "type": "VISUAL",
143
+ "shape": [
144
+ 360,
145
+ 360,
146
+ 3
147
+ ]
148
+ },
149
+ "pixels/robot0_eye_in_hand_image": {
150
+ "type": "VISUAL",
151
+ "shape": [
152
+ 360,
153
+ 360,
154
+ 3
155
+ ]
156
+ },
157
+ "robot_state/eef/pos": {
158
+ "type": "STATE",
159
+ "shape": [
160
+ 3
161
+ ]
162
+ },
163
+ "robot_state/eef/quat": {
164
+ "type": "STATE",
165
+ "shape": [
166
+ 4
167
+ ]
168
+ },
169
+ "robot_state/eef/mat": {
170
+ "type": "STATE",
171
+ "shape": [
172
+ 3,
173
+ 3
174
+ ]
175
+ },
176
+ "robot_state/gripper/qpos": {
177
+ "type": "STATE",
178
+ "shape": [
179
+ 2
180
+ ]
181
+ },
182
+ "robot_state/gripper/qvel": {
183
+ "type": "STATE",
184
+ "shape": [
185
+ 2
186
+ ]
187
+ },
188
+ "robot_state/joints/pos": {
189
+ "type": "STATE",
190
+ "shape": [
191
+ 7
192
+ ]
193
+ },
194
+ "robot_state/joints/vel": {
195
+ "type": "STATE",
196
+ "shape": [
197
+ 7
198
+ ]
199
+ }
200
+ },
201
+ "features_map": {
202
+ "action": "action",
203
+ "robot_state/eef/pos": "observation.state.eef_pos",
204
+ "robot_state/eef/quat": "observation.state.eef_quat",
205
+ "robot_state/eef/mat": "observation.state.eef_mat",
206
+ "robot_state/gripper/qpos": "observation.state.gripper_qpos",
207
+ "robot_state/gripper/qvel": "observation.state.gripper_qvel",
208
+ "robot_state/joints/pos": "observation.state.joint_pos",
209
+ "robot_state/joints/vel": "observation.state.joint_vel",
210
+ "pixels/agentview_image": "observation.images.image",
211
+ "pixels/robot0_eye_in_hand_image": "observation.images.image2"
212
+ },
213
+ "max_parallel_tasks": 1,
214
+ "disable_env_checker": true,
215
+ "task_ids": [
216
+ 18
217
+ ],
218
+ "episode_length": null,
219
+ "obs_type": "pixels_agent_pos",
220
+ "render_mode": "rgb_array",
221
+ "camera_name": "agentview_image,robot0_eye_in_hand_image",
222
+ "init_states": true,
223
+ "camera_name_mapping": null,
224
+ "observation_height": 360,
225
+ "observation_width": 360,
226
+ "control_mode": "relative"
227
+ },
228
+ "policy": {
229
+ "type": "smolvla",
230
+ "n_obs_steps": 1,
231
+ "input_features": {
232
+ "observation.images.image": {
233
+ "type": "VISUAL",
234
+ "shape": [
235
+ 256,
236
+ 256,
237
+ 3
238
+ ]
239
+ },
240
+ "observation.images.wrist_image": {
241
+ "type": "VISUAL",
242
+ "shape": [
243
+ 256,
244
+ 256,
245
+ 3
246
+ ]
247
+ },
248
+ "observation.state": {
249
+ "type": "STATE",
250
+ "shape": [
251
+ 8
252
+ ]
253
+ },
254
+ "observation.states.ee_state": {
255
+ "type": "STATE",
256
+ "shape": [
257
+ 6
258
+ ]
259
+ },
260
+ "observation.states.joint_state": {
261
+ "type": "STATE",
262
+ "shape": [
263
+ 7
264
+ ]
265
+ },
266
+ "observation.states.gripper_state": {
267
+ "type": "STATE",
268
+ "shape": [
269
+ 2
270
+ ]
271
+ }
272
+ },
273
+ "output_features": {
274
+ "action": {
275
+ "type": "ACTION",
276
+ "shape": [
277
+ 7
278
+ ]
279
+ }
280
+ },
281
+ "device": "cuda",
282
+ "use_amp": false,
283
+ "use_peft": false,
284
+ "push_to_hub": true,
285
+ "repo_id": "ardalon/sequential_t1_t2_task4818_fft",
286
+ "private": null,
287
+ "tags": null,
288
+ "license": null,
289
+ "pretrained_path": "/content/outputs/train/sequential_t1_task48_fft/checkpoints/003000/pretrained_model",
290
+ "chunk_size": 50,
291
+ "n_action_steps": 50,
292
+ "normalization_mapping": {
293
+ "VISUAL": "IDENTITY",
294
+ "STATE": "MEAN_STD",
295
+ "ACTION": "MEAN_STD"
296
+ },
297
+ "max_state_dim": 32,
298
+ "max_action_dim": 32,
299
+ "resize_imgs_with_padding": [
300
+ 512,
301
+ 512
302
+ ],
303
+ "empty_cameras": 0,
304
+ "adapt_to_pi_aloha": false,
305
+ "use_delta_joint_actions_aloha": false,
306
+ "tokenizer_max_length": 48,
307
+ "num_steps": 10,
308
+ "use_cache": true,
309
+ "freeze_vision_encoder": true,
310
+ "train_expert_only": true,
311
+ "train_state_proj": true,
312
+ "optimizer_lr": 2e-05,
313
+ "optimizer_betas": [
314
+ 0.9,
315
+ 0.95
316
+ ],
317
+ "optimizer_eps": 1e-08,
318
+ "optimizer_weight_decay": 0.01,
319
+ "optimizer_grad_clip_norm": 10.0,
320
+ "scheduler_warmup_steps": 1000,
321
+ "scheduler_decay_steps": 30000,
322
+ "scheduler_decay_lr": 2.5e-06,
323
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
324
+ "load_vlm_weights": true,
325
+ "add_image_special_tokens": false,
326
+ "attention_mode": "cross_attn",
327
+ "prefix_length": 0,
328
+ "pad_language_to": "max_length",
329
+ "num_expert_layers": 0,
330
+ "num_vlm_layers": 16,
331
+ "self_attn_every_n_layers": 2,
332
+ "expert_width_multiplier": 0.75,
333
+ "min_period": 0.004,
334
+ "max_period": 4.0,
335
+ "rtc_config": null,
336
+ "compile_model": false,
337
+ "compile_mode": "max-autotune"
338
+ },
339
+ "output_dir": "outputs/train/sequential_t1_t2_task4818_fft",
340
+ "job_name": "sequential_t1_t2_task4818_fft",
341
+ "resume": false,
342
+ "seed": 42,
343
+ "cudnn_deterministic": false,
344
+ "num_workers": 4,
345
+ "batch_size": 16,
346
+ "steps": 3000,
347
+ "eval_freq": 0,
348
+ "log_freq": 1,
349
+ "tolerance_s": 0.0001,
350
+ "save_checkpoint": true,
351
+ "save_freq": 500,
352
+ "use_policy_training_preset": true,
353
+ "optimizer": {
354
+ "type": "adamw",
355
+ "lr": 2e-05,
356
+ "weight_decay": 0.01,
357
+ "grad_clip_norm": 10.0,
358
+ "betas": [
359
+ 0.9,
360
+ 0.95
361
+ ],
362
+ "eps": 1e-08
363
+ },
364
+ "scheduler": {
365
+ "type": "cosine_decay_with_warmup",
366
+ "num_warmup_steps": 1000,
367
+ "num_decay_steps": 30000,
368
+ "peak_lr": 2e-05,
369
+ "decay_lr": 2.5e-06
370
+ },
371
+ "eval": {
372
+ "n_episodes": 50,
373
+ "batch_size": 50,
374
+ "use_async_envs": false
375
+ },
376
+ "wandb": {
377
+ "enable": true,
378
+ "disable_artifact": true,
379
+ "project": "lerobot-smolvla",
380
+ "entity": null,
381
+ "notes": null,
382
+ "run_id": "dzwcngqh",
383
+ "mode": null,
384
+ "add_tags": true
385
+ },
386
+ "peft": null,
387
+ "use_rabc": false,
388
+ "rabc_progress_path": null,
389
+ "rabc_kappa": 0.01,
390
+ "rabc_epsilon": 1e-06,
391
+ "rabc_head_mode": "sparse",
392
+ "rename_map": {},
393
+ "checkpoint_path": null
394
+ }
checkpoints/001000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,521 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1.5625e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.01,
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": 2e-05,
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
+ ]
520
+ }
521
+ ]
checkpoints/001000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27dd56675676c1c382ae1a3960c181dcd886af950cc681da8264b080dd030cbd
3
+ size 412659164
checkpoints/001000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c1b85d3cd3fcdf8fc71df752f1b59f846a625c7b979b74fba93d474a70d65e
3
+ size 15708
checkpoints/001000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 2e-05
4
+ ],
5
+ "last_epoch": 1000,
6
+ "_step_count": 1001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 1.5625e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/001000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 1000
3
+ }
checkpoints/001500/pretrained_model/config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.image": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 256,
9
+ 256,
10
+ 3
11
+ ]
12
+ },
13
+ "observation.images.wrist_image": {
14
+ "type": "VISUAL",
15
+ "shape": [
16
+ 256,
17
+ 256,
18
+ 3
19
+ ]
20
+ },
21
+ "observation.state": {
22
+ "type": "STATE",
23
+ "shape": [
24
+ 8
25
+ ]
26
+ },
27
+ "observation.states.ee_state": {
28
+ "type": "STATE",
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.states.joint_state": {
34
+ "type": "STATE",
35
+ "shape": [
36
+ 7
37
+ ]
38
+ },
39
+ "observation.states.gripper_state": {
40
+ "type": "STATE",
41
+ "shape": [
42
+ 2
43
+ ]
44
+ }
45
+ },
46
+ "output_features": {
47
+ "action": {
48
+ "type": "ACTION",
49
+ "shape": [
50
+ 7
51
+ ]
52
+ }
53
+ },
54
+ "device": "cuda",
55
+ "use_amp": false,
56
+ "use_peft": false,
57
+ "push_to_hub": true,
58
+ "repo_id": "ardalon/sequential_t1_t2_task4818_fft",
59
+ "private": null,
60
+ "tags": null,
61
+ "license": null,
62
+ "pretrained_path": "/content/outputs/train/sequential_t1_task48_fft/checkpoints/003000/pretrained_model",
63
+ "chunk_size": 50,
64
+ "n_action_steps": 50,
65
+ "normalization_mapping": {
66
+ "VISUAL": "IDENTITY",
67
+ "STATE": "MEAN_STD",
68
+ "ACTION": "MEAN_STD"
69
+ },
70
+ "max_state_dim": 32,
71
+ "max_action_dim": 32,
72
+ "resize_imgs_with_padding": [
73
+ 512,
74
+ 512
75
+ ],
76
+ "empty_cameras": 0,
77
+ "adapt_to_pi_aloha": false,
78
+ "use_delta_joint_actions_aloha": false,
79
+ "tokenizer_max_length": 48,
80
+ "num_steps": 10,
81
+ "use_cache": true,
82
+ "freeze_vision_encoder": true,
83
+ "train_expert_only": true,
84
+ "train_state_proj": true,
85
+ "optimizer_lr": 2e-05,
86
+ "optimizer_betas": [
87
+ 0.9,
88
+ 0.95
89
+ ],
90
+ "optimizer_eps": 1e-08,
91
+ "optimizer_weight_decay": 0.01,
92
+ "optimizer_grad_clip_norm": 10.0,
93
+ "scheduler_warmup_steps": 1000,
94
+ "scheduler_decay_steps": 30000,
95
+ "scheduler_decay_lr": 2.5e-06,
96
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
97
+ "load_vlm_weights": true,
98
+ "add_image_special_tokens": false,
99
+ "attention_mode": "cross_attn",
100
+ "prefix_length": 0,
101
+ "pad_language_to": "max_length",
102
+ "num_expert_layers": 0,
103
+ "num_vlm_layers": 16,
104
+ "self_attn_every_n_layers": 2,
105
+ "expert_width_multiplier": 0.75,
106
+ "min_period": 0.004,
107
+ "max_period": 4.0,
108
+ "rtc_config": null,
109
+ "compile_model": false,
110
+ "compile_mode": "max-autotune"
111
+ }
checkpoints/001500/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:487e7cf6dd816546f986d64627924fb259a87a7113c68b1784fd61a44713a8d0
3
+ size 906712520
checkpoints/001500/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 7
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/001500/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abc5a6a77ada2e972696d0b4da9485e8ac2c2036629207a51cf587b2c434abb
3
+ size 5440
checkpoints/001500/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "smolvla_new_line_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "tokenizer_processor",
20
+ "config": {
21
+ "max_length": 48,
22
+ "task_key": "task",
23
+ "padding_side": "right",
24
+ "padding": "max_length",
25
+ "truncation": true,
26
+ "tokenizer_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct"
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "device_processor",
31
+ "config": {
32
+ "device": "cuda",
33
+ "float_dtype": null
34
+ }
35
+ },
36
+ {
37
+ "registry_name": "normalizer_processor",
38
+ "config": {
39
+ "eps": 1e-08,
40
+ "features": {
41
+ "observation.images.image": {
42
+ "type": "VISUAL",
43
+ "shape": [
44
+ 256,
45
+ 256,
46
+ 3
47
+ ]
48
+ },
49
+ "observation.images.wrist_image": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 256,
53
+ 256,
54
+ 3
55
+ ]
56
+ },
57
+ "observation.state": {
58
+ "type": "STATE",
59
+ "shape": [
60
+ 8
61
+ ]
62
+ },
63
+ "observation.states.ee_state": {
64
+ "type": "STATE",
65
+ "shape": [
66
+ 6
67
+ ]
68
+ },
69
+ "observation.states.joint_state": {
70
+ "type": "STATE",
71
+ "shape": [
72
+ 7
73
+ ]
74
+ },
75
+ "observation.states.gripper_state": {
76
+ "type": "STATE",
77
+ "shape": [
78
+ 2
79
+ ]
80
+ },
81
+ "action": {
82
+ "type": "ACTION",
83
+ "shape": [
84
+ 7
85
+ ]
86
+ }
87
+ },
88
+ "norm_map": {
89
+ "VISUAL": "IDENTITY",
90
+ "STATE": "MEAN_STD",
91
+ "ACTION": "MEAN_STD"
92
+ }
93
+ },
94
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
95
+ }
96
+ ]
97
+ }
checkpoints/001500/pretrained_model/policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abc5a6a77ada2e972696d0b4da9485e8ac2c2036629207a51cf587b2c434abb
3
+ size 5440
checkpoints/001500/pretrained_model/train_config.json ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "daniecraig/libero_90_no_noops_lerobot_v30",
4
+ "root": null,
5
+ "episodes": [
6
+ 3319,
7
+ 3320,
8
+ 3321,
9
+ 3322,
10
+ 3323,
11
+ 3324,
12
+ 3325,
13
+ 3326,
14
+ 3327,
15
+ 3328,
16
+ 3329,
17
+ 3330,
18
+ 3331,
19
+ 3332,
20
+ 3333,
21
+ 3334,
22
+ 3335,
23
+ 3336,
24
+ 3337,
25
+ 3338,
26
+ 3339,
27
+ 3340,
28
+ 3341,
29
+ 3342,
30
+ 3343,
31
+ 3344,
32
+ 3345,
33
+ 3346,
34
+ 3347,
35
+ 3348,
36
+ 3349,
37
+ 3350,
38
+ 3351,
39
+ 3352,
40
+ 3353,
41
+ 3354,
42
+ 3355,
43
+ 3356,
44
+ 3357,
45
+ 3358,
46
+ 3359,
47
+ 3360,
48
+ 3361,
49
+ 3362,
50
+ 3363,
51
+ 3364,
52
+ 3365
53
+ ],
54
+ "image_transforms": {
55
+ "enable": false,
56
+ "max_num_transforms": 3,
57
+ "random_order": false,
58
+ "tfs": {
59
+ "brightness": {
60
+ "weight": 1.0,
61
+ "type": "ColorJitter",
62
+ "kwargs": {
63
+ "brightness": [
64
+ 0.8,
65
+ 1.2
66
+ ]
67
+ }
68
+ },
69
+ "contrast": {
70
+ "weight": 1.0,
71
+ "type": "ColorJitter",
72
+ "kwargs": {
73
+ "contrast": [
74
+ 0.8,
75
+ 1.2
76
+ ]
77
+ }
78
+ },
79
+ "saturation": {
80
+ "weight": 1.0,
81
+ "type": "ColorJitter",
82
+ "kwargs": {
83
+ "saturation": [
84
+ 0.5,
85
+ 1.5
86
+ ]
87
+ }
88
+ },
89
+ "hue": {
90
+ "weight": 1.0,
91
+ "type": "ColorJitter",
92
+ "kwargs": {
93
+ "hue": [
94
+ -0.05,
95
+ 0.05
96
+ ]
97
+ }
98
+ },
99
+ "sharpness": {
100
+ "weight": 1.0,
101
+ "type": "SharpnessJitter",
102
+ "kwargs": {
103
+ "sharpness": [
104
+ 0.5,
105
+ 1.5
106
+ ]
107
+ }
108
+ },
109
+ "affine": {
110
+ "weight": 1.0,
111
+ "type": "RandomAffine",
112
+ "kwargs": {
113
+ "degrees": [
114
+ -5.0,
115
+ 5.0
116
+ ],
117
+ "translate": [
118
+ 0.05,
119
+ 0.05
120
+ ]
121
+ }
122
+ }
123
+ }
124
+ },
125
+ "revision": "main",
126
+ "use_imagenet_stats": true,
127
+ "video_backend": "torchcodec",
128
+ "streaming": false
129
+ },
130
+ "env": {
131
+ "type": "libero",
132
+ "task": "libero_90",
133
+ "fps": 30,
134
+ "features": {
135
+ "action": {
136
+ "type": "ACTION",
137
+ "shape": [
138
+ 7
139
+ ]
140
+ },
141
+ "pixels/agentview_image": {
142
+ "type": "VISUAL",
143
+ "shape": [
144
+ 360,
145
+ 360,
146
+ 3
147
+ ]
148
+ },
149
+ "pixels/robot0_eye_in_hand_image": {
150
+ "type": "VISUAL",
151
+ "shape": [
152
+ 360,
153
+ 360,
154
+ 3
155
+ ]
156
+ },
157
+ "robot_state/eef/pos": {
158
+ "type": "STATE",
159
+ "shape": [
160
+ 3
161
+ ]
162
+ },
163
+ "robot_state/eef/quat": {
164
+ "type": "STATE",
165
+ "shape": [
166
+ 4
167
+ ]
168
+ },
169
+ "robot_state/eef/mat": {
170
+ "type": "STATE",
171
+ "shape": [
172
+ 3,
173
+ 3
174
+ ]
175
+ },
176
+ "robot_state/gripper/qpos": {
177
+ "type": "STATE",
178
+ "shape": [
179
+ 2
180
+ ]
181
+ },
182
+ "robot_state/gripper/qvel": {
183
+ "type": "STATE",
184
+ "shape": [
185
+ 2
186
+ ]
187
+ },
188
+ "robot_state/joints/pos": {
189
+ "type": "STATE",
190
+ "shape": [
191
+ 7
192
+ ]
193
+ },
194
+ "robot_state/joints/vel": {
195
+ "type": "STATE",
196
+ "shape": [
197
+ 7
198
+ ]
199
+ }
200
+ },
201
+ "features_map": {
202
+ "action": "action",
203
+ "robot_state/eef/pos": "observation.state.eef_pos",
204
+ "robot_state/eef/quat": "observation.state.eef_quat",
205
+ "robot_state/eef/mat": "observation.state.eef_mat",
206
+ "robot_state/gripper/qpos": "observation.state.gripper_qpos",
207
+ "robot_state/gripper/qvel": "observation.state.gripper_qvel",
208
+ "robot_state/joints/pos": "observation.state.joint_pos",
209
+ "robot_state/joints/vel": "observation.state.joint_vel",
210
+ "pixels/agentview_image": "observation.images.image",
211
+ "pixels/robot0_eye_in_hand_image": "observation.images.image2"
212
+ },
213
+ "max_parallel_tasks": 1,
214
+ "disable_env_checker": true,
215
+ "task_ids": [
216
+ 18
217
+ ],
218
+ "episode_length": null,
219
+ "obs_type": "pixels_agent_pos",
220
+ "render_mode": "rgb_array",
221
+ "camera_name": "agentview_image,robot0_eye_in_hand_image",
222
+ "init_states": true,
223
+ "camera_name_mapping": null,
224
+ "observation_height": 360,
225
+ "observation_width": 360,
226
+ "control_mode": "relative"
227
+ },
228
+ "policy": {
229
+ "type": "smolvla",
230
+ "n_obs_steps": 1,
231
+ "input_features": {
232
+ "observation.images.image": {
233
+ "type": "VISUAL",
234
+ "shape": [
235
+ 256,
236
+ 256,
237
+ 3
238
+ ]
239
+ },
240
+ "observation.images.wrist_image": {
241
+ "type": "VISUAL",
242
+ "shape": [
243
+ 256,
244
+ 256,
245
+ 3
246
+ ]
247
+ },
248
+ "observation.state": {
249
+ "type": "STATE",
250
+ "shape": [
251
+ 8
252
+ ]
253
+ },
254
+ "observation.states.ee_state": {
255
+ "type": "STATE",
256
+ "shape": [
257
+ 6
258
+ ]
259
+ },
260
+ "observation.states.joint_state": {
261
+ "type": "STATE",
262
+ "shape": [
263
+ 7
264
+ ]
265
+ },
266
+ "observation.states.gripper_state": {
267
+ "type": "STATE",
268
+ "shape": [
269
+ 2
270
+ ]
271
+ }
272
+ },
273
+ "output_features": {
274
+ "action": {
275
+ "type": "ACTION",
276
+ "shape": [
277
+ 7
278
+ ]
279
+ }
280
+ },
281
+ "device": "cuda",
282
+ "use_amp": false,
283
+ "use_peft": false,
284
+ "push_to_hub": true,
285
+ "repo_id": "ardalon/sequential_t1_t2_task4818_fft",
286
+ "private": null,
287
+ "tags": null,
288
+ "license": null,
289
+ "pretrained_path": "/content/outputs/train/sequential_t1_task48_fft/checkpoints/003000/pretrained_model",
290
+ "chunk_size": 50,
291
+ "n_action_steps": 50,
292
+ "normalization_mapping": {
293
+ "VISUAL": "IDENTITY",
294
+ "STATE": "MEAN_STD",
295
+ "ACTION": "MEAN_STD"
296
+ },
297
+ "max_state_dim": 32,
298
+ "max_action_dim": 32,
299
+ "resize_imgs_with_padding": [
300
+ 512,
301
+ 512
302
+ ],
303
+ "empty_cameras": 0,
304
+ "adapt_to_pi_aloha": false,
305
+ "use_delta_joint_actions_aloha": false,
306
+ "tokenizer_max_length": 48,
307
+ "num_steps": 10,
308
+ "use_cache": true,
309
+ "freeze_vision_encoder": true,
310
+ "train_expert_only": true,
311
+ "train_state_proj": true,
312
+ "optimizer_lr": 2e-05,
313
+ "optimizer_betas": [
314
+ 0.9,
315
+ 0.95
316
+ ],
317
+ "optimizer_eps": 1e-08,
318
+ "optimizer_weight_decay": 0.01,
319
+ "optimizer_grad_clip_norm": 10.0,
320
+ "scheduler_warmup_steps": 1000,
321
+ "scheduler_decay_steps": 30000,
322
+ "scheduler_decay_lr": 2.5e-06,
323
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
324
+ "load_vlm_weights": true,
325
+ "add_image_special_tokens": false,
326
+ "attention_mode": "cross_attn",
327
+ "prefix_length": 0,
328
+ "pad_language_to": "max_length",
329
+ "num_expert_layers": 0,
330
+ "num_vlm_layers": 16,
331
+ "self_attn_every_n_layers": 2,
332
+ "expert_width_multiplier": 0.75,
333
+ "min_period": 0.004,
334
+ "max_period": 4.0,
335
+ "rtc_config": null,
336
+ "compile_model": false,
337
+ "compile_mode": "max-autotune"
338
+ },
339
+ "output_dir": "outputs/train/sequential_t1_t2_task4818_fft",
340
+ "job_name": "sequential_t1_t2_task4818_fft",
341
+ "resume": false,
342
+ "seed": 42,
343
+ "cudnn_deterministic": false,
344
+ "num_workers": 4,
345
+ "batch_size": 16,
346
+ "steps": 3000,
347
+ "eval_freq": 0,
348
+ "log_freq": 1,
349
+ "tolerance_s": 0.0001,
350
+ "save_checkpoint": true,
351
+ "save_freq": 500,
352
+ "use_policy_training_preset": true,
353
+ "optimizer": {
354
+ "type": "adamw",
355
+ "lr": 2e-05,
356
+ "weight_decay": 0.01,
357
+ "grad_clip_norm": 10.0,
358
+ "betas": [
359
+ 0.9,
360
+ 0.95
361
+ ],
362
+ "eps": 1e-08
363
+ },
364
+ "scheduler": {
365
+ "type": "cosine_decay_with_warmup",
366
+ "num_warmup_steps": 1000,
367
+ "num_decay_steps": 30000,
368
+ "peak_lr": 2e-05,
369
+ "decay_lr": 2.5e-06
370
+ },
371
+ "eval": {
372
+ "n_episodes": 50,
373
+ "batch_size": 50,
374
+ "use_async_envs": false
375
+ },
376
+ "wandb": {
377
+ "enable": true,
378
+ "disable_artifact": true,
379
+ "project": "lerobot-smolvla",
380
+ "entity": null,
381
+ "notes": null,
382
+ "run_id": "dzwcngqh",
383
+ "mode": null,
384
+ "add_tags": true
385
+ },
386
+ "peft": null,
387
+ "use_rabc": false,
388
+ "rabc_progress_path": null,
389
+ "rabc_kappa": 0.01,
390
+ "rabc_epsilon": 1e-06,
391
+ "rabc_head_mode": "sparse",
392
+ "rename_map": {},
393
+ "checkpoint_path": null
394
+ }
checkpoints/001500/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,521 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1.125e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.01,
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": 2e-05,
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
+ ]
520
+ }
521
+ ]
checkpoints/001500/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad5cc63401a54e2c847fdc0b9548589f97ec0168a3cdb02253abfe0ae35255b
3
+ size 412659164
checkpoints/001500/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ab98f9e37d5aab0724bcf44f043e03c1ed5ed121c133898aef18828ddaa030
3
+ size 15708
checkpoints/001500/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 2e-05
4
+ ],
5
+ "last_epoch": 1500,
6
+ "_step_count": 1501,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 1.125e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/001500/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 1500
3
+ }
checkpoints/002000/pretrained_model/config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.image": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 256,
9
+ 256,
10
+ 3
11
+ ]
12
+ },
13
+ "observation.images.wrist_image": {
14
+ "type": "VISUAL",
15
+ "shape": [
16
+ 256,
17
+ 256,
18
+ 3
19
+ ]
20
+ },
21
+ "observation.state": {
22
+ "type": "STATE",
23
+ "shape": [
24
+ 8
25
+ ]
26
+ },
27
+ "observation.states.ee_state": {
28
+ "type": "STATE",
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.states.joint_state": {
34
+ "type": "STATE",
35
+ "shape": [
36
+ 7
37
+ ]
38
+ },
39
+ "observation.states.gripper_state": {
40
+ "type": "STATE",
41
+ "shape": [
42
+ 2
43
+ ]
44
+ }
45
+ },
46
+ "output_features": {
47
+ "action": {
48
+ "type": "ACTION",
49
+ "shape": [
50
+ 7
51
+ ]
52
+ }
53
+ },
54
+ "device": "cuda",
55
+ "use_amp": false,
56
+ "use_peft": false,
57
+ "push_to_hub": true,
58
+ "repo_id": "ardalon/sequential_t1_t2_task4818_fft",
59
+ "private": null,
60
+ "tags": null,
61
+ "license": null,
62
+ "pretrained_path": "/content/outputs/train/sequential_t1_task48_fft/checkpoints/003000/pretrained_model",
63
+ "chunk_size": 50,
64
+ "n_action_steps": 50,
65
+ "normalization_mapping": {
66
+ "VISUAL": "IDENTITY",
67
+ "STATE": "MEAN_STD",
68
+ "ACTION": "MEAN_STD"
69
+ },
70
+ "max_state_dim": 32,
71
+ "max_action_dim": 32,
72
+ "resize_imgs_with_padding": [
73
+ 512,
74
+ 512
75
+ ],
76
+ "empty_cameras": 0,
77
+ "adapt_to_pi_aloha": false,
78
+ "use_delta_joint_actions_aloha": false,
79
+ "tokenizer_max_length": 48,
80
+ "num_steps": 10,
81
+ "use_cache": true,
82
+ "freeze_vision_encoder": true,
83
+ "train_expert_only": true,
84
+ "train_state_proj": true,
85
+ "optimizer_lr": 2e-05,
86
+ "optimizer_betas": [
87
+ 0.9,
88
+ 0.95
89
+ ],
90
+ "optimizer_eps": 1e-08,
91
+ "optimizer_weight_decay": 0.01,
92
+ "optimizer_grad_clip_norm": 10.0,
93
+ "scheduler_warmup_steps": 1000,
94
+ "scheduler_decay_steps": 30000,
95
+ "scheduler_decay_lr": 2.5e-06,
96
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
97
+ "load_vlm_weights": true,
98
+ "add_image_special_tokens": false,
99
+ "attention_mode": "cross_attn",
100
+ "prefix_length": 0,
101
+ "pad_language_to": "max_length",
102
+ "num_expert_layers": 0,
103
+ "num_vlm_layers": 16,
104
+ "self_attn_every_n_layers": 2,
105
+ "expert_width_multiplier": 0.75,
106
+ "min_period": 0.004,
107
+ "max_period": 4.0,
108
+ "rtc_config": null,
109
+ "compile_model": false,
110
+ "compile_mode": "max-autotune"
111
+ }
checkpoints/002000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1269c875bd02c5d4539dda387bb6b29c46766010754a773444fedd6435e90f0
3
+ size 906712520
checkpoints/002000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 7
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/002000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abc5a6a77ada2e972696d0b4da9485e8ac2c2036629207a51cf587b2c434abb
3
+ size 5440
checkpoints/002000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "smolvla_new_line_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "tokenizer_processor",
20
+ "config": {
21
+ "max_length": 48,
22
+ "task_key": "task",
23
+ "padding_side": "right",
24
+ "padding": "max_length",
25
+ "truncation": true,
26
+ "tokenizer_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct"
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "device_processor",
31
+ "config": {
32
+ "device": "cuda",
33
+ "float_dtype": null
34
+ }
35
+ },
36
+ {
37
+ "registry_name": "normalizer_processor",
38
+ "config": {
39
+ "eps": 1e-08,
40
+ "features": {
41
+ "observation.images.image": {
42
+ "type": "VISUAL",
43
+ "shape": [
44
+ 256,
45
+ 256,
46
+ 3
47
+ ]
48
+ },
49
+ "observation.images.wrist_image": {
50
+ "type": "VISUAL",
51
+ "shape": [
52
+ 256,
53
+ 256,
54
+ 3
55
+ ]
56
+ },
57
+ "observation.state": {
58
+ "type": "STATE",
59
+ "shape": [
60
+ 8
61
+ ]
62
+ },
63
+ "observation.states.ee_state": {
64
+ "type": "STATE",
65
+ "shape": [
66
+ 6
67
+ ]
68
+ },
69
+ "observation.states.joint_state": {
70
+ "type": "STATE",
71
+ "shape": [
72
+ 7
73
+ ]
74
+ },
75
+ "observation.states.gripper_state": {
76
+ "type": "STATE",
77
+ "shape": [
78
+ 2
79
+ ]
80
+ },
81
+ "action": {
82
+ "type": "ACTION",
83
+ "shape": [
84
+ 7
85
+ ]
86
+ }
87
+ },
88
+ "norm_map": {
89
+ "VISUAL": "IDENTITY",
90
+ "STATE": "MEAN_STD",
91
+ "ACTION": "MEAN_STD"
92
+ }
93
+ },
94
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
95
+ }
96
+ ]
97
+ }
checkpoints/002000/pretrained_model/policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abc5a6a77ada2e972696d0b4da9485e8ac2c2036629207a51cf587b2c434abb
3
+ size 5440
checkpoints/002000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "daniecraig/libero_90_no_noops_lerobot_v30",
4
+ "root": null,
5
+ "episodes": [
6
+ 3319,
7
+ 3320,
8
+ 3321,
9
+ 3322,
10
+ 3323,
11
+ 3324,
12
+ 3325,
13
+ 3326,
14
+ 3327,
15
+ 3328,
16
+ 3329,
17
+ 3330,
18
+ 3331,
19
+ 3332,
20
+ 3333,
21
+ 3334,
22
+ 3335,
23
+ 3336,
24
+ 3337,
25
+ 3338,
26
+ 3339,
27
+ 3340,
28
+ 3341,
29
+ 3342,
30
+ 3343,
31
+ 3344,
32
+ 3345,
33
+ 3346,
34
+ 3347,
35
+ 3348,
36
+ 3349,
37
+ 3350,
38
+ 3351,
39
+ 3352,
40
+ 3353,
41
+ 3354,
42
+ 3355,
43
+ 3356,
44
+ 3357,
45
+ 3358,
46
+ 3359,
47
+ 3360,
48
+ 3361,
49
+ 3362,
50
+ 3363,
51
+ 3364,
52
+ 3365
53
+ ],
54
+ "image_transforms": {
55
+ "enable": false,
56
+ "max_num_transforms": 3,
57
+ "random_order": false,
58
+ "tfs": {
59
+ "brightness": {
60
+ "weight": 1.0,
61
+ "type": "ColorJitter",
62
+ "kwargs": {
63
+ "brightness": [
64
+ 0.8,
65
+ 1.2
66
+ ]
67
+ }
68
+ },
69
+ "contrast": {
70
+ "weight": 1.0,
71
+ "type": "ColorJitter",
72
+ "kwargs": {
73
+ "contrast": [
74
+ 0.8,
75
+ 1.2
76
+ ]
77
+ }
78
+ },
79
+ "saturation": {
80
+ "weight": 1.0,
81
+ "type": "ColorJitter",
82
+ "kwargs": {
83
+ "saturation": [
84
+ 0.5,
85
+ 1.5
86
+ ]
87
+ }
88
+ },
89
+ "hue": {
90
+ "weight": 1.0,
91
+ "type": "ColorJitter",
92
+ "kwargs": {
93
+ "hue": [
94
+ -0.05,
95
+ 0.05
96
+ ]
97
+ }
98
+ },
99
+ "sharpness": {
100
+ "weight": 1.0,
101
+ "type": "SharpnessJitter",
102
+ "kwargs": {
103
+ "sharpness": [
104
+ 0.5,
105
+ 1.5
106
+ ]
107
+ }
108
+ },
109
+ "affine": {
110
+ "weight": 1.0,
111
+ "type": "RandomAffine",
112
+ "kwargs": {
113
+ "degrees": [
114
+ -5.0,
115
+ 5.0
116
+ ],
117
+ "translate": [
118
+ 0.05,
119
+ 0.05
120
+ ]
121
+ }
122
+ }
123
+ }
124
+ },
125
+ "revision": "main",
126
+ "use_imagenet_stats": true,
127
+ "video_backend": "torchcodec",
128
+ "streaming": false
129
+ },
130
+ "env": {
131
+ "type": "libero",
132
+ "task": "libero_90",
133
+ "fps": 30,
134
+ "features": {
135
+ "action": {
136
+ "type": "ACTION",
137
+ "shape": [
138
+ 7
139
+ ]
140
+ },
141
+ "pixels/agentview_image": {
142
+ "type": "VISUAL",
143
+ "shape": [
144
+ 360,
145
+ 360,
146
+ 3
147
+ ]
148
+ },
149
+ "pixels/robot0_eye_in_hand_image": {
150
+ "type": "VISUAL",
151
+ "shape": [
152
+ 360,
153
+ 360,
154
+ 3
155
+ ]
156
+ },
157
+ "robot_state/eef/pos": {
158
+ "type": "STATE",
159
+ "shape": [
160
+ 3
161
+ ]
162
+ },
163
+ "robot_state/eef/quat": {
164
+ "type": "STATE",
165
+ "shape": [
166
+ 4
167
+ ]
168
+ },
169
+ "robot_state/eef/mat": {
170
+ "type": "STATE",
171
+ "shape": [
172
+ 3,
173
+ 3
174
+ ]
175
+ },
176
+ "robot_state/gripper/qpos": {
177
+ "type": "STATE",
178
+ "shape": [
179
+ 2
180
+ ]
181
+ },
182
+ "robot_state/gripper/qvel": {
183
+ "type": "STATE",
184
+ "shape": [
185
+ 2
186
+ ]
187
+ },
188
+ "robot_state/joints/pos": {
189
+ "type": "STATE",
190
+ "shape": [
191
+ 7
192
+ ]
193
+ },
194
+ "robot_state/joints/vel": {
195
+ "type": "STATE",
196
+ "shape": [
197
+ 7
198
+ ]
199
+ }
200
+ },
201
+ "features_map": {
202
+ "action": "action",
203
+ "robot_state/eef/pos": "observation.state.eef_pos",
204
+ "robot_state/eef/quat": "observation.state.eef_quat",
205
+ "robot_state/eef/mat": "observation.state.eef_mat",
206
+ "robot_state/gripper/qpos": "observation.state.gripper_qpos",
207
+ "robot_state/gripper/qvel": "observation.state.gripper_qvel",
208
+ "robot_state/joints/pos": "observation.state.joint_pos",
209
+ "robot_state/joints/vel": "observation.state.joint_vel",
210
+ "pixels/agentview_image": "observation.images.image",
211
+ "pixels/robot0_eye_in_hand_image": "observation.images.image2"
212
+ },
213
+ "max_parallel_tasks": 1,
214
+ "disable_env_checker": true,
215
+ "task_ids": [
216
+ 18
217
+ ],
218
+ "episode_length": null,
219
+ "obs_type": "pixels_agent_pos",
220
+ "render_mode": "rgb_array",
221
+ "camera_name": "agentview_image,robot0_eye_in_hand_image",
222
+ "init_states": true,
223
+ "camera_name_mapping": null,
224
+ "observation_height": 360,
225
+ "observation_width": 360,
226
+ "control_mode": "relative"
227
+ },
228
+ "policy": {
229
+ "type": "smolvla",
230
+ "n_obs_steps": 1,
231
+ "input_features": {
232
+ "observation.images.image": {
233
+ "type": "VISUAL",
234
+ "shape": [
235
+ 256,
236
+ 256,
237
+ 3
238
+ ]
239
+ },
240
+ "observation.images.wrist_image": {
241
+ "type": "VISUAL",
242
+ "shape": [
243
+ 256,
244
+ 256,
245
+ 3
246
+ ]
247
+ },
248
+ "observation.state": {
249
+ "type": "STATE",
250
+ "shape": [
251
+ 8
252
+ ]
253
+ },
254
+ "observation.states.ee_state": {
255
+ "type": "STATE",
256
+ "shape": [
257
+ 6
258
+ ]
259
+ },
260
+ "observation.states.joint_state": {
261
+ "type": "STATE",
262
+ "shape": [
263
+ 7
264
+ ]
265
+ },
266
+ "observation.states.gripper_state": {
267
+ "type": "STATE",
268
+ "shape": [
269
+ 2
270
+ ]
271
+ }
272
+ },
273
+ "output_features": {
274
+ "action": {
275
+ "type": "ACTION",
276
+ "shape": [
277
+ 7
278
+ ]
279
+ }
280
+ },
281
+ "device": "cuda",
282
+ "use_amp": false,
283
+ "use_peft": false,
284
+ "push_to_hub": true,
285
+ "repo_id": "ardalon/sequential_t1_t2_task4818_fft",
286
+ "private": null,
287
+ "tags": null,
288
+ "license": null,
289
+ "pretrained_path": "/content/outputs/train/sequential_t1_task48_fft/checkpoints/003000/pretrained_model",
290
+ "chunk_size": 50,
291
+ "n_action_steps": 50,
292
+ "normalization_mapping": {
293
+ "VISUAL": "IDENTITY",
294
+ "STATE": "MEAN_STD",
295
+ "ACTION": "MEAN_STD"
296
+ },
297
+ "max_state_dim": 32,
298
+ "max_action_dim": 32,
299
+ "resize_imgs_with_padding": [
300
+ 512,
301
+ 512
302
+ ],
303
+ "empty_cameras": 0,
304
+ "adapt_to_pi_aloha": false,
305
+ "use_delta_joint_actions_aloha": false,
306
+ "tokenizer_max_length": 48,
307
+ "num_steps": 10,
308
+ "use_cache": true,
309
+ "freeze_vision_encoder": true,
310
+ "train_expert_only": true,
311
+ "train_state_proj": true,
312
+ "optimizer_lr": 2e-05,
313
+ "optimizer_betas": [
314
+ 0.9,
315
+ 0.95
316
+ ],
317
+ "optimizer_eps": 1e-08,
318
+ "optimizer_weight_decay": 0.01,
319
+ "optimizer_grad_clip_norm": 10.0,
320
+ "scheduler_warmup_steps": 1000,
321
+ "scheduler_decay_steps": 30000,
322
+ "scheduler_decay_lr": 2.5e-06,
323
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
324
+ "load_vlm_weights": true,
325
+ "add_image_special_tokens": false,
326
+ "attention_mode": "cross_attn",
327
+ "prefix_length": 0,
328
+ "pad_language_to": "max_length",
329
+ "num_expert_layers": 0,
330
+ "num_vlm_layers": 16,
331
+ "self_attn_every_n_layers": 2,
332
+ "expert_width_multiplier": 0.75,
333
+ "min_period": 0.004,
334
+ "max_period": 4.0,
335
+ "rtc_config": null,
336
+ "compile_model": false,
337
+ "compile_mode": "max-autotune"
338
+ },
339
+ "output_dir": "outputs/train/sequential_t1_t2_task4818_fft",
340
+ "job_name": "sequential_t1_t2_task4818_fft",
341
+ "resume": false,
342
+ "seed": 42,
343
+ "cudnn_deterministic": false,
344
+ "num_workers": 4,
345
+ "batch_size": 16,
346
+ "steps": 3000,
347
+ "eval_freq": 0,
348
+ "log_freq": 1,
349
+ "tolerance_s": 0.0001,
350
+ "save_checkpoint": true,
351
+ "save_freq": 500,
352
+ "use_policy_training_preset": true,
353
+ "optimizer": {
354
+ "type": "adamw",
355
+ "lr": 2e-05,
356
+ "weight_decay": 0.01,
357
+ "grad_clip_norm": 10.0,
358
+ "betas": [
359
+ 0.9,
360
+ 0.95
361
+ ],
362
+ "eps": 1e-08
363
+ },
364
+ "scheduler": {
365
+ "type": "cosine_decay_with_warmup",
366
+ "num_warmup_steps": 1000,
367
+ "num_decay_steps": 30000,
368
+ "peak_lr": 2e-05,
369
+ "decay_lr": 2.5e-06
370
+ },
371
+ "eval": {
372
+ "n_episodes": 50,
373
+ "batch_size": 50,
374
+ "use_async_envs": false
375
+ },
376
+ "wandb": {
377
+ "enable": true,
378
+ "disable_artifact": true,
379
+ "project": "lerobot-smolvla",
380
+ "entity": null,
381
+ "notes": null,
382
+ "run_id": "dzwcngqh",
383
+ "mode": null,
384
+ "add_tags": true
385
+ },
386
+ "peft": null,
387
+ "use_rabc": false,
388
+ "rabc_progress_path": null,
389
+ "rabc_kappa": 0.01,
390
+ "rabc_epsilon": 1e-06,
391
+ "rabc_head_mode": "sparse",
392
+ "rename_map": {},
393
+ "checkpoint_path": null
394
+ }
checkpoints/002000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,521 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 6.875000000000003e-06,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.01,
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": 2e-05,
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
+ ]
520
+ }
521
+ ]
checkpoints/002000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:465ecb675f1fb7bc634da9b3a193b38134ce702b6249796d7d11b790670fcbae
3
+ size 412659164
checkpoints/002000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d90fb64faeba342b6fcd7f7c3e1ee2754e65d67a9a645d97e65c7d4a5cf0dce7
3
+ size 15708
checkpoints/002000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 2e-05
4
+ ],
5
+ "last_epoch": 2000,
6
+ "_step_count": 2001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 6.875000000000003e-06
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/002000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 2000
3
+ }
checkpoints/002500/pretrained_model/config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.image": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 256,
9
+ 256,
10
+ 3
11
+ ]
12
+ },
13
+ "observation.images.wrist_image": {
14
+ "type": "VISUAL",
15
+ "shape": [
16
+ 256,
17
+ 256,
18
+ 3
19
+ ]
20
+ },
21
+ "observation.state": {
22
+ "type": "STATE",
23
+ "shape": [
24
+ 8
25
+ ]
26
+ },
27
+ "observation.states.ee_state": {
28
+ "type": "STATE",
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.states.joint_state": {
34
+ "type": "STATE",
35
+ "shape": [
36
+ 7
37
+ ]
38
+ },
39
+ "observation.states.gripper_state": {
40
+ "type": "STATE",
41
+ "shape": [
42
+ 2
43
+ ]
44
+ }
45
+ },
46
+ "output_features": {
47
+ "action": {
48
+ "type": "ACTION",
49
+ "shape": [
50
+ 7
51
+ ]
52
+ }
53
+ },
54
+ "device": "cuda",
55
+ "use_amp": false,
56
+ "use_peft": false,
57
+ "push_to_hub": true,
58
+ "repo_id": "ardalon/sequential_t1_t2_task4818_fft",
59
+ "private": null,
60
+ "tags": null,
61
+ "license": null,
62
+ "pretrained_path": "/content/outputs/train/sequential_t1_task48_fft/checkpoints/003000/pretrained_model",
63
+ "chunk_size": 50,
64
+ "n_action_steps": 50,
65
+ "normalization_mapping": {
66
+ "VISUAL": "IDENTITY",
67
+ "STATE": "MEAN_STD",
68
+ "ACTION": "MEAN_STD"
69
+ },
70
+ "max_state_dim": 32,
71
+ "max_action_dim": 32,
72
+ "resize_imgs_with_padding": [
73
+ 512,
74
+ 512
75
+ ],
76
+ "empty_cameras": 0,
77
+ "adapt_to_pi_aloha": false,
78
+ "use_delta_joint_actions_aloha": false,
79
+ "tokenizer_max_length": 48,
80
+ "num_steps": 10,
81
+ "use_cache": true,
82
+ "freeze_vision_encoder": true,
83
+ "train_expert_only": true,
84
+ "train_state_proj": true,
85
+ "optimizer_lr": 2e-05,
86
+ "optimizer_betas": [
87
+ 0.9,
88
+ 0.95
89
+ ],
90
+ "optimizer_eps": 1e-08,
91
+ "optimizer_weight_decay": 0.01,
92
+ "optimizer_grad_clip_norm": 10.0,
93
+ "scheduler_warmup_steps": 1000,
94
+ "scheduler_decay_steps": 30000,
95
+ "scheduler_decay_lr": 2.5e-06,
96
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
97
+ "load_vlm_weights": true,
98
+ "add_image_special_tokens": false,
99
+ "attention_mode": "cross_attn",
100
+ "prefix_length": 0,
101
+ "pad_language_to": "max_length",
102
+ "num_expert_layers": 0,
103
+ "num_vlm_layers": 16,
104
+ "self_attn_every_n_layers": 2,
105
+ "expert_width_multiplier": 0.75,
106
+ "min_period": 0.004,
107
+ "max_period": 4.0,
108
+ "rtc_config": null,
109
+ "compile_model": false,
110
+ "compile_mode": "max-autotune"
111
+ }