Official implementation of World-Env: Leveraging World Model as a Virtual Environment for VLA Post-Training.
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:
@misc{xiao2025worldenvleveragingworldmodel,
title={World-Env: Leveraging World Model as a Virtual Environment for VLA Post-Training},
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={2025},
eprint={2509.24948},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2509.24948},
}World-Env builds on open-source efforts of:
We sincerely thank the authors of the above projects for their open-source contributions.
