Dexmal commited on
Commit
ee6b2da
·
verified ·
1 Parent(s): b84344f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc
3
+ base_model:
4
+ - Qwen/Qwen2.5-7B
5
+ - Dexmal/Dexbotic-Base
6
+ ---
7
+
8
+ This model provides an initialization checkpoint for fine-tuning Dexbotic CogACT Model
9
+
10
+
11
+ | Model | Description | Input Images | Action Dim | Model Size |
12
+ | - | - | - |- | - |
13
+ | Dexbotic-CogACT-HArm | Dual-arm CogACT model with multiple views input | Main View + Left Hand-View + Right Hand-View | 16D | 7B |
14
+
15
+
16
+ ## Action Dimension Description
17
+
18
+ We recommend using the following data formats to fully utilize the pretrained models:
19
+
20
+ 1. **Single-arm end-effector pose**: Organize 7D action data as `[xyz + rpy + gripper]`
21
+ 2. **Single-arm joint angles**: Organize 8D action data as `[joints + gripper]`
22
+ 3. **Dual-arm end-effector pose**: Organize 14D action data as `[left_arm_xyz + left_arm_rpy + left_arm_gripper + right_arm_xyz + right_arm_rpy + right_arm_gripper]`
23
+ 4. **Dual-arm joint angles**: Organize 16D action data as `[left_arm_joints + left_arm_gripper + right_arm_joints + right_arm_gripper]`