File size: 484 Bytes
e6a66e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
library_name: openpi
tags:
- robotics
- vla
- pi05
- simvla
---

# pi05_simvla_post_train_task3_without_fast

SimVLA pi05 post-training checkpoint, step **50000**.

Contains `params/` and `assets/` only; the optimizer state (`train_state/`) was not
uploaded, so this checkpoint is for inference and evaluation, not for resuming training.

```python
from openpi.shared import download
path = download.maybe_download("hf://exaFLOPs09/pi05_simvla_post_train_task3_without_fast")
```