Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pretty_name: BRS Data
|
8 |
+
---
|
9 |
+
# Dataset Card for BEHAVIOR Robot Suite (BRS) Data
|
10 |
+
|
11 |
+
This dataset provides robotic trajectories for five real-world household tasks. These tasks are:
|
12 |
+
|
13 |
+
1. Clean house after a wild party;
|
14 |
+
2. Clean the toilet;
|
15 |
+
3. Take trash outside;
|
16 |
+
4. Put items onto shelves;
|
17 |
+
5. Lay clothes out.
|
18 |
+
|
19 |
+
These data are first collected and used in the paper [BEHAVIOR Robot Suite: Streamlining Real-World Whole-Body Manipulation for Everyday Household Activities
|
20 |
+
](https://arxiv.org/abs/2503.05652).
|
21 |
+
|
22 |
+
## Dataset Details
|
23 |
+
|
24 |
+
### Dataset Description
|
25 |
+
|
26 |
+
- **Curated by:** [Yunfan Jiang](https://yunfanj.com/)
|
27 |
+
- **License:** [MIT](LICENSE)
|
28 |
+
|
29 |
+
### Dataset Sources
|
30 |
+
|
31 |
+
- **Repository:** https://github.com/behavior-robot-suite/brs-algo
|
32 |
+
- **Paper:** https://arxiv.org/abs/2503.05652
|
33 |
+
- **Demo:** https://behavior-robot-suite.github.io/
|
34 |
+
|
35 |
+
## Uses
|
36 |
+
|
37 |
+
For usage instructions, see our doc [here](https://behavior-robot-suite.github.io/docs/sections/wbvima/overview.html).
|
38 |
+
|
39 |
+
## Citation
|
40 |
+
|
41 |
+
**BibTeX:**
|
42 |
+
|
43 |
+
```
|
44 |
+
@article{jiang2025brs,
|
45 |
+
title = {BEHAVIOR Robot Suite: Streamlining Real-World Whole-Body Manipulation for Everyday Household Activities},
|
46 |
+
author = {Yunfan Jiang and Ruohan Zhang and Josiah Wong and Chen Wang and Yanjie Ze and Hang Yin and Cem Gokmen and Shuran Song and Jiajun Wu and Li Fei-Fei},
|
47 |
+
year = {2025},
|
48 |
+
journal = {arXiv preprint arXiv: 2503.05652}
|
49 |
+
}
|
50 |
+
```
|
51 |
+
|
52 |
+
## Dataset Card Author and Contact
|
53 |
+
|
54 |
+
[Yunfan Jiang](https://yunfanj.com/)
|