Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,11 +13,21 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 13 |
|
| 14 |
## Dataset Description
|
| 15 |
|
|
|
|
| 16 |
|
|
|
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Dataset Structure
|
| 23 |
|
|
@@ -224,13 +234,4 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 224 |
}
|
| 225 |
}
|
| 226 |
}
|
| 227 |
-
```
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
## Citation
|
| 231 |
-
|
| 232 |
-
**BibTeX:**
|
| 233 |
-
|
| 234 |
-
```bibtex
|
| 235 |
-
[More Information Needed]
|
| 236 |
```
|
|
|
|
| 13 |
|
| 14 |
## Dataset Description
|
| 15 |
|
| 16 |
+
This dataset is a lerobot conversion of the `aloha_pen_uncap_diverse` subset of [BiPlay](https://huggingface.co/datasets/oier-mees/BiPlay/tree/main/aloha_pen_uncap_diverse_raw).
|
| 17 |
|
| 18 |
+
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.
|
| 19 |
|
| 20 |
+
Paper: https://huggingface.co/papers/2410.10088 Code: https://github.com/sudeepdasari/dit-policy If you use the dataset please cite:
|
| 21 |
+
|
| 22 |
+
```
|
| 23 |
+
@inproceedings{dasari2025ingredients,
|
| 24 |
+
title={The Ingredients for Robotic Diffusion Transformers},
|
| 25 |
+
author={Sudeep Dasari and Oier Mees and Sebastian Zhao and Mohan Kumar Srirama and Sergey Levine},
|
| 26 |
+
booktitle = {Proceedings of the IEEE International Conference on Robotics and Automation (ICRA)},
|
| 27 |
+
year={2025},
|
| 28 |
+
address = {Atlanta, USA}
|
| 29 |
+
}
|
| 30 |
+
```
|
| 31 |
|
| 32 |
## Dataset Structure
|
| 33 |
|
|
|
|
| 234 |
}
|
| 235 |
}
|
| 236 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
```
|