pravsels commited on
Commit
5fc42e4
·
verified ·
1 Parent(s): e6b95ec

Upload step 004000

Browse files
checkpoints/004000/pretrained_model/config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "molmoact2",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 12
9
+ ]
10
+ },
11
+ "observation.images.left_wrist": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 720,
16
+ 1280
17
+ ]
18
+ },
19
+ "observation.images.right_wrist": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 720,
24
+ 1280
25
+ ]
26
+ },
27
+ "observation.images.top": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 576,
32
+ 1024
33
+ ]
34
+ }
35
+ },
36
+ "output_features": {
37
+ "action": {
38
+ "type": "ACTION",
39
+ "shape": [
40
+ 12
41
+ ]
42
+ }
43
+ },
44
+ "device": "cuda",
45
+ "use_amp": false,
46
+ "use_peft": false,
47
+ "push_to_hub": false,
48
+ "repo_id": null,
49
+ "private": null,
50
+ "tags": null,
51
+ "license": null,
52
+ "pretrained_path": null,
53
+ "checkpoint_path": "allenai/MolmoAct2",
54
+ "checkpoint_revision": null,
55
+ "checkpoint_force_download": false,
56
+ "trust_remote_code": true,
57
+ "chunk_size": 30,
58
+ "n_action_steps": 30,
59
+ "action_mode": "continuous",
60
+ "inference_action_mode": null,
61
+ "discrete_action_tokenizer": "allenai/MolmoAct2-FAST-Tokenizer",
62
+ "discrete_generation_max_steps": null,
63
+ "norm_tag": null,
64
+ "setup_type": "bimanual so100/so101 robotic arms in molmoact2",
65
+ "control_mode": "absolute joint pose",
66
+ "image_keys": [
67
+ "observation.images.top",
68
+ "observation.images.left_wrist",
69
+ "observation.images.right_wrist"
70
+ ],
71
+ "normalize_language": true,
72
+ "add_setup_tokens": true,
73
+ "add_control_tokens": true,
74
+ "normalize_gripper": false,
75
+ "num_state_tokens": 256,
76
+ "max_sequence_length": null,
77
+ "expected_max_action_dim": 32,
78
+ "num_flow_timesteps": 8,
79
+ "flow_matching_cutoff": 1.0,
80
+ "flow_matching_time_offset": 0.001,
81
+ "flow_matching_time_scale": 0.999,
82
+ "flow_matching_beta_alpha": 1.0,
83
+ "flow_matching_beta_beta": 1.5,
84
+ "num_inference_steps": null,
85
+ "mask_action_dim_padding": true,
86
+ "enable_inference_cuda_graph": true,
87
+ "per_episode_seed": false,
88
+ "eval_seed": null,
89
+ "rtc_config": null,
90
+ "enable_lora_vlm": false,
91
+ "lora_rank": 64,
92
+ "lora_alpha": 16,
93
+ "lora_dropout": 0.05,
94
+ "lora_bias": "none",
95
+ "enable_lora_action_expert": false,
96
+ "enable_knowledge_insulation": false,
97
+ "freeze_embedding": true,
98
+ "train_action_expert_only": true,
99
+ "gradient_checkpointing": true,
100
+ "model_dtype": "bfloat16",
101
+ "softmax_auxiliary_loss": true,
102
+ "softmax_auxiliary_loss_scale": 0.0001,
103
+ "discrete_loss_token_weighting": "root_subsegments_root_tokens",
104
+ "optimizer_lr": 1e-05,
105
+ "optimizer_vit_lr": 5e-06,
106
+ "optimizer_connector_lr": 5e-06,
107
+ "optimizer_action_expert_lr": 5e-05,
108
+ "optimizer_betas": [
109
+ 0.9,
110
+ 0.95
111
+ ],
112
+ "optimizer_eps": 1e-06,
113
+ "optimizer_weight_decay": 0.0,
114
+ "optimizer_grad_clip_norm": 1.0,
115
+ "scheduler_warmup_steps": 200,
116
+ "scheduler_decay_steps": 30000,
117
+ "scheduler_decay_lr": 1e-06,
118
+ "normalization_mapping": {
119
+ "ACTION": "MEAN_STD",
120
+ "STATE": "MEAN_STD",
121
+ "VISUAL": "IDENTITY"
122
+ },
123
+ "dataset_feature_names": {
124
+ "action": [
125
+ "left_shoulder_pan.pos",
126
+ "left_shoulder_lift.pos",
127
+ "left_elbow_flex.pos",
128
+ "left_wrist_flex.pos",
129
+ "left_wrist_roll.pos",
130
+ "left_gripper.pos",
131
+ "right_shoulder_pan.pos",
132
+ "right_shoulder_lift.pos",
133
+ "right_elbow_flex.pos",
134
+ "right_wrist_flex.pos",
135
+ "right_wrist_roll.pos",
136
+ "right_gripper.pos"
137
+ ],
138
+ "observation.state": [
139
+ "left_shoulder_pan.pos",
140
+ "left_shoulder_lift.pos",
141
+ "left_elbow_flex.pos",
142
+ "left_wrist_flex.pos",
143
+ "left_wrist_roll.pos",
144
+ "left_gripper.pos",
145
+ "right_shoulder_pan.pos",
146
+ "right_shoulder_lift.pos",
147
+ "right_elbow_flex.pos",
148
+ "right_wrist_flex.pos",
149
+ "right_wrist_roll.pos",
150
+ "right_gripper.pos"
151
+ ]
152
+ }
153
+ }
checkpoints/004000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0fd7b3ba37cca9b3f1fb769e2c125917394932e77bd83847087597006f52307
3
+ size 10884573720
checkpoints/004000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "molmoact2_clamp_action",
6
+ "config": {}
7
+ },
8
+ {
9
+ "registry_name": "molmoact2_masked_unnormalizer",
10
+ "config": {
11
+ "eps": 1e-08,
12
+ "features": {
13
+ "action": {
14
+ "type": "ACTION",
15
+ "shape": [
16
+ 12
17
+ ]
18
+ }
19
+ },
20
+ "norm_map": {
21
+ "ACTION": "MEAN_STD",
22
+ "STATE": "MEAN_STD",
23
+ "VISUAL": "IDENTITY"
24
+ }
25
+ },
26
+ "state_file": "policy_postprocessor_step_1_molmoact2_masked_unnormalizer.safetensors"
27
+ },
28
+ {
29
+ "registry_name": "device_processor",
30
+ "config": {
31
+ "device": "cpu",
32
+ "float_dtype": null
33
+ }
34
+ }
35
+ ]
36
+ }
checkpoints/004000/pretrained_model/policy_postprocessor_step_1_molmoact2_masked_unnormalizer.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2173f9b3293b5c2265d68ee89ac2a1b6475f70981b629e03f9f943c38b3a25
3
+ size 9392
checkpoints/004000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "molmoact2_masked_normalizer",
16
+ "config": {
17
+ "eps": 1e-08,
18
+ "features": {
19
+ "observation.state": {
20
+ "type": "STATE",
21
+ "shape": [
22
+ 12
23
+ ]
24
+ },
25
+ "observation.images.left_wrist": {
26
+ "type": "VISUAL",
27
+ "shape": [
28
+ 3,
29
+ 720,
30
+ 1280
31
+ ]
32
+ },
33
+ "observation.images.right_wrist": {
34
+ "type": "VISUAL",
35
+ "shape": [
36
+ 3,
37
+ 720,
38
+ 1280
39
+ ]
40
+ },
41
+ "observation.images.top": {
42
+ "type": "VISUAL",
43
+ "shape": [
44
+ 3,
45
+ 576,
46
+ 1024
47
+ ]
48
+ },
49
+ "action": {
50
+ "type": "ACTION",
51
+ "shape": [
52
+ 12
53
+ ]
54
+ }
55
+ },
56
+ "norm_map": {
57
+ "ACTION": "MEAN_STD",
58
+ "STATE": "MEAN_STD",
59
+ "VISUAL": "IDENTITY"
60
+ }
61
+ },
62
+ "state_file": "policy_preprocessor_step_2_molmoact2_masked_normalizer.safetensors"
63
+ },
64
+ {
65
+ "registry_name": "molmoact2_clamp_normalized",
66
+ "config": {}
67
+ },
68
+ {
69
+ "registry_name": "molmoact2_pack_inputs",
70
+ "config": {
71
+ "checkpoint_path": "allenai/MolmoAct2",
72
+ "checkpoint_revision": null,
73
+ "checkpoint_force_download": false,
74
+ "trust_remote_code": true,
75
+ "action_mode": "continuous",
76
+ "discrete_action_tokenizer": "allenai/MolmoAct2-FAST-Tokenizer",
77
+ "image_keys": [
78
+ "observation.images.top",
79
+ "observation.images.left_wrist",
80
+ "observation.images.right_wrist"
81
+ ],
82
+ "setup_type": "bimanual so100/so101 robotic arms in molmoact2",
83
+ "control_mode": "absolute joint pose",
84
+ "normalize_language": true,
85
+ "add_setup_tokens": true,
86
+ "add_control_tokens": true,
87
+ "num_state_tokens": 256,
88
+ "max_sequence_length": null,
89
+ "chunk_size": 30,
90
+ "max_action_dim": 32,
91
+ "env_action_dim": 12
92
+ }
93
+ },
94
+ {
95
+ "registry_name": "device_processor",
96
+ "config": {
97
+ "device": "cuda",
98
+ "float_dtype": null
99
+ }
100
+ }
101
+ ]
102
+ }
checkpoints/004000/pretrained_model/policy_preprocessor_step_2_molmoact2_masked_normalizer.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2173f9b3293b5c2265d68ee89ac2a1b6475f70981b629e03f9f943c38b3a25
3
+ size 9392
checkpoints/004000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "villekuosmanen/armnetbench_transfer_cube",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": true,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ },
61
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "revision": null,
78
+ "use_imagenet_stats": true,
79
+ "video_backend": "pyav",
80
+ "return_uint8": false,
81
+ "streaming": false
82
+ },
83
+ "env": null,
84
+ "policy": {
85
+ "type": "molmoact2",
86
+ "n_obs_steps": 1,
87
+ "input_features": {
88
+ "observation.state": {
89
+ "type": "STATE",
90
+ "shape": [
91
+ 12
92
+ ]
93
+ },
94
+ "observation.images.left_wrist": {
95
+ "type": "VISUAL",
96
+ "shape": [
97
+ 3,
98
+ 720,
99
+ 1280
100
+ ]
101
+ },
102
+ "observation.images.right_wrist": {
103
+ "type": "VISUAL",
104
+ "shape": [
105
+ 3,
106
+ 720,
107
+ 1280
108
+ ]
109
+ },
110
+ "observation.images.top": {
111
+ "type": "VISUAL",
112
+ "shape": [
113
+ 3,
114
+ 576,
115
+ 1024
116
+ ]
117
+ }
118
+ },
119
+ "output_features": {
120
+ "action": {
121
+ "type": "ACTION",
122
+ "shape": [
123
+ 12
124
+ ]
125
+ }
126
+ },
127
+ "device": "cuda",
128
+ "use_amp": false,
129
+ "use_peft": false,
130
+ "push_to_hub": false,
131
+ "repo_id": null,
132
+ "private": null,
133
+ "tags": null,
134
+ "license": null,
135
+ "pretrained_path": null,
136
+ "checkpoint_path": "allenai/MolmoAct2",
137
+ "checkpoint_revision": null,
138
+ "checkpoint_force_download": false,
139
+ "trust_remote_code": true,
140
+ "chunk_size": 30,
141
+ "n_action_steps": 30,
142
+ "action_mode": "continuous",
143
+ "inference_action_mode": null,
144
+ "discrete_action_tokenizer": "allenai/MolmoAct2-FAST-Tokenizer",
145
+ "discrete_generation_max_steps": null,
146
+ "norm_tag": null,
147
+ "setup_type": "bimanual so100/so101 robotic arms in molmoact2",
148
+ "control_mode": "absolute joint pose",
149
+ "image_keys": [
150
+ "observation.images.top",
151
+ "observation.images.left_wrist",
152
+ "observation.images.right_wrist"
153
+ ],
154
+ "normalize_language": true,
155
+ "add_setup_tokens": true,
156
+ "add_control_tokens": true,
157
+ "normalize_gripper": false,
158
+ "num_state_tokens": 256,
159
+ "max_sequence_length": null,
160
+ "expected_max_action_dim": 32,
161
+ "num_flow_timesteps": 8,
162
+ "flow_matching_cutoff": 1.0,
163
+ "flow_matching_time_offset": 0.001,
164
+ "flow_matching_time_scale": 0.999,
165
+ "flow_matching_beta_alpha": 1.0,
166
+ "flow_matching_beta_beta": 1.5,
167
+ "num_inference_steps": null,
168
+ "mask_action_dim_padding": true,
169
+ "enable_inference_cuda_graph": true,
170
+ "per_episode_seed": false,
171
+ "eval_seed": null,
172
+ "rtc_config": null,
173
+ "enable_lora_vlm": false,
174
+ "lora_rank": 64,
175
+ "lora_alpha": 16,
176
+ "lora_dropout": 0.05,
177
+ "lora_bias": "none",
178
+ "enable_lora_action_expert": false,
179
+ "enable_knowledge_insulation": false,
180
+ "freeze_embedding": true,
181
+ "train_action_expert_only": true,
182
+ "gradient_checkpointing": true,
183
+ "model_dtype": "bfloat16",
184
+ "softmax_auxiliary_loss": true,
185
+ "softmax_auxiliary_loss_scale": 0.0001,
186
+ "discrete_loss_token_weighting": "root_subsegments_root_tokens",
187
+ "optimizer_lr": 1e-05,
188
+ "optimizer_vit_lr": 5e-06,
189
+ "optimizer_connector_lr": 5e-06,
190
+ "optimizer_action_expert_lr": 5e-05,
191
+ "optimizer_betas": [
192
+ 0.9,
193
+ 0.95
194
+ ],
195
+ "optimizer_eps": 1e-06,
196
+ "optimizer_weight_decay": 0.0,
197
+ "optimizer_grad_clip_norm": 1.0,
198
+ "scheduler_warmup_steps": 200,
199
+ "scheduler_decay_steps": 30000,
200
+ "scheduler_decay_lr": 1e-06,
201
+ "normalization_mapping": {
202
+ "ACTION": "MEAN_STD",
203
+ "STATE": "MEAN_STD",
204
+ "VISUAL": "IDENTITY"
205
+ },
206
+ "dataset_feature_names": {
207
+ "action": [
208
+ "left_shoulder_pan.pos",
209
+ "left_shoulder_lift.pos",
210
+ "left_elbow_flex.pos",
211
+ "left_wrist_flex.pos",
212
+ "left_wrist_roll.pos",
213
+ "left_gripper.pos",
214
+ "right_shoulder_pan.pos",
215
+ "right_shoulder_lift.pos",
216
+ "right_elbow_flex.pos",
217
+ "right_wrist_flex.pos",
218
+ "right_wrist_roll.pos",
219
+ "right_gripper.pos"
220
+ ],
221
+ "observation.state": [
222
+ "left_shoulder_pan.pos",
223
+ "left_shoulder_lift.pos",
224
+ "left_elbow_flex.pos",
225
+ "left_wrist_flex.pos",
226
+ "left_wrist_roll.pos",
227
+ "left_gripper.pos",
228
+ "right_shoulder_pan.pos",
229
+ "right_shoulder_lift.pos",
230
+ "right_elbow_flex.pos",
231
+ "right_wrist_flex.pos",
232
+ "right_wrist_roll.pos",
233
+ "right_gripper.pos"
234
+ ]
235
+ }
236
+ },
237
+ "reward_model": null,
238
+ "output_dir": "/workspace/vast_runs/molmoact2/checkpoints/molmoact2_transfer_cube_base",
239
+ "job_name": "molmoact2_transfer_cube_base",
240
+ "resume": false,
241
+ "seed": 1000,
242
+ "cudnn_deterministic": false,
243
+ "num_workers": 8,
244
+ "batch_size": 64,
245
+ "prefetch_factor": 4,
246
+ "persistent_workers": true,
247
+ "steps": 30000,
248
+ "eval_freq": -1,
249
+ "log_freq": 20,
250
+ "tolerance_s": 0.0001,
251
+ "save_checkpoint": true,
252
+ "save_freq": 2000,
253
+ "use_policy_training_preset": true,
254
+ "optimizer": {
255
+ "type": "adamw",
256
+ "lr": 1e-05,
257
+ "weight_decay": 0.0,
258
+ "grad_clip_norm": 1.0,
259
+ "betas": [
260
+ 0.9,
261
+ 0.95
262
+ ],
263
+ "eps": 1e-06
264
+ },
265
+ "scheduler": {
266
+ "type": "molmoact2_cosine_decay_with_warmup",
267
+ "num_warmup_steps": 200,
268
+ "num_decay_steps": 30000,
269
+ "peak_lr": 1e-05,
270
+ "decay_lr": 1e-06
271
+ },
272
+ "eval": {
273
+ "n_episodes": 50,
274
+ "batch_size": 50,
275
+ "use_async_envs": true
276
+ },
277
+ "wandb": {
278
+ "enable": true,
279
+ "disable_artifact": false,
280
+ "project": "molmoact2_transfer_cube",
281
+ "entity": "pravsels",
282
+ "notes": null,
283
+ "run_id": "7y56xg6u",
284
+ "mode": "offline",
285
+ "add_tags": true
286
+ },
287
+ "peft": null,
288
+ "sample_weighting": null,
289
+ "rename_map": {},
290
+ "checkpoint_path": null
291
+ }