UniVLA
Collection
All you need to get started with UniVLA
β’
9 items
β’
Updated
β’
1
The model was presented in the paper UniVLA: Learning to Act Anywhere with Task-centric Latent Actions.
Code can be found at https://github.com/OpenDriveLab/UniVLA.
π Run the following script to start an evaluation on Room2Room:
python experiments/robot/r2r/run_r2r_eval.py \
--action_decoder_path <action_decoder_path> \
--pretrained_checkpoint <pretrained_checkpoint>
If you find our models useful in your work, please cite our paper:
@article{bu2025univla,
title={UniVLA: Learning to Act Anywhere with Task-centric Latent Actions},
author={Qingwen Bu and Yanting Yang and Jisong Cai and Shenyuan Gao and Guanghui Ren and Maoqing Yao and Ping Luo and Hongyang Li},
journal={arXiv preprint arXiv:2505.06111},
year={2025}
}