robotics-diffusion-transformer
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -93,10 +93,15 @@ actions = policy.step(
|
|
93 |
Please refer to [our repository](https://github.com/GeneralEmbodiedSystem/RoboticsDiffusionTransformer/blob/main/docs/pretrain.md) for all the above guides. -->
|
94 |
|
95 |
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
93 |
Please refer to [our repository](https://github.com/GeneralEmbodiedSystem/RoboticsDiffusionTransformer/blob/main/docs/pretrain.md) for all the above guides. -->
|
94 |
|
95 |
|
96 |
+
## Citation
|
97 |
+
|
98 |
+
If you find our work helpful, please cite us:
|
99 |
+
```bibtex
|
100 |
+
@article{liu2024rdt,
|
101 |
+
title={RDT-1B: a Diffusion Foundation Model for Bimanual Manipulation},
|
102 |
+
author={Liu, Songming and Wu, Lingxuan and Li, Bangguo and Tan, Hengkai and Chen, Huayu and Wang, Zhengyi and Xu, Ke and Su, Hang and Zhu, Jun},
|
103 |
+
journal={arXiv preprint arXiv:2410.07864},
|
104 |
+
year={2024}
|
105 |
+
}
|
106 |
+
```
|
107 |
+
Thank you!
|