Views
No views yet
pi05 model finetuned on the dataset mixed over LIBERO-Spatial, LIBERO-Goal, LIBERO-Object and LIBERO-Long, together with our trained Coin Flipping Network (CFN), as described in the paper Steering Vision-Language-Action Models as Anti-Exploration: A Test-Time Scaling Approach.
conda create -n taco python=3.10 -y
conda activate tacopip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0cd cfn/
pip install -e .
cd ..cd third_party/lerobot
pip install -e .
cd src/transformers
pip install -e .
cd ../../../..1# Download base policy checkpoints & CFN checkpoints
2### CFN state dict is saved at `cfns` sub-directory in the repo
3hf download rhodes-team-teleai/pi05_TACO_libero_finetuned --local-dir /path/to/your/dir --max-workers 16bash ./scripts/collect_inernal_representation/pi05_libero/collect.shbash ./scripts/train_cfn/train_cfn_example.shbash ./scripts/eval/eval_libero_pi05_taco.sh1@article{yang2025taco,
2 title={Steering Vision-Language-Action Models as Anti-Exploration: A Test-Time Scaling Approach},
3 author={Siyuan Yang, Yang Zhang, Haoran He, Ling Pan, Xiu Li, Chenjia Bai, Xuelong Li},
4 journal={arXiv preprint arXiv:2512.02834},
5 year={2025}
6}