robotics-diffusion-transformer commited on
Commit
04fb62a
·
verified ·
1 Parent(s): cd542b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
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
- <!-- ## Citation -->
97
-
98
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
99
-
100
- <!-- **BibTeX:** -->
101
-
102
- <!-- [More Information Needed] -->
 
 
 
 
 
 
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!