A minimal, open-sourceable toolkit for reproducing the local pi0.6-style RECAP pipeline from this workspace, without bundling unrelated pi05 training code, local datasets, or model weights.
pi06_recap/: core package for manifest building, VF training/scoring, and advantage labelingscripts/: runnable entrypoints plus openpi prompt-patch helpersdocs/REPRODUCE_PI06_RECAP.md: end-to-end reproduction notesdocs/SOURCE_NOTES.md: source/reference notes kept from the original workspace
- local datasets
- model checkpoints / downloaded base models
- cluster-specific
slurmlaunchers - local
RLinf RECAPworkspace state - unrelated
pi05training code and artifacts
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements-vf.txtThen follow docs/REPRODUCE_PI06_RECAP.md.
This export intentionally strips:
- large model files
- local logs and outputs
- machine-specific absolute-path configs
- cached environments
You should replace any example paths in docs/scripts with paths valid for your own machine.