Instructions to use axiboai/pi05_piper_stacking_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Piper
How to use axiboai/pi05_piper_stacking_v3 with Piper:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
pi05_piper_stacking_v3 - step 9999
pi0.5 (action_horizon 50) full fine-tune of pi05_base on axiboai/piper_stacking_v3 (155 eps = v2 + ~44 corrections).
Latest checkpoint pushed: step 9999 / 10000. Inference artifacts only (params + assets/norm_stats; no train_state).
Prompt: stack red cube on blue cube
import pathlib
from huggingface_hub import snapshot_download
from openpi.training import config as _config
from openpi.policies import policy_config
ckpt = pathlib.Path(snapshot_download("axiboai/pi05_piper_stacking_v3"))
policy = policy_config.create_trained_policy(_config.get_config("pi05_piper_stacking_v3"), ckpt)
- Downloads last month
- -
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js