Views
No views yet

| Model Name | Huggingface Repository | ModelScope Repository | Description |
|---|---|---|---|
| lingbot-va-base | 🤗 robbyant/lingbot-va-base | 🤖 Robbyant/lingbot-va-base | LingBot-VA w/ shared backbone |
| lingbot-va-posttrain-robotwin | 🤗 robbyant/lingbot-va-posttrain-robotwin | 🤖 Robbyant/lingbot-va-posttrain-robotwin | LingBot-VA-Posttrain-Robotwin w/ shared backbone |
| lingbot-va-posttrain-libero-long | 🤗 robbyant/lingbot-va-posttrain-libero-long | 🤖 Robbyant/lingbot-va-posttrain-libero-long | LingBot-VA-Posttrain-Libero-Long w/ shared backbone |
1pip install torch==2.9.0 torchvision==0.24.0 torchaudio==2.9.0 --index-url https://download.pytorch.org/whl/cu126
2pip install websockets einops diffusers==0.36.0 transformers==5.0.0 accelerate msgpack opencv-python matplotlib ftfy easydict
3pip install flash-attn --no-build-isolationNGPU=1 CONFIG_NAME='robotwin_i2av' bash script/run_launch_va_server_sync.sh | Method (Average 50 Tasks) | Easy SR (%) | Hard SR (%) |
|---|---|---|
| X-VLA | 72.9 | 72.8 |
| π₀ | 65.9 | 58.4 |
| π₀.₅ | 82.7 | 76.8 |
| Motus | 88.7 | 87.0 |
| LingBot-VA (Ours) | 92.9 | 91.6 |
1@article{lingbot-va2026,
2 title={Causal World Modeling for Robot Control},
3 author={Li, Lin and Zhang, Qihang and Luo, Yiming and Yang, Shuai and Wang, Ruilin and Han, Fei and Yu, Mingrui and Gao, Zelin and Xue, Nan and Zhu, Xing and Shen, Yujun and Xu, Yinghao},
4 journal={arXiv preprint arXiv:2601.21998},
5 year={2026}
6}