A general-purpose VLA Model designed to unify vision, language, and action for robotics and autonomous driving.
๐ [technical report] ๐ค [model weights] ๐ค [project page]
You can download the pretraining models from HuggingFace, here we provide the links.
More details can be found in the World Model Training document.
# train the world model
bash scripts/pretrain/train_video_1node.sh
This model is used to serve as the prerained model for the downstream policy learning tasks, such as CALVIN, LIBERO, and SimplerEnv.
| Method | Mode | Setting | AVG | CKPT |
|---|---|---|---|---|
| UniVLA | video sft | ABCD->D | 4.63 (5x:4.71) | huggingface |
Note: 5ร means 5ร inference steps, i.e., 180 steps total.
# video sft
bash scripts/simulator/calvin/train_calvin_abcd_video.sh
| Method | Mode | SPATIAL | OBJECTS | GOAL | 10 | AVG | CKPT |
|---|---|---|---|---|---|---|---|
| UniVLA | img sft | 97.0 | 99.0 | 92.6 | 90.8 | 94.8 | huggingface |
| UniVLA | video sft | 95.4 | 98.8 | 93.6 | 94.0 | 95.5 | huggingface |
bash scripts/simulator/libero/train_libero_video.sh
| Method | Robot | Mode | Put Spoon | Put Carrot | Stack Block | Put Eggplant | AVG | CKPT |
|---|---|---|---|---|---|---|---|---|
| UniVLA | Bridge(WidowX) | video sft | 83.3 | 66.7 | 33.3 | 95.8 | 69.8 | huggingface |
bash scripts/simulator/simplerenv/train_simplerenv_bridge_video.sh
Here we provide a conda environment setup for the project.
conda create -n emu_vla python=3.10
pip install -r requirements.txt
OmniSim/ โโโ configs/ # Model configuration files โโโ models/ # Tokenizer and diffusion test โโโ train/ # Training dataset and pipeline โโโ reference/ # Reference code โ โโโ Emu3/ # Base code โ โโโ RoboVLMs/ # Evaluation code โโโ scripts/ # Shell scripts for training & evaluation โโโ tools/ # Data preprocessing tools โโโ README.md # Project description and user guide
Our work is built upon the following projects, Thanks for their great open-source work!
If you find this project useful, please consider citing our work:
@article{wang2025unified,
title={Unified Vision-Language-Action Model},
author={Wang, Yuqi and Li, Xinghang and Wang, Wenxuan and Zhang, Junbo and Li, Yingyan and Chen, Yuntao and Wang, Xinlong and Zhang, Zhaoxiang},
journal={arXiv preprint arXiv:2506.19850},
year={2025}
}
8 commits
2 commits
Python
53.9%
Jupyter Notebook
42.1%
Shell
4.0%
A general-purpose VLA Model designed to unify vision, language, and action for robotics and autonomous driving.
๐ [technical report] ๐ค [model weights] ๐ค [project page]
You can download the pretraining models from HuggingFace, here we provide the links.
More details can be found in the World Model Training document.
# train the world model
bash scripts/pretrain/train_video_1node.sh
This model is used to serve as the prerained model for the downstream policy learning tasks, such as CALVIN, LIBERO, and SimplerEnv.
| Method | Mode | Setting | AVG | CKPT |
|---|---|---|---|---|
| UniVLA | video sft | ABCD->D | 4.63 (5x:4.71) | huggingface |
Note: 5ร means 5ร inference steps, i.e., 180 steps total.
# video sft
bash scripts/simulator/calvin/train_calvin_abcd_video.sh
| Method | Mode | SPATIAL | OBJECTS | GOAL | 10 | AVG | CKPT |
|---|---|---|---|---|---|---|---|
| UniVLA | img sft | 97.0 | 99.0 | 92.6 | 90.8 | 94.8 | huggingface |
| UniVLA | video sft | 95.4 | 98.8 | 93.6 | 94.0 | 95.5 | huggingface |
bash scripts/simulator/libero/train_libero_video.sh
| Method | Robot | Mode | Put Spoon | Put Carrot | Stack Block | Put Eggplant | AVG | CKPT |
|---|---|---|---|---|---|---|---|---|
| UniVLA | Bridge(WidowX) | video sft | 83.3 | 66.7 | 33.3 | 95.8 | 69.8 | huggingface |
bash scripts/simulator/simplerenv/train_simplerenv_bridge_video.sh
Here we provide a conda environment setup for the project.
conda create -n emu_vla python=3.10
pip install -r requirements.txt
OmniSim/ โโโ configs/ # Model configuration files โโโ models/ # Tokenizer and diffusion test โโโ train/ # Training dataset and pipeline โโโ reference/ # Reference code โ โโโ Emu3/ # Base code โ โโโ RoboVLMs/ # Evaluation code โโโ scripts/ # Shell scripts for training & evaluation โโโ tools/ # Data preprocessing tools โโโ README.md # Project description and user guide
Our work is built upon the following projects, Thanks for their great open-source work!
If you find this project useful, please consider citing our work:
@article{wang2025unified,
title={Unified Vision-Language-Action Model},
author={Wang, Yuqi and Li, Xinghang and Wang, Wenxuan and Zhang, Junbo and Li, Yingyan and Chen, Yuntao and Wang, Xinlong and Zhang, Zhaoxiang},
journal={arXiv preprint arXiv:2506.19850},
year={2025}
}
8 commits
2 commits
Python
53.9%
Jupyter Notebook
42.1%
Shell
4.0%