Views
No views yet
pi0_base_pytorch with the 3 action_dim-bound
projection layers (state_proj, action_in_proj, action_out_proj,
with their biases) reinitialised to fit 54-D — see
scripts/convert_base_ckpt_action_dim.pyseed=42, val_ratio=0.1,
byte-for-byte aligned with VAM's split)remote/pi05_writing — single branch carries pi05 + pi0 baselines)| 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 (~12.5 GB). These ckpts
are for inference / serving; to resume training, retrain from
pi0_base_pytorch_a54 or contact the authors.1# Download one of the steps -- here 25k
2huggingface-cli download yeeeiii111/wuji-writing-pi0 \
3 --include "25k/*" --local-dir ./pi0_writing
4# (the contents land at ./pi0_writing/25k/{model.safetensors, metadata.pt, assets/...})
5
6# Serve from the openpi repo (Qingxin-Wang/openpi-writing@remote/pi05_writing):
7.venv/bin/python scripts/serve_policy.py policy:checkpoint \
8 --policy.config=pi0_writing \
9 --policy.dir=./pi0_writing/25k \
10 --port=8000docs/writing_baseline.md.