RoboTwin Bimanual Robotic Manipulation Simulation Platform
Lastest Version: RoboTwin 2.0
🤲 Webpage | Document | Community
RoboTwin_2.0_low.mp4
[2.0 Version (lastest)] RoboTwin 2.0: A Scalable Data Generator and Benchmark with Strong Domain Randomization for Robust Bimanual Robotic Manipulation
Under Review 2025: PDF | arXiv (Coming Soon)
Tianxing Chen, Zanxin Chen, Baijun Chen, Zijian Cai, Yibin Liu*, Qiwei Liang, Zixuan Li, Xianliang Lin, Yiheng Ge, Zhenyu Gu, Weiliang Deng, Yubin Guo, Tian Nian, Xuanbing Xie, Qiangyu Chen, Kailun Su, Tianling Xu, Guodong Liu, Mengkang Hu, Huan-ang Gao, Kaixuan Wang, Zhixuan Liang, Yusen Qin, Xiaokang Yang, Ping Luo†, Yao Mu†
[RoboTwin Dual-Arm Collaboration Challenge@CVPR'25 MEIS Workshop] RoboTwin Dual-Arm Collaboration Challenge Technical Report at CVPR 2025 MEIS Workshop
Coming Soon.
[1.0 Version] RoboTwin: Dual-Arm Robot Benchmark with Generative Digital Twins
Accepted to CVPR 2025 (Highlight): PDF | arXiv
Yao Mu* †, Tianxing Chen* , Zanxin Chen* , Shijia Peng* , Zhiqian Lan, Zeyu Gao, Zhixuan Liang, Qiaojun Yu, Yude Zou, Mingkun Xu, Lunkai Lin, Zhiqiang Xie, Mingyu Ding, Ping Luo†.
[Early Version] RoboTwin: Dual-Arm Robot Benchmark with Generative Digital Twins (early version)
Accepted to ECCV Workshop 2024 (Best Paper Award): PDF | arXiv
Yao Mu* †, Tianxing Chen* , Shijia Peng, Zanxin Chen, Zeyu Gao, Zhiqian Lan, Yude Zou, Lunkai Lin, Zhiqiang Xie, Ping Luo†.
Branch Name | Link |
---|---|
2.0 Version Branch | main (latest) |
1.0 Version Branch | 1.0 Version |
1.0 Version Code Generation Branch | 1.0 Version GPT |
Early Version Branch | Early Version |
第十九届“挑战杯”人工智能专项赛分支 | Coming Soon... |
CVPR 2025 Challenge Round 1 Branch | CVPR-Challenge-2025-Round1 |
CVPR 2025 Challenge Round 2 Branch | CVPR-Challenge-2025-Round2 |
- 2025/06/21, We release RoboTwin 2.0 !
- 2025/04/11, RoboTwin is seclected as CVPR Highlight paper!
- 2025/02/27, RoboTwin is accepted to CVPR 2025 !
- 2024/09/30, RoboTwin (Early Version) received the Best Paper Award at the ECCV Workshop!
- 2024/09/20, Officially released RoboTwin.
See RoboTwin 2.0 Document (Usage - Install & Download) for installation instructions. It takes about 20 minutes for installation.
See RoboTwin 2.0 Tasks Doc for more details.
Please Refer to RoboTwin 2.0 Document (Usage) for more details.
We provide over 100,000 pre-collected trajectories as part of the open-source release RoboTwin Dataset. However, we strongly recommend users to perform data collection themselves due to the high configurability and diversity of task and embodiment setups.
Running the following command will first search for a random seed for the target collection quantity, and then replay the seed to collect data.
bash collect_data.sh ${task_name} ${task_config} ${gpu_id}
# Example: bash collect_data.sh beat_block_hammer demo_randomized 0
See RoboTwin 2.0 Tasks Configurations Doc for more details.
TinyVLA, DexVLA (Contributed by Media Group)
Deploy Your Policy: guide
⏰ TODO: G3Flow, HybridVLA, DexVLA, OpenVLA-OFT, SmolVLA, AVR, UniVLA
We recommend that the RoboTwin Platform can be used to explore the following topics:
- single - task fine - tuning capability
- visual robustness
- language diversity robustness (language condition)
- multi-tasks capability
- cross-embodiment performance
Coming Soon.
If you find our work useful, please consider citing:
RoboTwin 2.0: A Scalable Data Generator and Benchmark with Strong Domain Randomization for Robust Bimanual Robotic Manipulation
Coming Soon.
RoboTwin: Dual-Arm Robot Benchmark with Generative Digital Twins, accepted to CVPR 2025 (Highlight)
@InProceedings{Mu_2025_CVPR,
author = {Mu, Yao and Chen, Tianxing and Chen, Zanxin and Peng, Shijia and Lan, Zhiqian and Gao, Zeyu and Liang, Zhixuan and Yu, Qiaojun and Zou, Yude and Xu, Mingkun and Lin, Lunkai and Xie, Zhiqiang and Ding, Mingyu and Luo, Ping},
title = {RoboTwin: Dual-Arm Robot Benchmark with Generative Digital Twins},
booktitle = {Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR)},
month = {June},
year = {2025},
pages = {27649-27660}
}
RoboTwin: Dual-Arm Robot Benchmark with Generative Digital Twins (early version), accepted to ECCV Workshop 2024 (Best Paper Award)
@article{mu2024robotwin,
title={RoboTwin: Dual-Arm Robot Benchmark with Generative Digital Twins (early version)},
author={Mu, Yao and Chen, Tianxing and Peng, Shijia and Chen, Zanxin and Gao, Zeyu and Zou, Yude and Lin, Lunkai and Xie, Zhiqiang and Luo, Ping},
journal={arXiv preprint arXiv:2409.02920},
year={2024}
}
Software Support: D-Robotics, Hardware Support: AgileX Robotics, AIGC Support: Deemos
Code Style: find . -name "*.py" -exec sh -c 'echo "Processing: {}"; yapf -i --style='"'"'{based_on_style: pep8, column_limit: 120}'"'"' {}' \;
Contact Tianxing Chen if you have any questions or suggestions.
This repository is released under the MIT license. See LICENSE for additional details.