VLABench/pi05-primitive-10task

Model

2

stars

5

commits

2

linked in READMEs

Nov 11, 2025

updated

README

Pi05 official implementation trained on VLABench datasets.

This repository provides the official release of the Pi 0.5 model with the stop-gradient mechanism enabled, trained with the whole VLABench's official primitive tasks dataset.

Evaluation

To run this checkpoint, please clone this repo: https://github.com/Shiduo-zh/openpi, and checkout to the branch pi05. Assume that you download this checkpoints and put it in the directory checkpoints, to run the policy as server, please run:

bash vla_bench_scipts/serve_policy.sh pi05_ft_vlabench_primitive checkpoints/VLABench/pi05-primitive-10task/sg_pi05_base/29999/

After serving the policy, open another terminal and run:

bash vla_bench_scipts/multi_run_vlabench.sh <Your path to store the evaluate results>

Train

To reproduce the training result, please run the training script with the config pi05_ft_vlabench_primitive.

XLA_PYTHON_CLIENT_MEM_FRACTION=0.95 uv run scripts/train.py pi05_ft_vlabench_primitive --exp-name=pi05_ft_vlabench_primitive --overwrite

Our checkpoint is trained on 8 H100 for 30k iterations, with 5000 episodes data acrossing 10 tasks.

Reference Results

The reference success rate of this model is:

Trackadd_condimentinsert_flowerselect_bookselect_chemistry_tubeselect_drinkselect_fruitselect_mahjongselect_paintingselect_pokerselect_toyAvg_SR
track_1_in_distribution0.560.220.5450.3670.440.420.380.30.520.30.406
track_2_cross_category0.060.040.020.160.100.360.270.320.50.240.226
track_3_common_sense0.20.10.3830.320.10.200.240.20.060.18
track_4_semantic_instruction0.020.10.3330.2450.300.140.2050.120.040.0740.161
track_6_unseen_texture0.480.10.3830.3540.180.20.2170.30.320.080.256

Contributors

CyberDJ

5 commits

VLABench/pi05-primitive-10task

Model

2

stars

5

commits

2

linked in READMEs

Nov 11, 2025

updated

README

Pi05 official implementation trained on VLABench datasets.

This repository provides the official release of the Pi 0.5 model with the stop-gradient mechanism enabled, trained with the whole VLABench's official primitive tasks dataset.

Evaluation

To run this checkpoint, please clone this repo: https://github.com/Shiduo-zh/openpi, and checkout to the branch pi05. Assume that you download this checkpoints and put it in the directory checkpoints, to run the policy as server, please run:

bash vla_bench_scipts/serve_policy.sh pi05_ft_vlabench_primitive checkpoints/VLABench/pi05-primitive-10task/sg_pi05_base/29999/

After serving the policy, open another terminal and run:

bash vla_bench_scipts/multi_run_vlabench.sh <Your path to store the evaluate results>

Train

To reproduce the training result, please run the training script with the config pi05_ft_vlabench_primitive.

XLA_PYTHON_CLIENT_MEM_FRACTION=0.95 uv run scripts/train.py pi05_ft_vlabench_primitive --exp-name=pi05_ft_vlabench_primitive --overwrite

Our checkpoint is trained on 8 H100 for 30k iterations, with 5000 episodes data acrossing 10 tasks.

Reference Results

The reference success rate of this model is:

Trackadd_condimentinsert_flowerselect_bookselect_chemistry_tubeselect_drinkselect_fruitselect_mahjongselect_paintingselect_pokerselect_toyAvg_SR
track_1_in_distribution0.560.220.5450.3670.440.420.380.30.520.30.406
track_2_cross_category0.060.040.020.160.100.360.270.320.50.240.226
track_3_common_sense0.20.10.3830.320.10.200.240.20.060.18
track_4_semantic_instruction0.020.10.3330.2450.300.140.2050.120.040.0740.161
track_6_unseen_texture0.480.10.3830.3540.180.20.2170.30.320.080.256

Contributors

CyberDJ

5 commits