pravsels commited on
Commit
ba00f60
·
verified ·
1 Parent(s): fc74249

Upload step 006000

Browse files
checkpoints/006000/pretrained_model/config.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "molmoact2",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 576,
16
+ 1024
17
+ ]
18
+ },
19
+ "observation.images.top": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 576,
24
+ 1024
25
+ ]
26
+ },
27
+ "observation.images.wrist": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 720,
32
+ 1280
33
+ ]
34
+ }
35
+ },
36
+ "output_features": {
37
+ "action": {
38
+ "type": "ACTION",
39
+ "shape": [
40
+ 6
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": "single so100/so101 robotic arm in molmoact2",
65
+ "control_mode": "absolute joint pose",
66
+ "image_keys": [
67
+ "observation.images.top",
68
+ "observation.images.wrist",
69
+ "observation.images.front"
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
+ "shoulder_pan.pos",
126
+ "shoulder_lift.pos",
127
+ "elbow_flex.pos",
128
+ "wrist_flex.pos",
129
+ "wrist_roll.pos",
130
+ "gripper.pos"
131
+ ],
132
+ "observation.state": [
133
+ "shoulder_pan.pos",
134
+ "shoulder_lift.pos",
135
+ "elbow_flex.pos",
136
+ "wrist_flex.pos",
137
+ "wrist_roll.pos",
138
+ "gripper.pos"
139
+ ]
140
+ }
141
+ }
checkpoints/006000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27e1fdb35bd88ce50fe61d755dd0ea5f3332277e05a374b401ef23ae0105536
3
+ size 10884573720
checkpoints/006000/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
+ 6
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/006000/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:cacac1036aaa14ca3cda1c3ee9c1bbc3188a6c079e7f4afb38b23419053eb359
3
+ size 8728
checkpoints/006000/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
+ 6
23
+ ]
24
+ },
25
+ "observation.images.front": {
26
+ "type": "VISUAL",
27
+ "shape": [
28
+ 3,
29
+ 576,
30
+ 1024
31
+ ]
32
+ },
33
+ "observation.images.top": {
34
+ "type": "VISUAL",
35
+ "shape": [
36
+ 3,
37
+ 576,
38
+ 1024
39
+ ]
40
+ },
41
+ "observation.images.wrist": {
42
+ "type": "VISUAL",
43
+ "shape": [
44
+ 3,
45
+ 720,
46
+ 1280
47
+ ]
48
+ },
49
+ "action": {
50
+ "type": "ACTION",
51
+ "shape": [
52
+ 6
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.wrist",
80
+ "observation.images.front"
81
+ ],
82
+ "setup_type": "single so100/so101 robotic arm 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": 6
92
+ }
93
+ },
94
+ {
95
+ "registry_name": "device_processor",
96
+ "config": {
97
+ "device": "cuda",
98
+ "float_dtype": null
99
+ }
100
+ }
101
+ ]
102
+ }
checkpoints/006000/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:cacac1036aaa14ca3cda1c3ee9c1bbc3188a6c079e7f4afb38b23419053eb359
3
+ size 8728
checkpoints/006000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "villekuosmanen/armnetbench_tool_insert",
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
+ 6
92
+ ]
93
+ },
94
+ "observation.images.front": {
95
+ "type": "VISUAL",
96
+ "shape": [
97
+ 3,
98
+ 576,
99
+ 1024
100
+ ]
101
+ },
102
+ "observation.images.top": {
103
+ "type": "VISUAL",
104
+ "shape": [
105
+ 3,
106
+ 576,
107
+ 1024
108
+ ]
109
+ },
110
+ "observation.images.wrist": {
111
+ "type": "VISUAL",
112
+ "shape": [
113
+ 3,
114
+ 720,
115
+ 1280
116
+ ]
117
+ }
118
+ },
119
+ "output_features": {
120
+ "action": {
121
+ "type": "ACTION",
122
+ "shape": [
123
+ 6
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": "single so100/so101 robotic arm in molmoact2",
148
+ "control_mode": "absolute joint pose",
149
+ "image_keys": [
150
+ "observation.images.top",
151
+ "observation.images.wrist",
152
+ "observation.images.front"
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
+ "shoulder_pan.pos",
209
+ "shoulder_lift.pos",
210
+ "elbow_flex.pos",
211
+ "wrist_flex.pos",
212
+ "wrist_roll.pos",
213
+ "gripper.pos"
214
+ ],
215
+ "observation.state": [
216
+ "shoulder_pan.pos",
217
+ "shoulder_lift.pos",
218
+ "elbow_flex.pos",
219
+ "wrist_flex.pos",
220
+ "wrist_roll.pos",
221
+ "gripper.pos"
222
+ ]
223
+ }
224
+ },
225
+ "reward_model": null,
226
+ "output_dir": "/workspace/vast_runs/molmoact2/checkpoints/molmoact2_tool_insert_base",
227
+ "job_name": "molmoact2_tool_insert_base",
228
+ "resume": false,
229
+ "seed": 1000,
230
+ "cudnn_deterministic": false,
231
+ "num_workers": 8,
232
+ "batch_size": 64,
233
+ "prefetch_factor": 4,
234
+ "persistent_workers": true,
235
+ "steps": 30000,
236
+ "eval_freq": -1,
237
+ "log_freq": 20,
238
+ "tolerance_s": 0.0001,
239
+ "save_checkpoint": true,
240
+ "save_freq": 2000,
241
+ "use_policy_training_preset": true,
242
+ "optimizer": {
243
+ "type": "adamw",
244
+ "lr": 1e-05,
245
+ "weight_decay": 0.0,
246
+ "grad_clip_norm": 1.0,
247
+ "betas": [
248
+ 0.9,
249
+ 0.95
250
+ ],
251
+ "eps": 1e-06
252
+ },
253
+ "scheduler": {
254
+ "type": "molmoact2_cosine_decay_with_warmup",
255
+ "num_warmup_steps": 200,
256
+ "num_decay_steps": 30000,
257
+ "peak_lr": 1e-05,
258
+ "decay_lr": 1e-06
259
+ },
260
+ "eval": {
261
+ "n_episodes": 50,
262
+ "batch_size": 50,
263
+ "use_async_envs": true
264
+ },
265
+ "wandb": {
266
+ "enable": true,
267
+ "disable_artifact": false,
268
+ "project": "molmoact2_tool_insert",
269
+ "entity": "pravsels",
270
+ "notes": null,
271
+ "run_id": "8m94f03c",
272
+ "mode": "offline",
273
+ "add_tags": true
274
+ },
275
+ "peft": null,
276
+ "sample_weighting": null,
277
+ "rename_map": {},
278
+ "checkpoint_path": null
279
+ }