Views
No views yet
| Inference regime | Success (%) |
|---|---|
| action-only | 98.4 |
| full joint | 98.5 |
flex-pi/flexpi-libero-fulljoint-star
scores 99.2 full joint and gives up the action-only mode.| Training data | flex-pi/libero_mujoco3.3.2_depth |
| Action space | 32-D, rotvec, arm-grouped |
| Cameras | agentview + wrist, composited at 448×512 (tshape_libero_2cam_448x512) |
| Visual streams | RGB and 3D pointmap through the frozen Wan-2.2 VAE, DINOv3 ViT-B/16 folded 2×2 |
| Flex regime | p_present_* = p_j* = 0.5, cross-modality forcing on |
| Checkpoint | step_010860, bf16, 12.1 GB |
huggingface-cli download flex-pi/flexpi-libero --local-dir ./checkpoints/flexpi-libero1CKPT=./checkpoints/flexpi-libero/checkpoints/weights/step_010860.pt \
2DATASET_STATS=./checkpoints/flexpi-libero/dataset_stats.json \
3GPUS=0,1,2,3,4,5,6,7 \
4 bash scripts/eval_flexpi_libero_4suite.sh1INFER_JOINT_VIDEO=false INFER_JOINT_DINO=false INFER_JOINT_POINTMAP=false \
2CKPT=... DATASET_STATS=... bash scripts/eval_flexpi_libero_4suite.shFlexPi inference regime: line echoed at startup. Evaluation needs ~15 GB of
VRAM. config.yaml and dataset_stats.json have to stay beside the weights:
the architecture is read back from the saved config, never respecified on the
command line.1@article{yan2026flexpi,
2 title = {Flex-$\pi$: A Multi-Stream World-Action Model with Compute Flexibility},
3 author = {Yan, Ge and Liu, Jinghao and Fan, Yuzhi and Cai, Lei and Liao, Minwen
4 and Zhang, Jesse and Fox, Dieter},
5 journal = {arXiv preprint arXiv:2608.10860},
6 year = {2026},
7 url = {https://arxiv.org/abs/2608.10860}
8}