Commit
10c7bb0
·
verified ·
1 Parent(s): 01e4c7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -156,7 +156,12 @@ dataset = get_train_dataset(os.path.join("<Dataset Diretory>", "shards"))
156
  If you use this dataset, please cite the dataset and your project appropriately. For example:
157
 
158
  ```bibtex
159
- TBD
 
 
 
 
 
160
  ```
161
 
162
  ---
 
156
  If you use this dataset, please cite the dataset and your project appropriately. For example:
157
 
158
  ```bibtex
159
+ @misc{rdt2_2025,
160
+ title = {RDT 2: Enabling Zero-Shot Cross-Embodiment Generalization by Scaling Up UMI Data},
161
+ author = {RDT Robotics Team},
162
+ year = {2025},
163
+ url = {https://rdt-robotics.github.io/rdt2/}
164
+ }
165
  ```
166
 
167
  ---