Views
No views yet
libero_pfd_action512_partial_12x12_step62000.ptconfig.yamldataset_stats.jsonfastwam for compatibility with the original training and evaluation paths.libero_uncond_2cam224_1e-4fastwam_pfd_action512_partials1action512_partiallibero_uncond_2cam224.pt| Suite | Successes | Success Rate |
|---|---|---|
| LIBERO-Spatial | 493 / 500 | 98.60% |
| LIBERO-Object | 496 / 500 | 99.20% |
| LIBERO-Goal | 496 / 500 | 99.20% |
| LIBERO-10 | 477 / 500 | 95.40% |
| Overall | 1962 / 2000 | 98.10% |
eval/.1pip install -U huggingface_hub
2
3huggingface-cli download AmberJar/PFD \
4 libero_pfd_action512_partial_12x12_step62000.pt \
5 config.yaml \
6 dataset_stats.json \
7 eval/summary.json \
8 eval/task_success_rates.csv \
9 --local-dir ./checkpoints/pfd_libero_12x12_step620001export DIFFSYNTH_MODEL_BASE_PATH="$(pwd)/checkpoints"
2export DIFFSYNTH_SKIP_DOWNLOAD=true
3export LIBERO_CONFIG_PATH="$(pwd)/.libero_scratch"
4
5python experiments/libero/run_libero_manager.py \
6 task=libero_uncond_2cam224_1e-4 \
7 model=fastwam_pfd_action512_partial \
8 ckpt=./checkpoints/pfd_libero_12x12_step62000/libero_pfd_action512_partial_12x12_step62000.pt \
9 EVALUATION.dataset_stats_path=./checkpoints/pfd_libero_12x12_step62000/dataset_stats.json \
10 EVALUATION.num_trials=50 \
11 MULTIRUN.num_gpus=8 \
12 model.pfd.partial_unfreeze.action_last_layers=12 \
13 model.pfd.partial_unfreeze.video_last_layers=12SHA256SUMS and manifest.json for file hashes and provenance.1@article{fang2026pfd,
2 title={Privileged Foresight Distillation: Zero-Cost Future Correction for World Action Models},
3 author={Fang, Pengcheng and Chen, Hongli and Cai, Xiaohao},
4 journal={arXiv preprint arXiv:2604.25859},
5 year={2026}
6}