Datasets:
ArXiv:
License:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
Dexdata format LIBERO dataset
|
| 6 |
+
|
| 7 |
+
# Dataset Structure
|
| 8 |
+
|
| 9 |
+
```
|
| 10 |
+
libero
|
| 11 |
+
├── libero_10
|
| 12 |
+
│ ├── video
|
| 13 |
+
│ └── jsonl
|
| 14 |
+
├── libero_goal
|
| 15 |
+
├── libero_object
|
| 16 |
+
└── libero_spatial
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
# Citation
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
@article{liu2023libero,
|
| 23 |
+
title={LIBERO: Benchmarking Knowledge Transfer for Lifelong Robot Learning},
|
| 24 |
+
author={Liu, Bo and Zhu, Yifeng and Gao, Chongkai and Feng, Yihao and Liu, Qiang and Zhu, Yuke and Stone, Peter},
|
| 25 |
+
journal={arXiv preprint arXiv:2306.03310},
|
| 26 |
+
year={2023}
|
| 27 |
+
}
|
| 28 |
+
```
|