Views
No views yet
| Parameter | Value |
|---|---|
| Tuned components | Diffusion model, projector (vision encoder + LLM backbone frozen) |
| Training steps | 13000 |
| Global batch size | 32 |
| Learning rate | 1e-4 (cosine, warmup ratio 0.05) |
| Weight decay | 1e-5 |
| State dropout prob | 0.2 |
| Optimizer | adamw_torch |
| Precision | bf16 |
| Final training loss | ~0.024 (avg train_loss 0.060) |
| Action representation | single_arm relative, gripper absolute |
| Attention | Flash Attention 2 |
new_embodiment)single_arm — arm joint positions (relative)gripper — gripper position (absolute)front, wristannotation.human.task_description1uv run python gr00t/eval/open_loop_eval.py \
2 --dataset-path <path-to>/SO101_PickAndPlace_Fruit_lerobot \
3 --embodiment-tag NEW_EMBODIMENT \
4 --model-path <path-to>/checkpoint-13000 \
5 --traj-ids 0 --execution-horizon 16 --steps 400