oier-mees commited on
Commit
2064d76
·
1 Parent(s): defc802

Re-upload README.md as a normal Git file

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a745483e2bcc8178482cfde4f9538553d3e243d304cc42e591bd17c41e44278e
3
- size 748
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```