Ο€β‚€.β‚… Β· piper_stacking_v2 β€” h50 baseline, FINAL (step 10,000)

Ο€β‚€.β‚… policy fine-tuned with openpi on the bimanual PiperX cube-stacking task. Trained on piper_stacking_v2 (111 eps, with gripper-opening + start-pose corrections), action_horizon=50, same recipe as the v1 baseline for a clean comparison.

Base pi05_base Β· full fine-tune (no LoRA) Β· batch 32 Β· final train loss 0.0016. Embodiment piperx_bimanual (14-D state/action, cams cam_front/cam_left_wrist/cam_right_wrist). Contents: params/ (EMA inference weights) + assets/piperx_bimanual/norm_stats.json + _CHECKPOINT_METADATA (29 GB optimizer train_state/ excluded).

Load (openpi)

Requires the piperx-openpi fork with the pi05_piper_stacking_v2 config (see PR #11).

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_v2"))
policy = policy_config.create_trained_policy(_config.get_config("pi05_piper_stacking_v2"), ckpt)
action = policy.infer(obs)["actions"]
Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading

Dataset used to train axiboai/pi05_piper_stacking_v2