Views
No views yet
| Policy | ACT (policy.type=act) |
| Dataset | sotata/okura-pick-tree-20260615 (LeRobot v3.0) |
| Robot | Unitree G1 (Unitree_G1_Dex1) |
| Observation | 2 cameras — observation.images.cam_high, observation.images.cam_right_wrist (480×640×3) + 16-dim observation.state |
| Action | 16-dim (chunk_size 100) |
| Training | 100,000 steps, batch_size 8, final loss ~0.025 |
| Hardware / time | AWS EC2 g5.2xlarge (NVIDIA A10G 24GB), ~4.6 h |
| W&B run | https://wandb.ai/soutamiyajima4-/lerobot-act-okura/runs/h3lefecq |
⚠️ I/O differs from the earlier right-arm modelsotata/act-okura-pick-right-06112026(8-dim, 1 camera). This model is 16-dim with 2 cameras — the inference side (unitree_lerobot) must match this camera/dimension layout.
--policy.path:1python src/lerobot/scripts/lerobot_train.py \
2 --policy.path=sotata/act-okura-pick-tree-06152026 \
3 ...1from lerobot.policies.act.modeling_act import ACTPolicy
2policy = ACTPolicy.from_pretrained("sotata/act-okura-pick-tree-06152026")pretrained_model set required for inference: config.json, model.safetensors, and the pre/post-processors (normalizer / unnormalizer) — model.safetensors alone is not sufficient.