Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
The FuSE dataset contains 26,866 trajectories collected on a WidowX robot at the RAIL lab @ UC Berkeley, USA. It contains visual, tactile, sound and action data collected across several environments, annotated with natural language.
|
2 |
+
If you use the dataset please cite:
|
3 |
+
```bibtex
|
4 |
+
@article{jones24fuse,
|
5 |
+
title={Beyond Sight: Finetuning Generalist Robot Policies with Heterogeneous Sensors via Language Grounding},
|
6 |
+
author={Joshua Jones and Oier Mees and Carmelo Sferrazza and Kyle Stachowicz and Pieter Abbeel and Sergey Levine},
|
7 |
+
journal={arXiv preprint arXiv:foo}
|
8 |
+
year={2024}
|
9 |
+
}
|
10 |
+
```
|