yypeng666 commited on
Commit
726c193
·
verified ·
1 Parent(s): c6a5d52

model card

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -5,21 +5,21 @@ pipeline_tag: robotics
5
  tags: [robotics, vla, gr00t, gr00t-n1.6, manipulation, maniguard, franka]
6
  ---
7
 
8
- # GR00T-N1.6 - Clutter (joint, 2-cam)
9
 
10
- NVIDIA Isaac **GR00T-N1.6-3B** fine-tuned on the ManiGuard **clutter** base task (sim
11
- Franka Panda). Part of the ManiGuard VLA benchmark - GR00T vs pi0.5 on the same task
12
- families with identical data, cameras, and controller.
13
 
14
  ## Model
15
  - **Base:** [nvidia/GR00T-N1.6-3B](https://huggingface.co/nvidia/GR00T-N1.6-3B) - Eagle (nvidia/Eagle-Block2A-2B-v2) VLM + flow-matching DiT action head
16
  - **Embodiment:** NEW_EMBODIMENT - Franka Panda, **8-D joint** state/action (7 arm joints + 1 gripper)
17
  - **Cameras (2):** image_left (overview) + wrist (256x256)
18
- - **Action:** arm = state-relative chunks, gripper = absolute; 16-step horizon; NON_EEF (joint space)
19
  - **Tuning:** GR00T-N1.6 default - VLM (LLM + visual) **frozen**, train projector + diffusion action head (**no LoRA**)
20
 
21
  ## Training
22
- - 8-card config, DeepSpeed ZeRO-2, bf16, global batch 4, 50000 steps (~8 epochs over 23,904 frames), cosine LR (peak 2e-4, sqrt-scaled), warmup 0.05
23
  - Data: [IDEAS-Lab-Northwestern/sim2real-clutter-task0048-sim-joint-5cam](https://huggingface.co/datasets/IDEAS-Lab-Northwestern/sim2real-clutter-task0048-sim-joint-5cam); videos decoded as H.264 for GR00T's torchcodec loader
24
 
25
  ## Usage
 
5
  tags: [robotics, vla, gr00t, gr00t-n1.6, manipulation, maniguard, franka]
6
  ---
7
 
8
+ # GR00T-N1.6 - Sim2Real Clutter (task_0048) (joint, 2-cam)
9
 
10
+ NVIDIA Isaac **GR00T-N1.6-3B** fine-tuned on the ManiGuard **clutter-task0048** base task (sim Franka Panda).
11
+ Part of the ManiGuard VLA benchmark - GR00T vs pi0.5 on the same task families with
12
+ identical data, cameras, and controller.
13
 
14
  ## Model
15
  - **Base:** [nvidia/GR00T-N1.6-3B](https://huggingface.co/nvidia/GR00T-N1.6-3B) - Eagle (nvidia/Eagle-Block2A-2B-v2) VLM + flow-matching DiT action head
16
  - **Embodiment:** NEW_EMBODIMENT - Franka Panda, **8-D joint** state/action (7 arm joints + 1 gripper)
17
  - **Cameras (2):** image_left (overview) + wrist (256x256)
18
+ - **Action:** arm = state-relative chunks (reconstructed to absolute at inference), gripper = absolute; 16-step horizon at 30 fps (0.53 s); NON_EEF (joint space)
19
  - **Tuning:** GR00T-N1.6 default - VLM (LLM + visual) **frozen**, train projector + diffusion action head (**no LoRA**)
20
 
21
  ## Training
22
+ - single-card config, bf16, global batch 4, 50000 steps (~8 epochs over 23,904 frames), cosine LR (peak 2.5e-5, sqrt-scaled), warmup 0.05
23
  - Data: [IDEAS-Lab-Northwestern/sim2real-clutter-task0048-sim-joint-5cam](https://huggingface.co/datasets/IDEAS-Lab-Northwestern/sim2real-clutter-task0048-sim-joint-5cam); videos decoded as H.264 for GR00T's torchcodec loader
24
 
25
  ## Usage