jccj commited on
Commit
92e2d45
·
verified ·
1 Parent(s): 66e5a5a

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. 008000/pretrained_model/config.json +114 -0
  2. 008000/pretrained_model/dataset_info.json +246 -0
  3. 008000/pretrained_model/model.safetensors +3 -0
  4. 008000/pretrained_model/train_config.json +267 -0
  5. 008000/training_state/optimizer_param_groups.json +775 -0
  6. 008000/training_state/optimizer_state.safetensors +3 -0
  7. 008000/training_state/rng_state.safetensors +3 -0
  8. 008000/training_state/scheduler_state.json +15 -0
  9. 008000/training_state/training_step.json +3 -0
  10. 016000/pretrained_model/config.json +114 -0
  11. 016000/pretrained_model/dataset_info.json +246 -0
  12. 016000/pretrained_model/model.safetensors +3 -0
  13. 016000/pretrained_model/train_config.json +267 -0
  14. 016000/training_state/optimizer_param_groups.json +775 -0
  15. 016000/training_state/optimizer_state.safetensors +3 -0
  16. 016000/training_state/rng_state.safetensors +3 -0
  17. 016000/training_state/scheduler_state.json +15 -0
  18. 016000/training_state/training_step.json +3 -0
  19. 024000/pretrained_model/config.json +114 -0
  20. 024000/pretrained_model/dataset_info.json +246 -0
  21. 024000/pretrained_model/model.safetensors +3 -0
  22. 024000/pretrained_model/train_config.json +267 -0
  23. 024000/training_state/optimizer_param_groups.json +775 -0
  24. 024000/training_state/optimizer_state.safetensors +3 -0
  25. 024000/training_state/rng_state.safetensors +3 -0
  26. 024000/training_state/scheduler_state.json +15 -0
  27. 024000/training_state/training_step.json +3 -0
  28. 032000/pretrained_model/config.json +114 -0
  29. 032000/pretrained_model/dataset_info.json +246 -0
  30. 032000/pretrained_model/model.safetensors +3 -0
  31. 032000/pretrained_model/train_config.json +267 -0
  32. 032000/training_state/optimizer_param_groups.json +775 -0
  33. 032000/training_state/optimizer_state.safetensors +3 -0
  34. 032000/training_state/rng_state.safetensors +3 -0
  35. 032000/training_state/scheduler_state.json +15 -0
  36. 032000/training_state/training_step.json +3 -0
  37. 040000/pretrained_model/config.json +114 -0
  38. 040000/pretrained_model/dataset_info.json +246 -0
  39. 040000/pretrained_model/model.safetensors +3 -0
  40. 040000/pretrained_model/train_config.json +267 -0
  41. 040000/training_state/optimizer_param_groups.json +775 -0
  42. 040000/training_state/optimizer_state.safetensors +3 -0
  43. 040000/training_state/rng_state.safetensors +3 -0
  44. 040000/training_state/scheduler_state.json +15 -0
  45. 040000/training_state/training_step.json +3 -0
  46. 048000/pretrained_model/config.json +114 -0
  47. 048000/pretrained_model/dataset_info.json +246 -0
  48. 048000/pretrained_model/model.safetensors +3 -0
  49. 048000/pretrained_model/train_config.json +267 -0
  50. 048000/training_state/optimizer_param_groups.json +775 -0
008000/pretrained_model/config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "integrated_so3_diffusion",
3
+ "n_obs_steps": 2,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MIN_MAX",
7
+ "ACTION": "MIN_MAX"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 16
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "horizon": 32,
73
+ "n_action_steps": 16,
74
+ "drop_n_last_frames": 15,
75
+ "vision_backbone": "resnet34",
76
+ "crop_shape": [
77
+ 224,
78
+ 224
79
+ ],
80
+ "crop_is_random": true,
81
+ "pretrained_backbone_weights": null,
82
+ "use_group_norm": true,
83
+ "spatial_softmax_num_keypoints": 32,
84
+ "use_separate_rgb_encoder_per_camera": true,
85
+ "down_dims": [
86
+ 128,
87
+ 256,
88
+ 512,
89
+ 512
90
+ ],
91
+ "kernel_size": 3,
92
+ "n_groups": 8,
93
+ "diffusion_step_embed_dim": 512,
94
+ "use_film_scale_modulation": true,
95
+ "noise_scheduler_type": "DDPM",
96
+ "num_train_timesteps": 1000,
97
+ "beta_schedule": "squaredcos_cap_v2",
98
+ "beta_start": 0.0001,
99
+ "beta_end": 0.02,
100
+ "prediction_type": "sample",
101
+ "clip_sample": true,
102
+ "clip_sample_range": 1.0,
103
+ "num_inference_steps": null,
104
+ "do_mask_loss_for_padding": false,
105
+ "optimizer_lr": 0.0001,
106
+ "optimizer_betas": [
107
+ 0.95,
108
+ 0.999
109
+ ],
110
+ "optimizer_eps": 1e-08,
111
+ "optimizer_weight_decay": 1e-06,
112
+ "scheduler_name": "cosine",
113
+ "scheduler_warmup_steps": 500
114
+ }
008000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
008000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f657aa1c100b5480fb1289f3f199238804bf7eff4613483f3cb4423136a8bd2
3
+ size 566907304
008000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_3_tcp",
4
+ "root": "data/lerobot/mh2_step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "integrated_so3_diffusion",
113
+ "n_obs_steps": 2,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MIN_MAX",
117
+ "ACTION": "MIN_MAX"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "horizon": 32,
183
+ "n_action_steps": 16,
184
+ "drop_n_last_frames": 15,
185
+ "vision_backbone": "resnet34",
186
+ "crop_shape": [
187
+ 224,
188
+ 224
189
+ ],
190
+ "crop_is_random": true,
191
+ "pretrained_backbone_weights": null,
192
+ "use_group_norm": true,
193
+ "spatial_softmax_num_keypoints": 32,
194
+ "use_separate_rgb_encoder_per_camera": true,
195
+ "down_dims": [
196
+ 128,
197
+ 256,
198
+ 512,
199
+ 512
200
+ ],
201
+ "kernel_size": 3,
202
+ "n_groups": 8,
203
+ "diffusion_step_embed_dim": 512,
204
+ "use_film_scale_modulation": true,
205
+ "noise_scheduler_type": "DDPM",
206
+ "num_train_timesteps": 1000,
207
+ "beta_schedule": "squaredcos_cap_v2",
208
+ "beta_start": 0.0001,
209
+ "beta_end": 0.02,
210
+ "prediction_type": "sample",
211
+ "clip_sample": true,
212
+ "clip_sample_range": 1.0,
213
+ "num_inference_steps": null,
214
+ "do_mask_loss_for_padding": false,
215
+ "optimizer_lr": 0.0001,
216
+ "optimizer_betas": [
217
+ 0.95,
218
+ 0.999
219
+ ],
220
+ "optimizer_eps": 1e-08,
221
+ "optimizer_weight_decay": 1e-06,
222
+ "scheduler_name": "cosine",
223
+ "scheduler_warmup_steps": 500
224
+ },
225
+ "output_dir": "outputs/train/2025-09-20/23-29-45_integrated_so3_diffusion",
226
+ "job_name": "integrated_so3_diffusion",
227
+ "resume": false,
228
+ "seed": 1000,
229
+ "num_workers": 4,
230
+ "batch_size": 16,
231
+ "steps": 400000,
232
+ "eval_freq": 20000,
233
+ "log_freq": 200,
234
+ "save_checkpoint": true,
235
+ "save_freq": 8000,
236
+ "use_policy_training_preset": true,
237
+ "optimizer": {
238
+ "type": "adam",
239
+ "lr": 0.0001,
240
+ "weight_decay": 1e-06,
241
+ "grad_clip_norm": 10.0,
242
+ "betas": [
243
+ 0.95,
244
+ 0.999
245
+ ],
246
+ "eps": 1e-08
247
+ },
248
+ "scheduler": {
249
+ "type": "diffuser",
250
+ "num_warmup_steps": 500,
251
+ "name": "cosine"
252
+ },
253
+ "eval": {
254
+ "n_episodes": 50,
255
+ "batch_size": 50,
256
+ "use_async_envs": false
257
+ },
258
+ "wandb": {
259
+ "enable": true,
260
+ "disable_artifact": false,
261
+ "project": "lerobot",
262
+ "entity": null,
263
+ "notes": null,
264
+ "run_id": "xlex5ae7",
265
+ "mode": null
266
+ }
267
+ }
008000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,775 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 9.991306336629842e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505,
525
+ 506,
526
+ 507,
527
+ 508,
528
+ 509,
529
+ 510,
530
+ 511,
531
+ 512,
532
+ 513,
533
+ 514,
534
+ 515,
535
+ 516,
536
+ 517,
537
+ 518,
538
+ 519,
539
+ 520,
540
+ 521,
541
+ 522,
542
+ 523,
543
+ 524,
544
+ 525,
545
+ 526,
546
+ 527,
547
+ 528,
548
+ 529,
549
+ 530,
550
+ 531,
551
+ 532,
552
+ 533,
553
+ 534,
554
+ 535,
555
+ 536,
556
+ 537,
557
+ 538,
558
+ 539,
559
+ 540,
560
+ 541,
561
+ 542,
562
+ 543,
563
+ 544,
564
+ 545,
565
+ 546,
566
+ 547,
567
+ 548,
568
+ 549,
569
+ 550,
570
+ 551,
571
+ 552,
572
+ 553,
573
+ 554,
574
+ 555,
575
+ 556,
576
+ 557,
577
+ 558,
578
+ 559,
579
+ 560,
580
+ 561,
581
+ 562,
582
+ 563,
583
+ 564,
584
+ 565,
585
+ 566,
586
+ 567,
587
+ 568,
588
+ 569,
589
+ 570,
590
+ 571,
591
+ 572,
592
+ 573,
593
+ 574,
594
+ 575,
595
+ 576,
596
+ 577,
597
+ 578,
598
+ 579,
599
+ 580,
600
+ 581,
601
+ 582,
602
+ 583,
603
+ 584,
604
+ 585,
605
+ 586,
606
+ 587,
607
+ 588,
608
+ 589,
609
+ 590,
610
+ 591,
611
+ 592,
612
+ 593,
613
+ 594,
614
+ 595,
615
+ 596,
616
+ 597,
617
+ 598,
618
+ 599,
619
+ 600,
620
+ 601,
621
+ 602,
622
+ 603,
623
+ 604,
624
+ 605,
625
+ 606,
626
+ 607,
627
+ 608,
628
+ 609,
629
+ 610,
630
+ 611,
631
+ 612,
632
+ 613,
633
+ 614,
634
+ 615,
635
+ 616,
636
+ 617,
637
+ 618,
638
+ 619,
639
+ 620,
640
+ 621,
641
+ 622,
642
+ 623,
643
+ 624,
644
+ 625,
645
+ 626,
646
+ 627,
647
+ 628,
648
+ 629,
649
+ 630,
650
+ 631,
651
+ 632,
652
+ 633,
653
+ 634,
654
+ 635,
655
+ 636,
656
+ 637,
657
+ 638,
658
+ 639,
659
+ 640,
660
+ 641,
661
+ 642,
662
+ 643,
663
+ 644,
664
+ 645,
665
+ 646,
666
+ 647,
667
+ 648,
668
+ 649,
669
+ 650,
670
+ 651,
671
+ 652,
672
+ 653,
673
+ 654,
674
+ 655,
675
+ 656,
676
+ 657,
677
+ 658,
678
+ 659,
679
+ 660,
680
+ 661,
681
+ 662,
682
+ 663,
683
+ 664,
684
+ 665,
685
+ 666,
686
+ 667,
687
+ 668,
688
+ 669,
689
+ 670,
690
+ 671,
691
+ 672,
692
+ 673,
693
+ 674,
694
+ 675,
695
+ 676,
696
+ 677,
697
+ 678,
698
+ 679,
699
+ 680,
700
+ 681,
701
+ 682,
702
+ 683,
703
+ 684,
704
+ 685,
705
+ 686,
706
+ 687,
707
+ 688,
708
+ 689,
709
+ 690,
710
+ 691,
711
+ 692,
712
+ 693,
713
+ 694,
714
+ 695,
715
+ 696,
716
+ 697,
717
+ 698,
718
+ 699,
719
+ 700,
720
+ 701,
721
+ 702,
722
+ 703,
723
+ 704,
724
+ 705,
725
+ 706,
726
+ 707,
727
+ 708,
728
+ 709,
729
+ 710,
730
+ 711,
731
+ 712,
732
+ 713,
733
+ 714,
734
+ 715,
735
+ 716,
736
+ 717,
737
+ 718,
738
+ 719,
739
+ 720,
740
+ 721,
741
+ 722,
742
+ 723,
743
+ 724,
744
+ 725,
745
+ 726,
746
+ 727,
747
+ 728,
748
+ 729,
749
+ 730,
750
+ 731,
751
+ 732,
752
+ 733,
753
+ 734,
754
+ 735,
755
+ 736,
756
+ 737,
757
+ 738,
758
+ 739,
759
+ 740,
760
+ 741,
761
+ 742,
762
+ 743,
763
+ 744,
764
+ 745,
765
+ 746,
766
+ 747,
767
+ 748,
768
+ 749,
769
+ 750,
770
+ 751,
771
+ 752,
772
+ 753
773
+ ]
774
+ }
775
+ ]
008000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d4e10786a80afb50d92a23aaedcad4ae5aa506ea29c07d4cda1d7c487d632b4
3
+ size 1133825128
008000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a905fff2b4903a07062c3a61e0d4d8ab751cac4099b25e948d1a15eb8ff74669
3
+ size 15708
008000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 8000,
6
+ "_step_count": 8001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 9.991306336629842e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
008000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 8000
3
+ }
016000/pretrained_model/config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "integrated_so3_diffusion",
3
+ "n_obs_steps": 2,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MIN_MAX",
7
+ "ACTION": "MIN_MAX"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 16
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "horizon": 32,
73
+ "n_action_steps": 16,
74
+ "drop_n_last_frames": 15,
75
+ "vision_backbone": "resnet34",
76
+ "crop_shape": [
77
+ 224,
78
+ 224
79
+ ],
80
+ "crop_is_random": true,
81
+ "pretrained_backbone_weights": null,
82
+ "use_group_norm": true,
83
+ "spatial_softmax_num_keypoints": 32,
84
+ "use_separate_rgb_encoder_per_camera": true,
85
+ "down_dims": [
86
+ 128,
87
+ 256,
88
+ 512,
89
+ 512
90
+ ],
91
+ "kernel_size": 3,
92
+ "n_groups": 8,
93
+ "diffusion_step_embed_dim": 512,
94
+ "use_film_scale_modulation": true,
95
+ "noise_scheduler_type": "DDPM",
96
+ "num_train_timesteps": 1000,
97
+ "beta_schedule": "squaredcos_cap_v2",
98
+ "beta_start": 0.0001,
99
+ "beta_end": 0.02,
100
+ "prediction_type": "sample",
101
+ "clip_sample": true,
102
+ "clip_sample_range": 1.0,
103
+ "num_inference_steps": null,
104
+ "do_mask_loss_for_padding": false,
105
+ "optimizer_lr": 0.0001,
106
+ "optimizer_betas": [
107
+ 0.95,
108
+ 0.999
109
+ ],
110
+ "optimizer_eps": 1e-08,
111
+ "optimizer_weight_decay": 1e-06,
112
+ "scheduler_name": "cosine",
113
+ "scheduler_warmup_steps": 500
114
+ }
016000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
016000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d724daed2928c6b71fe9b2eb154e59bfea5d30fb0b23e8b61428868f70b9738f
3
+ size 566907304
016000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_3_tcp",
4
+ "root": "data/lerobot/mh2_step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "integrated_so3_diffusion",
113
+ "n_obs_steps": 2,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MIN_MAX",
117
+ "ACTION": "MIN_MAX"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "horizon": 32,
183
+ "n_action_steps": 16,
184
+ "drop_n_last_frames": 15,
185
+ "vision_backbone": "resnet34",
186
+ "crop_shape": [
187
+ 224,
188
+ 224
189
+ ],
190
+ "crop_is_random": true,
191
+ "pretrained_backbone_weights": null,
192
+ "use_group_norm": true,
193
+ "spatial_softmax_num_keypoints": 32,
194
+ "use_separate_rgb_encoder_per_camera": true,
195
+ "down_dims": [
196
+ 128,
197
+ 256,
198
+ 512,
199
+ 512
200
+ ],
201
+ "kernel_size": 3,
202
+ "n_groups": 8,
203
+ "diffusion_step_embed_dim": 512,
204
+ "use_film_scale_modulation": true,
205
+ "noise_scheduler_type": "DDPM",
206
+ "num_train_timesteps": 1000,
207
+ "beta_schedule": "squaredcos_cap_v2",
208
+ "beta_start": 0.0001,
209
+ "beta_end": 0.02,
210
+ "prediction_type": "sample",
211
+ "clip_sample": true,
212
+ "clip_sample_range": 1.0,
213
+ "num_inference_steps": null,
214
+ "do_mask_loss_for_padding": false,
215
+ "optimizer_lr": 0.0001,
216
+ "optimizer_betas": [
217
+ 0.95,
218
+ 0.999
219
+ ],
220
+ "optimizer_eps": 1e-08,
221
+ "optimizer_weight_decay": 1e-06,
222
+ "scheduler_name": "cosine",
223
+ "scheduler_warmup_steps": 500
224
+ },
225
+ "output_dir": "outputs/train/2025-09-20/23-29-45_integrated_so3_diffusion",
226
+ "job_name": "integrated_so3_diffusion",
227
+ "resume": false,
228
+ "seed": 1000,
229
+ "num_workers": 4,
230
+ "batch_size": 16,
231
+ "steps": 400000,
232
+ "eval_freq": 20000,
233
+ "log_freq": 200,
234
+ "save_checkpoint": true,
235
+ "save_freq": 8000,
236
+ "use_policy_training_preset": true,
237
+ "optimizer": {
238
+ "type": "adam",
239
+ "lr": 0.0001,
240
+ "weight_decay": 1e-06,
241
+ "grad_clip_norm": 10.0,
242
+ "betas": [
243
+ 0.95,
244
+ 0.999
245
+ ],
246
+ "eps": 1e-08
247
+ },
248
+ "scheduler": {
249
+ "type": "diffuser",
250
+ "num_warmup_steps": 500,
251
+ "name": "cosine"
252
+ },
253
+ "eval": {
254
+ "n_episodes": 50,
255
+ "batch_size": 50,
256
+ "use_async_envs": false
257
+ },
258
+ "wandb": {
259
+ "enable": true,
260
+ "disable_artifact": false,
261
+ "project": "lerobot",
262
+ "entity": null,
263
+ "notes": null,
264
+ "run_id": "xlex5ae7",
265
+ "mode": null
266
+ }
267
+ }
016000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,775 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 9.962903594884766e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505,
525
+ 506,
526
+ 507,
527
+ 508,
528
+ 509,
529
+ 510,
530
+ 511,
531
+ 512,
532
+ 513,
533
+ 514,
534
+ 515,
535
+ 516,
536
+ 517,
537
+ 518,
538
+ 519,
539
+ 520,
540
+ 521,
541
+ 522,
542
+ 523,
543
+ 524,
544
+ 525,
545
+ 526,
546
+ 527,
547
+ 528,
548
+ 529,
549
+ 530,
550
+ 531,
551
+ 532,
552
+ 533,
553
+ 534,
554
+ 535,
555
+ 536,
556
+ 537,
557
+ 538,
558
+ 539,
559
+ 540,
560
+ 541,
561
+ 542,
562
+ 543,
563
+ 544,
564
+ 545,
565
+ 546,
566
+ 547,
567
+ 548,
568
+ 549,
569
+ 550,
570
+ 551,
571
+ 552,
572
+ 553,
573
+ 554,
574
+ 555,
575
+ 556,
576
+ 557,
577
+ 558,
578
+ 559,
579
+ 560,
580
+ 561,
581
+ 562,
582
+ 563,
583
+ 564,
584
+ 565,
585
+ 566,
586
+ 567,
587
+ 568,
588
+ 569,
589
+ 570,
590
+ 571,
591
+ 572,
592
+ 573,
593
+ 574,
594
+ 575,
595
+ 576,
596
+ 577,
597
+ 578,
598
+ 579,
599
+ 580,
600
+ 581,
601
+ 582,
602
+ 583,
603
+ 584,
604
+ 585,
605
+ 586,
606
+ 587,
607
+ 588,
608
+ 589,
609
+ 590,
610
+ 591,
611
+ 592,
612
+ 593,
613
+ 594,
614
+ 595,
615
+ 596,
616
+ 597,
617
+ 598,
618
+ 599,
619
+ 600,
620
+ 601,
621
+ 602,
622
+ 603,
623
+ 604,
624
+ 605,
625
+ 606,
626
+ 607,
627
+ 608,
628
+ 609,
629
+ 610,
630
+ 611,
631
+ 612,
632
+ 613,
633
+ 614,
634
+ 615,
635
+ 616,
636
+ 617,
637
+ 618,
638
+ 619,
639
+ 620,
640
+ 621,
641
+ 622,
642
+ 623,
643
+ 624,
644
+ 625,
645
+ 626,
646
+ 627,
647
+ 628,
648
+ 629,
649
+ 630,
650
+ 631,
651
+ 632,
652
+ 633,
653
+ 634,
654
+ 635,
655
+ 636,
656
+ 637,
657
+ 638,
658
+ 639,
659
+ 640,
660
+ 641,
661
+ 642,
662
+ 643,
663
+ 644,
664
+ 645,
665
+ 646,
666
+ 647,
667
+ 648,
668
+ 649,
669
+ 650,
670
+ 651,
671
+ 652,
672
+ 653,
673
+ 654,
674
+ 655,
675
+ 656,
676
+ 657,
677
+ 658,
678
+ 659,
679
+ 660,
680
+ 661,
681
+ 662,
682
+ 663,
683
+ 664,
684
+ 665,
685
+ 666,
686
+ 667,
687
+ 668,
688
+ 669,
689
+ 670,
690
+ 671,
691
+ 672,
692
+ 673,
693
+ 674,
694
+ 675,
695
+ 676,
696
+ 677,
697
+ 678,
698
+ 679,
699
+ 680,
700
+ 681,
701
+ 682,
702
+ 683,
703
+ 684,
704
+ 685,
705
+ 686,
706
+ 687,
707
+ 688,
708
+ 689,
709
+ 690,
710
+ 691,
711
+ 692,
712
+ 693,
713
+ 694,
714
+ 695,
715
+ 696,
716
+ 697,
717
+ 698,
718
+ 699,
719
+ 700,
720
+ 701,
721
+ 702,
722
+ 703,
723
+ 704,
724
+ 705,
725
+ 706,
726
+ 707,
727
+ 708,
728
+ 709,
729
+ 710,
730
+ 711,
731
+ 712,
732
+ 713,
733
+ 714,
734
+ 715,
735
+ 716,
736
+ 717,
737
+ 718,
738
+ 719,
739
+ 720,
740
+ 721,
741
+ 722,
742
+ 723,
743
+ 724,
744
+ 725,
745
+ 726,
746
+ 727,
747
+ 728,
748
+ 729,
749
+ 730,
750
+ 731,
751
+ 732,
752
+ 733,
753
+ 734,
754
+ 735,
755
+ 736,
756
+ 737,
757
+ 738,
758
+ 739,
759
+ 740,
760
+ 741,
761
+ 742,
762
+ 743,
763
+ 744,
764
+ 745,
765
+ 746,
766
+ 747,
767
+ 748,
768
+ 749,
769
+ 750,
770
+ 751,
771
+ 752,
772
+ 753
773
+ ]
774
+ }
775
+ ]
016000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ce0ee95a61c3b072cf95631ce35de1a5111967b902d6c62d48f1a101f5ea2e9
3
+ size 1133825128
016000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f87cf4b2fc5df0e3d4ac3b7b2704dfaba9ba6bc4bc19c5fe26c3a8b803575ac8
3
+ size 15708
016000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 16000,
6
+ "_step_count": 16001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 9.962903594884766e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
016000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 16000
3
+ }
024000/pretrained_model/config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "integrated_so3_diffusion",
3
+ "n_obs_steps": 2,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MIN_MAX",
7
+ "ACTION": "MIN_MAX"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 16
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "horizon": 32,
73
+ "n_action_steps": 16,
74
+ "drop_n_last_frames": 15,
75
+ "vision_backbone": "resnet34",
76
+ "crop_shape": [
77
+ 224,
78
+ 224
79
+ ],
80
+ "crop_is_random": true,
81
+ "pretrained_backbone_weights": null,
82
+ "use_group_norm": true,
83
+ "spatial_softmax_num_keypoints": 32,
84
+ "use_separate_rgb_encoder_per_camera": true,
85
+ "down_dims": [
86
+ 128,
87
+ 256,
88
+ 512,
89
+ 512
90
+ ],
91
+ "kernel_size": 3,
92
+ "n_groups": 8,
93
+ "diffusion_step_embed_dim": 512,
94
+ "use_film_scale_modulation": true,
95
+ "noise_scheduler_type": "DDPM",
96
+ "num_train_timesteps": 1000,
97
+ "beta_schedule": "squaredcos_cap_v2",
98
+ "beta_start": 0.0001,
99
+ "beta_end": 0.02,
100
+ "prediction_type": "sample",
101
+ "clip_sample": true,
102
+ "clip_sample_range": 1.0,
103
+ "num_inference_steps": null,
104
+ "do_mask_loss_for_padding": false,
105
+ "optimizer_lr": 0.0001,
106
+ "optimizer_betas": [
107
+ 0.95,
108
+ 0.999
109
+ ],
110
+ "optimizer_eps": 1e-08,
111
+ "optimizer_weight_decay": 1e-06,
112
+ "scheduler_name": "cosine",
113
+ "scheduler_warmup_steps": 500
114
+ }
024000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
024000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85ee054f162e33817b73fcf54c6184266e8bae86cf027a267267cb2d26b0cfae
3
+ size 566907304
024000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_3_tcp",
4
+ "root": "data/lerobot/mh2_step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "integrated_so3_diffusion",
113
+ "n_obs_steps": 2,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MIN_MAX",
117
+ "ACTION": "MIN_MAX"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "horizon": 32,
183
+ "n_action_steps": 16,
184
+ "drop_n_last_frames": 15,
185
+ "vision_backbone": "resnet34",
186
+ "crop_shape": [
187
+ 224,
188
+ 224
189
+ ],
190
+ "crop_is_random": true,
191
+ "pretrained_backbone_weights": null,
192
+ "use_group_norm": true,
193
+ "spatial_softmax_num_keypoints": 32,
194
+ "use_separate_rgb_encoder_per_camera": true,
195
+ "down_dims": [
196
+ 128,
197
+ 256,
198
+ 512,
199
+ 512
200
+ ],
201
+ "kernel_size": 3,
202
+ "n_groups": 8,
203
+ "diffusion_step_embed_dim": 512,
204
+ "use_film_scale_modulation": true,
205
+ "noise_scheduler_type": "DDPM",
206
+ "num_train_timesteps": 1000,
207
+ "beta_schedule": "squaredcos_cap_v2",
208
+ "beta_start": 0.0001,
209
+ "beta_end": 0.02,
210
+ "prediction_type": "sample",
211
+ "clip_sample": true,
212
+ "clip_sample_range": 1.0,
213
+ "num_inference_steps": null,
214
+ "do_mask_loss_for_padding": false,
215
+ "optimizer_lr": 0.0001,
216
+ "optimizer_betas": [
217
+ 0.95,
218
+ 0.999
219
+ ],
220
+ "optimizer_eps": 1e-08,
221
+ "optimizer_weight_decay": 1e-06,
222
+ "scheduler_name": "cosine",
223
+ "scheduler_warmup_steps": 500
224
+ },
225
+ "output_dir": "outputs/train/2025-09-20/23-29-45_integrated_so3_diffusion",
226
+ "job_name": "integrated_so3_diffusion",
227
+ "resume": false,
228
+ "seed": 1000,
229
+ "num_workers": 4,
230
+ "batch_size": 16,
231
+ "steps": 400000,
232
+ "eval_freq": 20000,
233
+ "log_freq": 200,
234
+ "save_checkpoint": true,
235
+ "save_freq": 8000,
236
+ "use_policy_training_preset": true,
237
+ "optimizer": {
238
+ "type": "adam",
239
+ "lr": 0.0001,
240
+ "weight_decay": 1e-06,
241
+ "grad_clip_norm": 10.0,
242
+ "betas": [
243
+ 0.95,
244
+ 0.999
245
+ ],
246
+ "eps": 1e-08
247
+ },
248
+ "scheduler": {
249
+ "type": "diffuser",
250
+ "num_warmup_steps": 500,
251
+ "name": "cosine"
252
+ },
253
+ "eval": {
254
+ "n_episodes": 50,
255
+ "batch_size": 50,
256
+ "use_async_envs": false
257
+ },
258
+ "wandb": {
259
+ "enable": true,
260
+ "disable_artifact": false,
261
+ "project": "lerobot",
262
+ "entity": null,
263
+ "notes": null,
264
+ "run_id": "xlex5ae7",
265
+ "mode": null
266
+ }
267
+ }
024000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,775 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 9.91486549841951e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505,
525
+ 506,
526
+ 507,
527
+ 508,
528
+ 509,
529
+ 510,
530
+ 511,
531
+ 512,
532
+ 513,
533
+ 514,
534
+ 515,
535
+ 516,
536
+ 517,
537
+ 518,
538
+ 519,
539
+ 520,
540
+ 521,
541
+ 522,
542
+ 523,
543
+ 524,
544
+ 525,
545
+ 526,
546
+ 527,
547
+ 528,
548
+ 529,
549
+ 530,
550
+ 531,
551
+ 532,
552
+ 533,
553
+ 534,
554
+ 535,
555
+ 536,
556
+ 537,
557
+ 538,
558
+ 539,
559
+ 540,
560
+ 541,
561
+ 542,
562
+ 543,
563
+ 544,
564
+ 545,
565
+ 546,
566
+ 547,
567
+ 548,
568
+ 549,
569
+ 550,
570
+ 551,
571
+ 552,
572
+ 553,
573
+ 554,
574
+ 555,
575
+ 556,
576
+ 557,
577
+ 558,
578
+ 559,
579
+ 560,
580
+ 561,
581
+ 562,
582
+ 563,
583
+ 564,
584
+ 565,
585
+ 566,
586
+ 567,
587
+ 568,
588
+ 569,
589
+ 570,
590
+ 571,
591
+ 572,
592
+ 573,
593
+ 574,
594
+ 575,
595
+ 576,
596
+ 577,
597
+ 578,
598
+ 579,
599
+ 580,
600
+ 581,
601
+ 582,
602
+ 583,
603
+ 584,
604
+ 585,
605
+ 586,
606
+ 587,
607
+ 588,
608
+ 589,
609
+ 590,
610
+ 591,
611
+ 592,
612
+ 593,
613
+ 594,
614
+ 595,
615
+ 596,
616
+ 597,
617
+ 598,
618
+ 599,
619
+ 600,
620
+ 601,
621
+ 602,
622
+ 603,
623
+ 604,
624
+ 605,
625
+ 606,
626
+ 607,
627
+ 608,
628
+ 609,
629
+ 610,
630
+ 611,
631
+ 612,
632
+ 613,
633
+ 614,
634
+ 615,
635
+ 616,
636
+ 617,
637
+ 618,
638
+ 619,
639
+ 620,
640
+ 621,
641
+ 622,
642
+ 623,
643
+ 624,
644
+ 625,
645
+ 626,
646
+ 627,
647
+ 628,
648
+ 629,
649
+ 630,
650
+ 631,
651
+ 632,
652
+ 633,
653
+ 634,
654
+ 635,
655
+ 636,
656
+ 637,
657
+ 638,
658
+ 639,
659
+ 640,
660
+ 641,
661
+ 642,
662
+ 643,
663
+ 644,
664
+ 645,
665
+ 646,
666
+ 647,
667
+ 648,
668
+ 649,
669
+ 650,
670
+ 651,
671
+ 652,
672
+ 653,
673
+ 654,
674
+ 655,
675
+ 656,
676
+ 657,
677
+ 658,
678
+ 659,
679
+ 660,
680
+ 661,
681
+ 662,
682
+ 663,
683
+ 664,
684
+ 665,
685
+ 666,
686
+ 667,
687
+ 668,
688
+ 669,
689
+ 670,
690
+ 671,
691
+ 672,
692
+ 673,
693
+ 674,
694
+ 675,
695
+ 676,
696
+ 677,
697
+ 678,
698
+ 679,
699
+ 680,
700
+ 681,
701
+ 682,
702
+ 683,
703
+ 684,
704
+ 685,
705
+ 686,
706
+ 687,
707
+ 688,
708
+ 689,
709
+ 690,
710
+ 691,
711
+ 692,
712
+ 693,
713
+ 694,
714
+ 695,
715
+ 696,
716
+ 697,
717
+ 698,
718
+ 699,
719
+ 700,
720
+ 701,
721
+ 702,
722
+ 703,
723
+ 704,
724
+ 705,
725
+ 706,
726
+ 707,
727
+ 708,
728
+ 709,
729
+ 710,
730
+ 711,
731
+ 712,
732
+ 713,
733
+ 714,
734
+ 715,
735
+ 716,
736
+ 717,
737
+ 718,
738
+ 719,
739
+ 720,
740
+ 721,
741
+ 722,
742
+ 723,
743
+ 724,
744
+ 725,
745
+ 726,
746
+ 727,
747
+ 728,
748
+ 729,
749
+ 730,
750
+ 731,
751
+ 732,
752
+ 733,
753
+ 734,
754
+ 735,
755
+ 736,
756
+ 737,
757
+ 738,
758
+ 739,
759
+ 740,
760
+ 741,
761
+ 742,
762
+ 743,
763
+ 744,
764
+ 745,
765
+ 746,
766
+ 747,
767
+ 748,
768
+ 749,
769
+ 750,
770
+ 751,
771
+ 752,
772
+ 753
773
+ ]
774
+ }
775
+ ]
024000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd31e1f21966ab2adf8d60767674d37cb5e2b045e725009ff0210fba523ca337
3
+ size 1133825128
024000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ef5bae3a37be82d8f36a05b644c36fd7af4aceb28b0f3fbb6a720b169e615f
3
+ size 15708
024000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 24000,
6
+ "_step_count": 24001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 9.91486549841951e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
024000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 24000
3
+ }
032000/pretrained_model/config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "integrated_so3_diffusion",
3
+ "n_obs_steps": 2,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MIN_MAX",
7
+ "ACTION": "MIN_MAX"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 16
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "horizon": 32,
73
+ "n_action_steps": 16,
74
+ "drop_n_last_frames": 15,
75
+ "vision_backbone": "resnet34",
76
+ "crop_shape": [
77
+ 224,
78
+ 224
79
+ ],
80
+ "crop_is_random": true,
81
+ "pretrained_backbone_weights": null,
82
+ "use_group_norm": true,
83
+ "spatial_softmax_num_keypoints": 32,
84
+ "use_separate_rgb_encoder_per_camera": true,
85
+ "down_dims": [
86
+ 128,
87
+ 256,
88
+ 512,
89
+ 512
90
+ ],
91
+ "kernel_size": 3,
92
+ "n_groups": 8,
93
+ "diffusion_step_embed_dim": 512,
94
+ "use_film_scale_modulation": true,
95
+ "noise_scheduler_type": "DDPM",
96
+ "num_train_timesteps": 1000,
97
+ "beta_schedule": "squaredcos_cap_v2",
98
+ "beta_start": 0.0001,
99
+ "beta_end": 0.02,
100
+ "prediction_type": "sample",
101
+ "clip_sample": true,
102
+ "clip_sample_range": 1.0,
103
+ "num_inference_steps": null,
104
+ "do_mask_loss_for_padding": false,
105
+ "optimizer_lr": 0.0001,
106
+ "optimizer_betas": [
107
+ 0.95,
108
+ 0.999
109
+ ],
110
+ "optimizer_eps": 1e-08,
111
+ "optimizer_weight_decay": 1e-06,
112
+ "scheduler_name": "cosine",
113
+ "scheduler_warmup_steps": 500
114
+ }
032000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
032000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd8cf01a8e28f50349f52933b172c4ac69ffa4467ebca4596f4d08896879ddd8
3
+ size 566907304
032000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_3_tcp",
4
+ "root": "data/lerobot/mh2_step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "integrated_so3_diffusion",
113
+ "n_obs_steps": 2,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MIN_MAX",
117
+ "ACTION": "MIN_MAX"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "horizon": 32,
183
+ "n_action_steps": 16,
184
+ "drop_n_last_frames": 15,
185
+ "vision_backbone": "resnet34",
186
+ "crop_shape": [
187
+ 224,
188
+ 224
189
+ ],
190
+ "crop_is_random": true,
191
+ "pretrained_backbone_weights": null,
192
+ "use_group_norm": true,
193
+ "spatial_softmax_num_keypoints": 32,
194
+ "use_separate_rgb_encoder_per_camera": true,
195
+ "down_dims": [
196
+ 128,
197
+ 256,
198
+ 512,
199
+ 512
200
+ ],
201
+ "kernel_size": 3,
202
+ "n_groups": 8,
203
+ "diffusion_step_embed_dim": 512,
204
+ "use_film_scale_modulation": true,
205
+ "noise_scheduler_type": "DDPM",
206
+ "num_train_timesteps": 1000,
207
+ "beta_schedule": "squaredcos_cap_v2",
208
+ "beta_start": 0.0001,
209
+ "beta_end": 0.02,
210
+ "prediction_type": "sample",
211
+ "clip_sample": true,
212
+ "clip_sample_range": 1.0,
213
+ "num_inference_steps": null,
214
+ "do_mask_loss_for_padding": false,
215
+ "optimizer_lr": 0.0001,
216
+ "optimizer_betas": [
217
+ 0.95,
218
+ 0.999
219
+ ],
220
+ "optimizer_eps": 1e-08,
221
+ "optimizer_weight_decay": 1e-06,
222
+ "scheduler_name": "cosine",
223
+ "scheduler_warmup_steps": 500
224
+ },
225
+ "output_dir": "outputs/train/2025-09-20/23-29-45_integrated_so3_diffusion",
226
+ "job_name": "integrated_so3_diffusion",
227
+ "resume": false,
228
+ "seed": 1000,
229
+ "num_workers": 4,
230
+ "batch_size": 16,
231
+ "steps": 400000,
232
+ "eval_freq": 20000,
233
+ "log_freq": 200,
234
+ "save_checkpoint": true,
235
+ "save_freq": 8000,
236
+ "use_policy_training_preset": true,
237
+ "optimizer": {
238
+ "type": "adam",
239
+ "lr": 0.0001,
240
+ "weight_decay": 1e-06,
241
+ "grad_clip_norm": 10.0,
242
+ "betas": [
243
+ 0.95,
244
+ 0.999
245
+ ],
246
+ "eps": 1e-08
247
+ },
248
+ "scheduler": {
249
+ "type": "diffuser",
250
+ "num_warmup_steps": 500,
251
+ "name": "cosine"
252
+ },
253
+ "eval": {
254
+ "n_episodes": 50,
255
+ "batch_size": 50,
256
+ "use_async_envs": false
257
+ },
258
+ "wandb": {
259
+ "enable": true,
260
+ "disable_artifact": false,
261
+ "project": "lerobot",
262
+ "entity": null,
263
+ "notes": null,
264
+ "run_id": "xlex5ae7",
265
+ "mode": null
266
+ }
267
+ }
032000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,775 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 9.847382106348893e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505,
525
+ 506,
526
+ 507,
527
+ 508,
528
+ 509,
529
+ 510,
530
+ 511,
531
+ 512,
532
+ 513,
533
+ 514,
534
+ 515,
535
+ 516,
536
+ 517,
537
+ 518,
538
+ 519,
539
+ 520,
540
+ 521,
541
+ 522,
542
+ 523,
543
+ 524,
544
+ 525,
545
+ 526,
546
+ 527,
547
+ 528,
548
+ 529,
549
+ 530,
550
+ 531,
551
+ 532,
552
+ 533,
553
+ 534,
554
+ 535,
555
+ 536,
556
+ 537,
557
+ 538,
558
+ 539,
559
+ 540,
560
+ 541,
561
+ 542,
562
+ 543,
563
+ 544,
564
+ 545,
565
+ 546,
566
+ 547,
567
+ 548,
568
+ 549,
569
+ 550,
570
+ 551,
571
+ 552,
572
+ 553,
573
+ 554,
574
+ 555,
575
+ 556,
576
+ 557,
577
+ 558,
578
+ 559,
579
+ 560,
580
+ 561,
581
+ 562,
582
+ 563,
583
+ 564,
584
+ 565,
585
+ 566,
586
+ 567,
587
+ 568,
588
+ 569,
589
+ 570,
590
+ 571,
591
+ 572,
592
+ 573,
593
+ 574,
594
+ 575,
595
+ 576,
596
+ 577,
597
+ 578,
598
+ 579,
599
+ 580,
600
+ 581,
601
+ 582,
602
+ 583,
603
+ 584,
604
+ 585,
605
+ 586,
606
+ 587,
607
+ 588,
608
+ 589,
609
+ 590,
610
+ 591,
611
+ 592,
612
+ 593,
613
+ 594,
614
+ 595,
615
+ 596,
616
+ 597,
617
+ 598,
618
+ 599,
619
+ 600,
620
+ 601,
621
+ 602,
622
+ 603,
623
+ 604,
624
+ 605,
625
+ 606,
626
+ 607,
627
+ 608,
628
+ 609,
629
+ 610,
630
+ 611,
631
+ 612,
632
+ 613,
633
+ 614,
634
+ 615,
635
+ 616,
636
+ 617,
637
+ 618,
638
+ 619,
639
+ 620,
640
+ 621,
641
+ 622,
642
+ 623,
643
+ 624,
644
+ 625,
645
+ 626,
646
+ 627,
647
+ 628,
648
+ 629,
649
+ 630,
650
+ 631,
651
+ 632,
652
+ 633,
653
+ 634,
654
+ 635,
655
+ 636,
656
+ 637,
657
+ 638,
658
+ 639,
659
+ 640,
660
+ 641,
661
+ 642,
662
+ 643,
663
+ 644,
664
+ 645,
665
+ 646,
666
+ 647,
667
+ 648,
668
+ 649,
669
+ 650,
670
+ 651,
671
+ 652,
672
+ 653,
673
+ 654,
674
+ 655,
675
+ 656,
676
+ 657,
677
+ 658,
678
+ 659,
679
+ 660,
680
+ 661,
681
+ 662,
682
+ 663,
683
+ 664,
684
+ 665,
685
+ 666,
686
+ 667,
687
+ 668,
688
+ 669,
689
+ 670,
690
+ 671,
691
+ 672,
692
+ 673,
693
+ 674,
694
+ 675,
695
+ 676,
696
+ 677,
697
+ 678,
698
+ 679,
699
+ 680,
700
+ 681,
701
+ 682,
702
+ 683,
703
+ 684,
704
+ 685,
705
+ 686,
706
+ 687,
707
+ 688,
708
+ 689,
709
+ 690,
710
+ 691,
711
+ 692,
712
+ 693,
713
+ 694,
714
+ 695,
715
+ 696,
716
+ 697,
717
+ 698,
718
+ 699,
719
+ 700,
720
+ 701,
721
+ 702,
722
+ 703,
723
+ 704,
724
+ 705,
725
+ 706,
726
+ 707,
727
+ 708,
728
+ 709,
729
+ 710,
730
+ 711,
731
+ 712,
732
+ 713,
733
+ 714,
734
+ 715,
735
+ 716,
736
+ 717,
737
+ 718,
738
+ 719,
739
+ 720,
740
+ 721,
741
+ 722,
742
+ 723,
743
+ 724,
744
+ 725,
745
+ 726,
746
+ 727,
747
+ 728,
748
+ 729,
749
+ 730,
750
+ 731,
751
+ 732,
752
+ 733,
753
+ 734,
754
+ 735,
755
+ 736,
756
+ 737,
757
+ 738,
758
+ 739,
759
+ 740,
760
+ 741,
761
+ 742,
762
+ 743,
763
+ 744,
764
+ 745,
765
+ 746,
766
+ 747,
767
+ 748,
768
+ 749,
769
+ 750,
770
+ 751,
771
+ 752,
772
+ 753
773
+ ]
774
+ }
775
+ ]
032000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e06e761e791d5dd5e9d3c455efec7636a12bbc54945e5fede3add74a962ac78c
3
+ size 1133825128
032000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bf89d90a0354523c125cba59636e0e7c67142392248e02c45cc200fc5c2f326
3
+ size 15708
032000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 32000,
6
+ "_step_count": 32001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 9.847382106348893e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
032000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 32000
3
+ }
040000/pretrained_model/config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "integrated_so3_diffusion",
3
+ "n_obs_steps": 2,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MIN_MAX",
7
+ "ACTION": "MIN_MAX"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 16
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "horizon": 32,
73
+ "n_action_steps": 16,
74
+ "drop_n_last_frames": 15,
75
+ "vision_backbone": "resnet34",
76
+ "crop_shape": [
77
+ 224,
78
+ 224
79
+ ],
80
+ "crop_is_random": true,
81
+ "pretrained_backbone_weights": null,
82
+ "use_group_norm": true,
83
+ "spatial_softmax_num_keypoints": 32,
84
+ "use_separate_rgb_encoder_per_camera": true,
85
+ "down_dims": [
86
+ 128,
87
+ 256,
88
+ 512,
89
+ 512
90
+ ],
91
+ "kernel_size": 3,
92
+ "n_groups": 8,
93
+ "diffusion_step_embed_dim": 512,
94
+ "use_film_scale_modulation": true,
95
+ "noise_scheduler_type": "DDPM",
96
+ "num_train_timesteps": 1000,
97
+ "beta_schedule": "squaredcos_cap_v2",
98
+ "beta_start": 0.0001,
99
+ "beta_end": 0.02,
100
+ "prediction_type": "sample",
101
+ "clip_sample": true,
102
+ "clip_sample_range": 1.0,
103
+ "num_inference_steps": null,
104
+ "do_mask_loss_for_padding": false,
105
+ "optimizer_lr": 0.0001,
106
+ "optimizer_betas": [
107
+ 0.95,
108
+ 0.999
109
+ ],
110
+ "optimizer_eps": 1e-08,
111
+ "optimizer_weight_decay": 1e-06,
112
+ "scheduler_name": "cosine",
113
+ "scheduler_warmup_steps": 500
114
+ }
040000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
040000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a193ec4d6720b0be879d68486acaee90a6e363d746e48e3d9d2d70ee4cb7411
3
+ size 566907304
040000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_3_tcp",
4
+ "root": "data/lerobot/mh2_step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "integrated_so3_diffusion",
113
+ "n_obs_steps": 2,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MIN_MAX",
117
+ "ACTION": "MIN_MAX"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "horizon": 32,
183
+ "n_action_steps": 16,
184
+ "drop_n_last_frames": 15,
185
+ "vision_backbone": "resnet34",
186
+ "crop_shape": [
187
+ 224,
188
+ 224
189
+ ],
190
+ "crop_is_random": true,
191
+ "pretrained_backbone_weights": null,
192
+ "use_group_norm": true,
193
+ "spatial_softmax_num_keypoints": 32,
194
+ "use_separate_rgb_encoder_per_camera": true,
195
+ "down_dims": [
196
+ 128,
197
+ 256,
198
+ 512,
199
+ 512
200
+ ],
201
+ "kernel_size": 3,
202
+ "n_groups": 8,
203
+ "diffusion_step_embed_dim": 512,
204
+ "use_film_scale_modulation": true,
205
+ "noise_scheduler_type": "DDPM",
206
+ "num_train_timesteps": 1000,
207
+ "beta_schedule": "squaredcos_cap_v2",
208
+ "beta_start": 0.0001,
209
+ "beta_end": 0.02,
210
+ "prediction_type": "sample",
211
+ "clip_sample": true,
212
+ "clip_sample_range": 1.0,
213
+ "num_inference_steps": null,
214
+ "do_mask_loss_for_padding": false,
215
+ "optimizer_lr": 0.0001,
216
+ "optimizer_betas": [
217
+ 0.95,
218
+ 0.999
219
+ ],
220
+ "optimizer_eps": 1e-08,
221
+ "optimizer_weight_decay": 1e-06,
222
+ "scheduler_name": "cosine",
223
+ "scheduler_warmup_steps": 500
224
+ },
225
+ "output_dir": "outputs/train/2025-09-20/23-29-45_integrated_so3_diffusion",
226
+ "job_name": "integrated_so3_diffusion",
227
+ "resume": false,
228
+ "seed": 1000,
229
+ "num_workers": 4,
230
+ "batch_size": 16,
231
+ "steps": 400000,
232
+ "eval_freq": 20000,
233
+ "log_freq": 200,
234
+ "save_checkpoint": true,
235
+ "save_freq": 8000,
236
+ "use_policy_training_preset": true,
237
+ "optimizer": {
238
+ "type": "adam",
239
+ "lr": 0.0001,
240
+ "weight_decay": 1e-06,
241
+ "grad_clip_norm": 10.0,
242
+ "betas": [
243
+ 0.95,
244
+ 0.999
245
+ ],
246
+ "eps": 1e-08
247
+ },
248
+ "scheduler": {
249
+ "type": "diffuser",
250
+ "num_warmup_steps": 500,
251
+ "name": "cosine"
252
+ },
253
+ "eval": {
254
+ "n_episodes": 50,
255
+ "batch_size": 50,
256
+ "use_async_envs": false
257
+ },
258
+ "wandb": {
259
+ "enable": true,
260
+ "disable_artifact": false,
261
+ "project": "lerobot",
262
+ "entity": null,
263
+ "notes": null,
264
+ "run_id": "xlex5ae7",
265
+ "mode": null
266
+ }
267
+ }
040000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,775 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 9.76072041163695e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505,
525
+ 506,
526
+ 507,
527
+ 508,
528
+ 509,
529
+ 510,
530
+ 511,
531
+ 512,
532
+ 513,
533
+ 514,
534
+ 515,
535
+ 516,
536
+ 517,
537
+ 518,
538
+ 519,
539
+ 520,
540
+ 521,
541
+ 522,
542
+ 523,
543
+ 524,
544
+ 525,
545
+ 526,
546
+ 527,
547
+ 528,
548
+ 529,
549
+ 530,
550
+ 531,
551
+ 532,
552
+ 533,
553
+ 534,
554
+ 535,
555
+ 536,
556
+ 537,
557
+ 538,
558
+ 539,
559
+ 540,
560
+ 541,
561
+ 542,
562
+ 543,
563
+ 544,
564
+ 545,
565
+ 546,
566
+ 547,
567
+ 548,
568
+ 549,
569
+ 550,
570
+ 551,
571
+ 552,
572
+ 553,
573
+ 554,
574
+ 555,
575
+ 556,
576
+ 557,
577
+ 558,
578
+ 559,
579
+ 560,
580
+ 561,
581
+ 562,
582
+ 563,
583
+ 564,
584
+ 565,
585
+ 566,
586
+ 567,
587
+ 568,
588
+ 569,
589
+ 570,
590
+ 571,
591
+ 572,
592
+ 573,
593
+ 574,
594
+ 575,
595
+ 576,
596
+ 577,
597
+ 578,
598
+ 579,
599
+ 580,
600
+ 581,
601
+ 582,
602
+ 583,
603
+ 584,
604
+ 585,
605
+ 586,
606
+ 587,
607
+ 588,
608
+ 589,
609
+ 590,
610
+ 591,
611
+ 592,
612
+ 593,
613
+ 594,
614
+ 595,
615
+ 596,
616
+ 597,
617
+ 598,
618
+ 599,
619
+ 600,
620
+ 601,
621
+ 602,
622
+ 603,
623
+ 604,
624
+ 605,
625
+ 606,
626
+ 607,
627
+ 608,
628
+ 609,
629
+ 610,
630
+ 611,
631
+ 612,
632
+ 613,
633
+ 614,
634
+ 615,
635
+ 616,
636
+ 617,
637
+ 618,
638
+ 619,
639
+ 620,
640
+ 621,
641
+ 622,
642
+ 623,
643
+ 624,
644
+ 625,
645
+ 626,
646
+ 627,
647
+ 628,
648
+ 629,
649
+ 630,
650
+ 631,
651
+ 632,
652
+ 633,
653
+ 634,
654
+ 635,
655
+ 636,
656
+ 637,
657
+ 638,
658
+ 639,
659
+ 640,
660
+ 641,
661
+ 642,
662
+ 643,
663
+ 644,
664
+ 645,
665
+ 646,
666
+ 647,
667
+ 648,
668
+ 649,
669
+ 650,
670
+ 651,
671
+ 652,
672
+ 653,
673
+ 654,
674
+ 655,
675
+ 656,
676
+ 657,
677
+ 658,
678
+ 659,
679
+ 660,
680
+ 661,
681
+ 662,
682
+ 663,
683
+ 664,
684
+ 665,
685
+ 666,
686
+ 667,
687
+ 668,
688
+ 669,
689
+ 670,
690
+ 671,
691
+ 672,
692
+ 673,
693
+ 674,
694
+ 675,
695
+ 676,
696
+ 677,
697
+ 678,
698
+ 679,
699
+ 680,
700
+ 681,
701
+ 682,
702
+ 683,
703
+ 684,
704
+ 685,
705
+ 686,
706
+ 687,
707
+ 688,
708
+ 689,
709
+ 690,
710
+ 691,
711
+ 692,
712
+ 693,
713
+ 694,
714
+ 695,
715
+ 696,
716
+ 697,
717
+ 698,
718
+ 699,
719
+ 700,
720
+ 701,
721
+ 702,
722
+ 703,
723
+ 704,
724
+ 705,
725
+ 706,
726
+ 707,
727
+ 708,
728
+ 709,
729
+ 710,
730
+ 711,
731
+ 712,
732
+ 713,
733
+ 714,
734
+ 715,
735
+ 716,
736
+ 717,
737
+ 718,
738
+ 719,
739
+ 720,
740
+ 721,
741
+ 722,
742
+ 723,
743
+ 724,
744
+ 725,
745
+ 726,
746
+ 727,
747
+ 728,
748
+ 729,
749
+ 730,
750
+ 731,
751
+ 732,
752
+ 733,
753
+ 734,
754
+ 735,
755
+ 736,
756
+ 737,
757
+ 738,
758
+ 739,
759
+ 740,
760
+ 741,
761
+ 742,
762
+ 743,
763
+ 744,
764
+ 745,
765
+ 746,
766
+ 747,
767
+ 748,
768
+ 749,
769
+ 750,
770
+ 751,
771
+ 752,
772
+ 753
773
+ ]
774
+ }
775
+ ]
040000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2aeb3a8b843b2e74e6f11bd2f7e09c4fba1c76bf9d80e8a1e0f10fc837c1de0
3
+ size 1133825128
040000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26e8857fb185f71bd7b56f7ef86851e24b53bfcf6aaef74c94463f2f04cb2b7
3
+ size 15708
040000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 40000,
6
+ "_step_count": 40001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 9.76072041163695e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
040000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 40000
3
+ }
048000/pretrained_model/config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "integrated_so3_diffusion",
3
+ "n_obs_steps": 2,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MIN_MAX",
7
+ "ACTION": "MIN_MAX"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 46
14
+ ]
15
+ },
16
+ "observation.images.rgb_static": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 512
22
+ ]
23
+ },
24
+ "observation.images.rgb_left": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 512,
29
+ 512
30
+ ]
31
+ },
32
+ "observation.images.rgb_right": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 512,
37
+ 512
38
+ ]
39
+ },
40
+ "observation.images.depth_left": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 512,
45
+ 512
46
+ ]
47
+ },
48
+ "observation.images.depth_right": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 512,
53
+ 512
54
+ ]
55
+ }
56
+ },
57
+ "output_features": {
58
+ "action": {
59
+ "type": "ACTION",
60
+ "shape": [
61
+ 16
62
+ ]
63
+ }
64
+ },
65
+ "device": "cuda",
66
+ "use_amp": false,
67
+ "push_to_hub": false,
68
+ "repo_id": null,
69
+ "private": null,
70
+ "tags": null,
71
+ "license": null,
72
+ "horizon": 32,
73
+ "n_action_steps": 16,
74
+ "drop_n_last_frames": 15,
75
+ "vision_backbone": "resnet34",
76
+ "crop_shape": [
77
+ 224,
78
+ 224
79
+ ],
80
+ "crop_is_random": true,
81
+ "pretrained_backbone_weights": null,
82
+ "use_group_norm": true,
83
+ "spatial_softmax_num_keypoints": 32,
84
+ "use_separate_rgb_encoder_per_camera": true,
85
+ "down_dims": [
86
+ 128,
87
+ 256,
88
+ 512,
89
+ 512
90
+ ],
91
+ "kernel_size": 3,
92
+ "n_groups": 8,
93
+ "diffusion_step_embed_dim": 512,
94
+ "use_film_scale_modulation": true,
95
+ "noise_scheduler_type": "DDPM",
96
+ "num_train_timesteps": 1000,
97
+ "beta_schedule": "squaredcos_cap_v2",
98
+ "beta_start": 0.0001,
99
+ "beta_end": 0.02,
100
+ "prediction_type": "sample",
101
+ "clip_sample": true,
102
+ "clip_sample_range": 1.0,
103
+ "num_inference_steps": null,
104
+ "do_mask_loss_for_padding": false,
105
+ "optimizer_lr": 0.0001,
106
+ "optimizer_betas": [
107
+ 0.95,
108
+ 0.999
109
+ ],
110
+ "optimizer_eps": 1e-08,
111
+ "optimizer_weight_decay": 1e-06,
112
+ "scheduler_name": "cosine",
113
+ "scheduler_warmup_steps": 500
114
+ }
048000/pretrained_model/dataset_info.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 42,
5
+ "total_frames": 10932,
6
+ "total_tasks": 1,
7
+ "total_videos": 210,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:42"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 46
21
+ ],
22
+ "names": [
23
+ "joint_pos_left_0",
24
+ "joint_pos_left_1",
25
+ "joint_pos_left_2",
26
+ "joint_pos_left_3",
27
+ "joint_pos_left_4",
28
+ "joint_pos_left_5",
29
+ "joint_pos_left_6",
30
+ "joint_pos_right_0",
31
+ "joint_pos_right_1",
32
+ "joint_pos_right_2",
33
+ "joint_pos_right_3",
34
+ "joint_pos_right_4",
35
+ "joint_pos_right_5",
36
+ "joint_pos_right_6",
37
+ "tcp_left_pos_x",
38
+ "tcp_left_pos_y",
39
+ "tcp_left_pos_z",
40
+ "tcp_left_quat_x",
41
+ "tcp_left_quat_y",
42
+ "tcp_left_quat_z",
43
+ "tcp_left_quat_w",
44
+ "tcp_right_pos_x",
45
+ "tcp_right_pos_y",
46
+ "tcp_right_pos_z",
47
+ "tcp_right_quat_x",
48
+ "tcp_right_quat_y",
49
+ "tcp_right_quat_z",
50
+ "tcp_right_quat_w",
51
+ "gripper_left_0",
52
+ "gripper_left_1",
53
+ "gripper_right_0",
54
+ "gripper_right_1",
55
+ "last_command_left_0",
56
+ "last_command_left_1",
57
+ "last_command_left_2",
58
+ "last_command_left_3",
59
+ "last_command_left_4",
60
+ "last_command_left_5",
61
+ "last_command_left_6",
62
+ "last_command_right_0",
63
+ "last_command_right_1",
64
+ "last_command_right_2",
65
+ "last_command_right_3",
66
+ "last_command_right_4",
67
+ "last_command_right_5",
68
+ "last_command_right_6"
69
+ ]
70
+ },
71
+ "action": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 16
75
+ ],
76
+ "names": [
77
+ "tcp_left_x",
78
+ "tcp_left_y",
79
+ "tcp_left_z",
80
+ "tcp_left_quat_x",
81
+ "tcp_left_quat_y",
82
+ "tcp_left_quat_z",
83
+ "tcp_left_quat_w",
84
+ "tcp_right_x",
85
+ "tcp_right_y",
86
+ "tcp_right_z",
87
+ "tcp_right_quat_x",
88
+ "tcp_right_quat_y",
89
+ "tcp_right_quat_z",
90
+ "tcp_right_quat_w",
91
+ "gripper_left",
92
+ "gripper_right"
93
+ ]
94
+ },
95
+ "observation.images.rgb_static": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 512,
99
+ 512,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 512,
109
+ "video.width": 512,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 10,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.rgb_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_right": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.depth_left": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_right": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
048000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ceb77b4d6a7c6dad3ca4af4745287ce97a4625edfd6b1ca259f2f98a6861c1
3
+ size 566907304
048000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "mh2_step_3_tcp",
4
+ "root": "data/lerobot/mh2_step_3_tcp",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41
48
+ ],
49
+ "image_transforms": {
50
+ "enable": false,
51
+ "max_num_transforms": 3,
52
+ "random_order": false,
53
+ "tfs": {
54
+ "brightness": {
55
+ "weight": 1.0,
56
+ "type": "ColorJitter",
57
+ "kwargs": {
58
+ "brightness": [
59
+ 0.8,
60
+ 1.2
61
+ ]
62
+ }
63
+ },
64
+ "contrast": {
65
+ "weight": 1.0,
66
+ "type": "ColorJitter",
67
+ "kwargs": {
68
+ "contrast": [
69
+ 0.8,
70
+ 1.2
71
+ ]
72
+ }
73
+ },
74
+ "saturation": {
75
+ "weight": 1.0,
76
+ "type": "ColorJitter",
77
+ "kwargs": {
78
+ "saturation": [
79
+ 0.5,
80
+ 1.5
81
+ ]
82
+ }
83
+ },
84
+ "hue": {
85
+ "weight": 1.0,
86
+ "type": "ColorJitter",
87
+ "kwargs": {
88
+ "hue": [
89
+ -0.05,
90
+ 0.05
91
+ ]
92
+ }
93
+ },
94
+ "sharpness": {
95
+ "weight": 1.0,
96
+ "type": "SharpnessJitter",
97
+ "kwargs": {
98
+ "sharpness": [
99
+ 0.5,
100
+ 1.5
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ },
106
+ "revision": null,
107
+ "use_imagenet_stats": true,
108
+ "video_backend": "torchcodec"
109
+ },
110
+ "env": null,
111
+ "policy": {
112
+ "type": "integrated_so3_diffusion",
113
+ "n_obs_steps": 2,
114
+ "normalization_mapping": {
115
+ "VISUAL": "MEAN_STD",
116
+ "STATE": "MIN_MAX",
117
+ "ACTION": "MIN_MAX"
118
+ },
119
+ "input_features": {
120
+ "observation.state": {
121
+ "type": "STATE",
122
+ "shape": [
123
+ 46
124
+ ]
125
+ },
126
+ "observation.images.rgb_static": {
127
+ "type": "VISUAL",
128
+ "shape": [
129
+ 3,
130
+ 512,
131
+ 512
132
+ ]
133
+ },
134
+ "observation.images.rgb_left": {
135
+ "type": "VISUAL",
136
+ "shape": [
137
+ 3,
138
+ 512,
139
+ 512
140
+ ]
141
+ },
142
+ "observation.images.rgb_right": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 512,
147
+ 512
148
+ ]
149
+ },
150
+ "observation.images.depth_left": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 512,
155
+ 512
156
+ ]
157
+ },
158
+ "observation.images.depth_right": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 512,
163
+ 512
164
+ ]
165
+ }
166
+ },
167
+ "output_features": {
168
+ "action": {
169
+ "type": "ACTION",
170
+ "shape": [
171
+ 16
172
+ ]
173
+ }
174
+ },
175
+ "device": "cuda",
176
+ "use_amp": false,
177
+ "push_to_hub": false,
178
+ "repo_id": null,
179
+ "private": null,
180
+ "tags": null,
181
+ "license": null,
182
+ "horizon": 32,
183
+ "n_action_steps": 16,
184
+ "drop_n_last_frames": 15,
185
+ "vision_backbone": "resnet34",
186
+ "crop_shape": [
187
+ 224,
188
+ 224
189
+ ],
190
+ "crop_is_random": true,
191
+ "pretrained_backbone_weights": null,
192
+ "use_group_norm": true,
193
+ "spatial_softmax_num_keypoints": 32,
194
+ "use_separate_rgb_encoder_per_camera": true,
195
+ "down_dims": [
196
+ 128,
197
+ 256,
198
+ 512,
199
+ 512
200
+ ],
201
+ "kernel_size": 3,
202
+ "n_groups": 8,
203
+ "diffusion_step_embed_dim": 512,
204
+ "use_film_scale_modulation": true,
205
+ "noise_scheduler_type": "DDPM",
206
+ "num_train_timesteps": 1000,
207
+ "beta_schedule": "squaredcos_cap_v2",
208
+ "beta_start": 0.0001,
209
+ "beta_end": 0.02,
210
+ "prediction_type": "sample",
211
+ "clip_sample": true,
212
+ "clip_sample_range": 1.0,
213
+ "num_inference_steps": null,
214
+ "do_mask_loss_for_padding": false,
215
+ "optimizer_lr": 0.0001,
216
+ "optimizer_betas": [
217
+ 0.95,
218
+ 0.999
219
+ ],
220
+ "optimizer_eps": 1e-08,
221
+ "optimizer_weight_decay": 1e-06,
222
+ "scheduler_name": "cosine",
223
+ "scheduler_warmup_steps": 500
224
+ },
225
+ "output_dir": "outputs/train/2025-09-20/23-29-45_integrated_so3_diffusion",
226
+ "job_name": "integrated_so3_diffusion",
227
+ "resume": false,
228
+ "seed": 1000,
229
+ "num_workers": 4,
230
+ "batch_size": 16,
231
+ "steps": 400000,
232
+ "eval_freq": 20000,
233
+ "log_freq": 200,
234
+ "save_checkpoint": true,
235
+ "save_freq": 8000,
236
+ "use_policy_training_preset": true,
237
+ "optimizer": {
238
+ "type": "adam",
239
+ "lr": 0.0001,
240
+ "weight_decay": 1e-06,
241
+ "grad_clip_norm": 10.0,
242
+ "betas": [
243
+ 0.95,
244
+ 0.999
245
+ ],
246
+ "eps": 1e-08
247
+ },
248
+ "scheduler": {
249
+ "type": "diffuser",
250
+ "num_warmup_steps": 500,
251
+ "name": "cosine"
252
+ },
253
+ "eval": {
254
+ "n_episodes": 50,
255
+ "batch_size": 50,
256
+ "use_async_envs": false
257
+ },
258
+ "wandb": {
259
+ "enable": true,
260
+ "disable_artifact": false,
261
+ "project": "lerobot",
262
+ "entity": null,
263
+ "notes": null,
264
+ "run_id": "xlex5ae7",
265
+ "mode": null
266
+ }
267
+ }
048000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,775 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 9.655223284759363e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505,
525
+ 506,
526
+ 507,
527
+ 508,
528
+ 509,
529
+ 510,
530
+ 511,
531
+ 512,
532
+ 513,
533
+ 514,
534
+ 515,
535
+ 516,
536
+ 517,
537
+ 518,
538
+ 519,
539
+ 520,
540
+ 521,
541
+ 522,
542
+ 523,
543
+ 524,
544
+ 525,
545
+ 526,
546
+ 527,
547
+ 528,
548
+ 529,
549
+ 530,
550
+ 531,
551
+ 532,
552
+ 533,
553
+ 534,
554
+ 535,
555
+ 536,
556
+ 537,
557
+ 538,
558
+ 539,
559
+ 540,
560
+ 541,
561
+ 542,
562
+ 543,
563
+ 544,
564
+ 545,
565
+ 546,
566
+ 547,
567
+ 548,
568
+ 549,
569
+ 550,
570
+ 551,
571
+ 552,
572
+ 553,
573
+ 554,
574
+ 555,
575
+ 556,
576
+ 557,
577
+ 558,
578
+ 559,
579
+ 560,
580
+ 561,
581
+ 562,
582
+ 563,
583
+ 564,
584
+ 565,
585
+ 566,
586
+ 567,
587
+ 568,
588
+ 569,
589
+ 570,
590
+ 571,
591
+ 572,
592
+ 573,
593
+ 574,
594
+ 575,
595
+ 576,
596
+ 577,
597
+ 578,
598
+ 579,
599
+ 580,
600
+ 581,
601
+ 582,
602
+ 583,
603
+ 584,
604
+ 585,
605
+ 586,
606
+ 587,
607
+ 588,
608
+ 589,
609
+ 590,
610
+ 591,
611
+ 592,
612
+ 593,
613
+ 594,
614
+ 595,
615
+ 596,
616
+ 597,
617
+ 598,
618
+ 599,
619
+ 600,
620
+ 601,
621
+ 602,
622
+ 603,
623
+ 604,
624
+ 605,
625
+ 606,
626
+ 607,
627
+ 608,
628
+ 609,
629
+ 610,
630
+ 611,
631
+ 612,
632
+ 613,
633
+ 614,
634
+ 615,
635
+ 616,
636
+ 617,
637
+ 618,
638
+ 619,
639
+ 620,
640
+ 621,
641
+ 622,
642
+ 623,
643
+ 624,
644
+ 625,
645
+ 626,
646
+ 627,
647
+ 628,
648
+ 629,
649
+ 630,
650
+ 631,
651
+ 632,
652
+ 633,
653
+ 634,
654
+ 635,
655
+ 636,
656
+ 637,
657
+ 638,
658
+ 639,
659
+ 640,
660
+ 641,
661
+ 642,
662
+ 643,
663
+ 644,
664
+ 645,
665
+ 646,
666
+ 647,
667
+ 648,
668
+ 649,
669
+ 650,
670
+ 651,
671
+ 652,
672
+ 653,
673
+ 654,
674
+ 655,
675
+ 656,
676
+ 657,
677
+ 658,
678
+ 659,
679
+ 660,
680
+ 661,
681
+ 662,
682
+ 663,
683
+ 664,
684
+ 665,
685
+ 666,
686
+ 667,
687
+ 668,
688
+ 669,
689
+ 670,
690
+ 671,
691
+ 672,
692
+ 673,
693
+ 674,
694
+ 675,
695
+ 676,
696
+ 677,
697
+ 678,
698
+ 679,
699
+ 680,
700
+ 681,
701
+ 682,
702
+ 683,
703
+ 684,
704
+ 685,
705
+ 686,
706
+ 687,
707
+ 688,
708
+ 689,
709
+ 690,
710
+ 691,
711
+ 692,
712
+ 693,
713
+ 694,
714
+ 695,
715
+ 696,
716
+ 697,
717
+ 698,
718
+ 699,
719
+ 700,
720
+ 701,
721
+ 702,
722
+ 703,
723
+ 704,
724
+ 705,
725
+ 706,
726
+ 707,
727
+ 708,
728
+ 709,
729
+ 710,
730
+ 711,
731
+ 712,
732
+ 713,
733
+ 714,
734
+ 715,
735
+ 716,
736
+ 717,
737
+ 718,
738
+ 719,
739
+ 720,
740
+ 721,
741
+ 722,
742
+ 723,
743
+ 724,
744
+ 725,
745
+ 726,
746
+ 727,
747
+ 728,
748
+ 729,
749
+ 730,
750
+ 731,
751
+ 732,
752
+ 733,
753
+ 734,
754
+ 735,
755
+ 736,
756
+ 737,
757
+ 738,
758
+ 739,
759
+ 740,
760
+ 741,
761
+ 742,
762
+ 743,
763
+ 744,
764
+ 745,
765
+ 746,
766
+ 747,
767
+ 748,
768
+ 749,
769
+ 750,
770
+ 751,
771
+ 752,
772
+ 753
773
+ ]
774
+ }
775
+ ]