pravsels commited on
Commit
6959a0c
·
verified ·
1 Parent(s): 42b5762

Upload MolmoAct2 006000 train_config.json

Browse files
checkpoints/006000/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
+ }