Re-upload README.md as a normal Git file
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- robotics
|
4 |
+
license: mit
|
5 |
+
tags:
|
6 |
+
- robotics
|
7 |
+
- multimodal
|
8 |
+
---
|
9 |
+
BiPlay contains 9.7 hours of bimanual data collected with an aloha robot at the RAIL lab @ UC Berkeley, USA. It contains 7023 clips, 2000 language annotations and 326 unique scenes.
|
10 |
+
|
11 |
+
Paper: https://huggingface.co/papers/2410.10088
|
12 |
+
Code: https://github.com/sudeepdasari/dit-policy
|
13 |
+
If you use the dataset please cite:
|
14 |
+
```
|
15 |
+
@inproceedings{dasari2025ingredients,
|
16 |
+
title={The Ingredients for Robotic Diffusion Transformers},
|
17 |
+
author={Sudeep Dasari and Oier Mees and Sebastian Zhao and Mohan Kumar Srirama and Sergey Levine},
|
18 |
+
booktitle = {Proceedings of the IEEE International Conference on Robotics and Automation (ICRA)},
|
19 |
+
year={2025},
|
20 |
+
address = {Atlanta, USA}
|
21 |
+
}
|
22 |
+
```
|