Robotics
Transformers
PyTorch
English
RDT
rdt
RDT 2
Vision-Language-Action
Bimanual
Manipulation
Zero-shot
UMI
Flowmatching
Diffusion
Action Expert
Instructions to use robotics-diffusion-transformer/RDT2-FM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use robotics-diffusion-transformer/RDT2-FM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("robotics-diffusion-transformer/RDT2-FM", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -187,12 +187,11 @@ for robot_idx in range(2):
|
|
| 187 |
## Citation
|
| 188 |
|
| 189 |
```bibtex
|
| 190 |
-
@
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
year={2025}
|
| 196 |
}
|
| 197 |
```
|
| 198 |
|
|
|
|
| 187 |
## Citation
|
| 188 |
|
| 189 |
```bibtex
|
| 190 |
+
@article{liu2026rdt2,
|
| 191 |
+
title={RDT2: Exploring the Scaling Limit of UMI Data Towards Zero-Shot Cross-Embodiment Generalization},
|
| 192 |
+
author={Liu, Songming and Li, Bangguo and Ma, Kai and Wu, Lingxuan and Tan, Hengkai and Ouyang, Xiao and Su, Hang and Zhu, Jun},
|
| 193 |
+
journal={arXiv preprint arXiv:2602.03310},
|
| 194 |
+
year={2026}
|
|
|
|
| 195 |
}
|
| 196 |
```
|
| 197 |
|