Official implementation of CVPR 2026 paper RehearseVLA: Simulated Post-Training for VLAs with Physically-Consistent World Model.
Follow the instructions in INSTALL.md.
Replace paths in config/paths.yaml
Download our pretrained models from here
Replace algo.checkpoint_path, algo.header_checkpoint, algo.lora_adaptor_ckpt to your path, then run
sh scripts/openvla_oft/eval/libero_goal.sh $NUM_GPUS
If you find this work useful, please cite:
@inproceedings{xiao2026rehearse,
title={RehearseVLA: Simulated Post-Training for VLAs with Physically-Consistent World Model},
author={Junjin Xiao and Yandan Yang and Xinyuan Chang and Ronghan Chen and Feng Xiong and Mu Xu and Wei-Shi Zheng and Qing Zhang},
year={2026},
booktitle = {CVPR},
}World-Env builds on open-source efforts of:
We sincerely thank the authors of the above projects for their open-source contributions.
