How to use from the
Use from the
Piper library
# 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

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
-
Video Preview
loading