VLABench/pi0-primitive-10task

Model

0

stars

6

commits

2

linked in READMEs

Nov 11, 2025

updated

README

Pi0 official implementation trained on VLABench datasets.

This repository provides the official release of the Pi0 model 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 main. 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 pi0_ft_vlabench_primitive checkpoints/VLABench/pi0-primitive-10task/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 pi0_ft_vlabench_primitive --exp-name=pi0_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.660.180.6940.520.520.380.250.460.540.50.47
track_2_cross_category0.140.040.0640.120.2240.460.020.260.260.360.212
track_3_common_sense0.340.220.4170.70.080.0830.1250.50.060.380.291
track_4_semantic_instruction0.260.020.3110.060.10.060.120.560.120.120.173
track_6_unseen_texture0.560.10.7140.280.440.300.020.30.280.180.322

Contributors

CyberDJ

6 commits

VLABench/pi0-primitive-10task

Model

0

stars

6

commits

2

linked in READMEs

Nov 11, 2025

updated

README

Pi0 official implementation trained on VLABench datasets.

This repository provides the official release of the Pi0 model 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 main. 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 pi0_ft_vlabench_primitive checkpoints/VLABench/pi0-primitive-10task/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 pi0_ft_vlabench_primitive --exp-name=pi0_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.660.180.6940.520.520.380.250.460.540.50.47
track_2_cross_category0.140.040.0640.120.2240.460.020.260.260.360.212
track_3_common_sense0.340.220.4170.70.080.0830.1250.50.060.380.291
track_4_semantic_instruction0.260.020.3110.060.10.060.120.560.120.120.173
track_6_unseen_texture0.560.10.7140.280.440.300.020.30.280.180.322

Contributors

CyberDJ

6 commits