shrg7 commited on
Commit
facff35
·
verified ·
1 Parent(s): 2243cef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - robotics
5
+ - vla
6
+ - molmoact2
7
+ - droid
8
+ ---
9
+
10
+ # MolmoAct2-DROID — absolute joint-pose full fine-tune
11
+
12
+ Full fine-tune of `allenai/MolmoAct2-DROID` on the filtered DROID mixture
13
+ (`shrg7/droid-equad-stage-1-jointabs`, LeRobot v3.0) with **absolute joint-pose**
14
+ action targets (arm[t] = q[t+1], 7 arm joints + gripper).
15
+
16
+ - Trainer: lerobot-native `MolmoAct2Policy` (continuous flow action expert)
17
+ - `control_mode="absolute joint pose"`, `action_mode=continuous`, chunk 15
18
+ - Norm stats derived from this dataset (avoids the franka_droid clip issue)
19
+ - Checkpoint: step 16000 (training in progress; this is an intermediate checkpoint)
20
+
21
+ Standard lerobot MolmoAct2 checkpoint dir: `model.safetensors` + `config.json` +
22
+ pre/post-processor pipelines (`policy_preprocessor*`, `policy_postprocessor*`) +
23
+ `train_config.json`.