Robotics
LeRobot
Safetensors
molmoact2
gimarchetti commited on
Commit
790ad6f
·
verified ·
1 Parent(s): 01fcaa3

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +1 -1
  3. train_config.json +6 -6
config.json CHANGED
@@ -70,7 +70,7 @@
70
  "trust_remote_code": true,
71
  "chunk_size": 30,
72
  "n_action_steps": 10,
73
- "action_mode": "both",
74
  "inference_action_mode": null,
75
  "discrete_action_tokenizer": "allenai/MolmoAct2-FAST-Tokenizer",
76
  "discrete_generation_max_steps": null,
@@ -104,7 +104,7 @@
104
  "lora_bias": "none",
105
  "enable_lora_action_expert": false,
106
  "enable_knowledge_insulation": false,
107
- "freeze_embedding": true,
108
  "train_action_expert_only": false,
109
  "gradient_checkpointing": true,
110
  "model_dtype": "bfloat16",
 
70
  "trust_remote_code": true,
71
  "chunk_size": 30,
72
  "n_action_steps": 10,
73
+ "action_mode": "continuous",
74
  "inference_action_mode": null,
75
  "discrete_action_tokenizer": "allenai/MolmoAct2-FAST-Tokenizer",
76
  "discrete_generation_max_steps": null,
 
104
  "lora_bias": "none",
105
  "enable_lora_action_expert": false,
106
  "enable_knowledge_insulation": false,
107
+ "freeze_embedding": false,
108
  "train_action_expert_only": false,
109
  "gradient_checkpointing": true,
110
  "model_dtype": "bfloat16",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d15a98f3d4062aee48286249d617dec63756cf8b79fc0e58562303c7dab90c09
3
  size 10884573720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec99eeffbaeda4415ee9107f285a5babf1e544a4b4c3d7dd1732ebf3df07503
3
  size 10884573720
train_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "root": "./dataset/clr_teleoperation_dataset_3",
5
  "episodes": null,
6
  "image_transforms": {
7
- "enable": false,
8
  "max_num_transforms": 3,
9
  "random_order": false,
10
  "tfs": {
@@ -76,7 +76,7 @@
76
  },
77
  "revision": null,
78
  "use_imagenet_stats": true,
79
- "video_backend": "pyav",
80
  "return_uint8": false,
81
  "streaming": false
82
  },
@@ -153,7 +153,7 @@
153
  "trust_remote_code": true,
154
  "chunk_size": 30,
155
  "n_action_steps": 10,
156
- "action_mode": "both",
157
  "inference_action_mode": null,
158
  "discrete_action_tokenizer": "allenai/MolmoAct2-FAST-Tokenizer",
159
  "discrete_generation_max_steps": null,
@@ -187,7 +187,7 @@
187
  "lora_bias": "none",
188
  "enable_lora_action_expert": false,
189
  "enable_knowledge_insulation": false,
190
- "freeze_embedding": true,
191
  "train_action_expert_only": false,
192
  "gradient_checkpointing": true,
193
  "model_dtype": "bfloat16",
@@ -224,7 +224,7 @@
224
  },
225
  "reward_model": null,
226
  "output_dir": "ckpt/clr-experiment-molmoact2-3",
227
- "job_name": "clr-experiment-molmoact2-3_2026-05-19_18-55-34",
228
  "resume": false,
229
  "seed": 1000,
230
  "cudnn_deterministic": false,
@@ -268,7 +268,7 @@
268
  "project": "lerobot",
269
  "entity": null,
270
  "notes": null,
271
- "run_id": "dsycnxz4",
272
  "mode": null,
273
  "add_tags": true
274
  },
 
4
  "root": "./dataset/clr_teleoperation_dataset_3",
5
  "episodes": null,
6
  "image_transforms": {
7
+ "enable": true,
8
  "max_num_transforms": 3,
9
  "random_order": false,
10
  "tfs": {
 
76
  },
77
  "revision": null,
78
  "use_imagenet_stats": true,
79
+ "video_backend": "torchcodec",
80
  "return_uint8": false,
81
  "streaming": false
82
  },
 
153
  "trust_remote_code": true,
154
  "chunk_size": 30,
155
  "n_action_steps": 10,
156
+ "action_mode": "continuous",
157
  "inference_action_mode": null,
158
  "discrete_action_tokenizer": "allenai/MolmoAct2-FAST-Tokenizer",
159
  "discrete_generation_max_steps": null,
 
187
  "lora_bias": "none",
188
  "enable_lora_action_expert": false,
189
  "enable_knowledge_insulation": false,
190
+ "freeze_embedding": false,
191
  "train_action_expert_only": false,
192
  "gradient_checkpointing": true,
193
  "model_dtype": "bfloat16",
 
224
  },
225
  "reward_model": null,
226
  "output_dir": "ckpt/clr-experiment-molmoact2-3",
227
+ "job_name": "clr-experiment-molmoact2-3_2026-05-19_21-27-38",
228
  "resume": false,
229
  "seed": 1000,
230
  "cudnn_deterministic": false,
 
268
  "project": "lerobot",
269
  "entity": null,
270
  "notes": null,
271
+ "run_id": "a57sp0s2",
272
  "mode": null,
273
  "add_tags": true
274
  },