amandlek commited on
Commit
a511f19
·
verified ·
1 Parent(s): 522aaa0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ **robomimic** is a framework for robot learning from demonstration.
6
+ It offers a broad set of demonstration datasets collected on robot manipulation domains and offline learning algorithms to learn from these datasets.
7
+ **robomimic** aims to make robot learning broadly *accessible* and *reproducible*, allowing researchers and practitioners to benchmark tasks and algorithms fairly and to develop the next generation of robot learning algorithms.
8
+
9
+ This repository contains some of the datasets released with the robomimic framework.
10
+
11
+ ## Citation
12
+
13
+ Please cite [this paper](https://arxiv.org/abs/2108.03298) if you use this framework in your work:
14
+
15
+ ```bibtex
16
+ @inproceedings{robomimic2021,
17
+ title={What Matters in Learning from Offline Human Demonstrations for Robot Manipulation},
18
+ author={Ajay Mandlekar and Danfei Xu and Josiah Wong and Soroush Nasiriany and Chen Wang and Rohun Kulkarni and Li Fei-Fei and Silvio Savarese and Yuke Zhu and Roberto Mart\'{i}n-Mart\'{i}n},
19
+ booktitle={Conference on Robot Learning (CoRL)},
20
+ year={2021}
21
+ }
22
+ ```