Datasets:
ArXiv:
License:
Update README: Add datasets description
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# Modified LIBERO RLDS Datasets
|
5 |
+
|
6 |
+
This repository contains the four modified [LIBERO](https://libero-project.github.io/main.html) datasets
|
7 |
+
used in the OpenVLA fine-tuning experiments, stored in RLDS data format. See Appendix E in the
|
8 |
+
[OpenVLA paper](https://arxiv.org/abs/2406.09246) for details about the fine-tuning experiments and
|
9 |
+
specific dataset modifications, and see the [OpenVLA GitHub README](https://github.com/openvla/openvla/blob/main/README.md)
|
10 |
+
for instructions on how to run OpenVLA in LIBERO environments.
|
11 |
+
|
12 |
+
## Citation
|
13 |
+
|
14 |
+
**BibTeX:**
|
15 |
+
|
16 |
+
```bibtex
|
17 |
+
@article{kim24openvla,
|
18 |
+
title={OpenVLA: An Open-Source Vision-Language-Action Model},
|
19 |
+
author={{Moo Jin} Kim and Karl Pertsch and Siddharth Karamcheti and Ted Xiao and Ashwin Balakrishna and Suraj Nair and Rafael Rafailov and Ethan Foster and Grace Lam and Pannag Sanketi and Quan Vuong and Thomas Kollar and Benjamin Burchfiel and Russ Tedrake and Dorsa Sadigh and Sergey Levine and Percy Liang and Chelsea Finn},
|
20 |
+
journal = {arXiv preprint arXiv:2406.09246},
|
21 |
+
year={2024}
|
22 |
+
}
|
23 |
+
```
|
24 |
+
|
25 |
+
Please also refer to the [LIBERO project repo](https://github.com/Lifelong-Robot-Learning/LIBERO) for the LIBERO citation.
|