Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# Dataset Card for MimicGen Datasets
|
6 |
+
|
7 |
+
## Dataset Summary
|
8 |
+
|
9 |
+
Official release of datasets for the MimicGen paper. These robot demonstration datasets were generated automatically using the MimicGen system, using a small number of human teleoperated demos. See [this link](https://github.com/NVlabs/mimicgen_environments#dataset-types) for more information on the dataset structure and how to use them.
|
10 |
+
|
11 |
+
## Citation
|
12 |
+
|
13 |
+
Please cite the MimicGen paper if you use these datasets in your work:
|
14 |
+
|
15 |
+
```bibtex
|
16 |
+
@inproceedings{mandlekar2023mimicgen,
|
17 |
+
title={MimicGen: A Data Generation System for Scalable Robot Learning using Human Demonstrations},
|
18 |
+
author={Mandlekar, Ajay and Nasiriany, Soroush and Wen, Bowen and Akinola, Iretiayo and Narang, Yashraj and Fan, Linxi and Zhu, Yuke and Fox, Dieter},
|
19 |
+
booktitle={7th Annual Conference on Robot Learning},
|
20 |
+
year={2023}
|
21 |
+
}
|
22 |
+
```
|