Trained ACT (Action Chunking with Transformers) policy for bimanual battery sorting with SO100 robot arms.
The robot picks a target battery from a pile of objects and places it into a basket, achieving 86% average success rate across 200 evaluation trials.
GitHub: alanyukeroo/bimanual-battery-picker
Course: TECHIN 517 — University of Washington, Spring 2026
Team: Alan Nur · Fan Zhang · Wei Chang
1# Download the model
2hf download alannur/bimanual-battery-picker-act \
3 --local-dir outputs/train/act-bimanual-battery-v4/checkpoints/last/pretrained_model
4
5# Run on real robot (see GitHub repo for full setup)
6bash scripts/eval.sh
See the
GitHub repo for full setup and usage instructions.