Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ license: apache-2.0
|
|
| 6 |
This repository provides the official release of the Pi0 model trained with the whole VLABench's official primitive tasks dataset.
|
| 7 |
|
| 8 |
|
| 9 |
-
|
| 10 |
To run this checkpoint, please clone this repo: https://github.com/Shiduo-zh/openpi, and checkout to the branch `main`.
|
| 11 |
Assume that you download this checkpoints and put it in the directory `checkpoints`, to run the policy as server, please run:
|
| 12 |
```sh
|
|
@@ -18,7 +18,7 @@ After serving the policy, open another terminal and run:
|
|
| 18 |
bash vla_bench_scipts/multi_run_vlabench.sh <Your path to store the evaluate results>
|
| 19 |
```
|
| 20 |
|
| 21 |
-
|
| 22 |
To reproduce the training result, please run the training script with the config `pi05_ft_vlabench_primitive`.
|
| 23 |
```sh
|
| 24 |
XLA_PYTHON_CLIENT_MEM_FRACTION=0.95 uv run scripts/train.py pi0_ft_vlabench_primitive --exp-name=pi0_ft_vlabench_primitive --overwrite
|
|
@@ -26,7 +26,7 @@ XLA_PYTHON_CLIENT_MEM_FRACTION=0.95 uv run scripts/train.py pi0_ft_vlabench_prim
|
|
| 26 |
|
| 27 |
Our checkpoint is trained on 8 H100 for 30k iterations, with 5000 episodes data acrossing 10 tasks.
|
| 28 |
|
| 29 |
-
|
| 30 |
The reference success rate of this model is:
|
| 31 |
| Track | add_condiment | insert_flower | select_book | select_chemistry_tube | select_drink | select_fruit | select_mahjong | select_painting | select_poker | select_toy | Avg_SR |
|
| 32 |
|----------------------------|---------------|---------------|-----------------|-----------------|--------------------|--------------------|-----------------|-----------------|-------------------|-------------------|--------|
|
|
|
|
| 6 |
This repository provides the official release of the Pi0 model trained with the whole VLABench's official primitive tasks dataset.
|
| 7 |
|
| 8 |
|
| 9 |
+
## Evaluation
|
| 10 |
To run this checkpoint, please clone this repo: https://github.com/Shiduo-zh/openpi, and checkout to the branch `main`.
|
| 11 |
Assume that you download this checkpoints and put it in the directory `checkpoints`, to run the policy as server, please run:
|
| 12 |
```sh
|
|
|
|
| 18 |
bash vla_bench_scipts/multi_run_vlabench.sh <Your path to store the evaluate results>
|
| 19 |
```
|
| 20 |
|
| 21 |
+
## Train
|
| 22 |
To reproduce the training result, please run the training script with the config `pi05_ft_vlabench_primitive`.
|
| 23 |
```sh
|
| 24 |
XLA_PYTHON_CLIENT_MEM_FRACTION=0.95 uv run scripts/train.py pi0_ft_vlabench_primitive --exp-name=pi0_ft_vlabench_primitive --overwrite
|
|
|
|
| 26 |
|
| 27 |
Our checkpoint is trained on 8 H100 for 30k iterations, with 5000 episodes data acrossing 10 tasks.
|
| 28 |
|
| 29 |
+
## Reference Results
|
| 30 |
The reference success rate of this model is:
|
| 31 |
| Track | add_condiment | insert_flower | select_book | select_chemistry_tube | select_drink | select_fruit | select_mahjong | select_painting | select_poker | select_toy | Avg_SR |
|
| 32 |
|----------------------------|---------------|---------------|-----------------|-----------------|--------------------|--------------------|-----------------|-----------------|-------------------|-------------------|--------|
|