Views
No views yet
cam_high, cam_right_wrist, cam_left_wrist) and 16-D qpos; they do not use depth, point clouds, end-effector poses, or privileged object state.| Track | Task | Epoch | Online result |
|---|---|---|---|
| T1 | adjust_bottle | best in 6000-epoch run | 0.59 SR |
| T2 | grab_roller | 2000 | 0.89 SR |
| T3 | stack_bowls_two | 4000 | 0.56 SR |
| T4 | stack_bowls_three | 8000 | 73.0 /100 |
policy_last.ckpt and its matching dataset_stats.pkl.temporal_agg: false. See manifest.json for the exact dataset and code mapping.| Parameter | Value |
|---|---|
| Visual backbone | ResNet-18 |
| Cameras | 3 RGB views |
| State/action dimension | 16 / 16 |
| Chunk size | 50 |
| Hidden/feed-forward dimension | 512 / 3200 |
| Encoder/decoder layers | 4 / 7 |
| Attention heads | 8 |
| Batch size | 8 |
| Learning rate | 1e-5 |
| Weight decay | 1e-4 |
| KL weight | 10 |
temporal_agg: false.1checkpoints/
2├── T1-adjust_bottle/{policy_last.ckpt,dataset_stats.pkl}
3├── T2-grab_roller/{policy_last.ckpt,dataset_stats.pkl}
4├── T3-stack_bowls_two/{policy_last.ckpt,dataset_stats.pkl}
5└── T4-stack_bowls_three/{policy_last.ckpt,dataset_stats.pkl}
6deploy_policy.yml
7manifest.json
8checksums.sha256policy_last.ckpt is a normalized distribution filename. It does not imply that the selected checkpoint was the last epoch of the source run. manifest.json records the source task, dataset setting, selected epoch, SHA256, deployment setting, and online result.policy_best.ckpt from the 6000-epoch run.dataset_stats.pkl in the same directory. Statistics from another task or data version are incompatible.1hf download han-xudong/troncamp-mani-act \
2 --local-dir troncamp-mani-act
3
4cd troncamp-mani-act
5sha256sum -c checksums.sha256
6
7cd /path/to/troncamp-mani
8python starter/eval_local.py --track T1 --ckpt-dir /path/to/troncamp-mani-act/checkpoints/T1-adjust_bottle
9python starter/eval_local.py --track T2 --ckpt-dir /path/to/troncamp-mani-act/checkpoints/T2-grab_roller
10python starter/eval_local.py --track T3 --ckpt-dir /path/to/troncamp-mani-act/checkpoints/T3-stack_bowls_two
11python starter/eval_local.py --track T4 --ckpt-dir /path/to/troncamp-mani-act/checkpoints/T4-stack_bowls_threechecksums.sha256 covers all published inference weights and matching dataset statistics. manifest.json binds them to the Dataset revision and GitHub release commit.LICENSE and NOTICE before redistribution. The checkpoints are simulation-trained research artifacts and carry no real-robot safety warranty.