Wuji Writing Pi0.5 (action_dim=54)

Pi0.5 finetune on the Wuji 毛笔 (Chinese calligraphy brush) writing dataset. Dual ARX-5 + dual dexterous hands, 54-dim state/action, 3 cameras (stereo_left as the base + left/right wrist).

Available checkpoints

Each subdirectory is a self-contained inference-ready ckpt (model.safetensors + metadata.pt + assets/).

Path Training step Approx. epochs
25k/ 25,000 ~2
50k/ 50,000 ~4 (pending upload when training reaches step)

optimizer.pt is intentionally not uploaded (~13 GB). These ckpts are for inference / serving; to resume training, retrain from pi05_base_pytorch_a54 or contact the authors.

Use

# Download one of the steps -- here 25k
huggingface-cli download yeeeiii111/wuji-writing-pi05 \
  --include "25k/*" --local-dir ./pi05_writing
# (the contents land at ./pi05_writing/25k/{model.safetensors, metadata.pt, assets/...})

# Serve from the openpi repo (Qingxin-Wang/openpi-writing@remote/pi05_writing):
.venv/bin/python scripts/serve_policy.py policy:checkpoint \
  --policy.config=pi05_writing \
  --policy.dir=./pi05_writing/25k \
  --port=8000

Client side: see docs/writing_baseline.md.

Downloads last month

-

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