Update dataset card with paper, project, and code links
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,34 @@
|
|
| 1 |
---
|
| 2 |
license: bsd-2-clause
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
## MuJoCo environments
|
|
|
|
| 5 |
### UR5e
|
|
|
|
| 6 |
#### MujocoUR5eCableEnv
|
| 7 |
Task to pass the cable between two poles.
|
| 8 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/677b624be4cf361eed593b69/d6uJIbYc0Y5j3yAicUhF3.mp4"></video>
|
| 9 |
|
| 10 |
-
|
| 11 |
The same data can be downloaded [here](https://github.com/isri-aist/RoboManipBaselines/blob/master/doc/dataset_list.md).
|
| 12 |
|
| 13 |
-
##
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: bsd-2-clause
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
# RoboManipBaselines
|
| 8 |
+
|
| 9 |
+
[**Project Page**](https://isri-aist.github.io/RoboManipBaselines-ProjectPage/) | [**Paper**](https://huggingface.co/papers/2509.17057) | [**GitHub**](https://github.com/isri-aist/RoboManipBaselines)
|
| 10 |
+
|
| 11 |
+
RoboManipBaselines is an open-source software framework for imitation learning research in robotic manipulation. This repository contains expert demonstration datasets associated with the framework.
|
| 12 |
+
|
| 13 |
## MuJoCo environments
|
| 14 |
+
|
| 15 |
### UR5e
|
| 16 |
+
|
| 17 |
#### MujocoUR5eCableEnv
|
| 18 |
Task to pass the cable between two poles.
|
| 19 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/677b624be4cf361eed593b69/d6uJIbYc0Y5j3yAicUhF3.mp4"></video>
|
| 20 |
|
|
|
|
| 21 |
The same data can be downloaded [here](https://github.com/isri-aist/RoboManipBaselines/blob/master/doc/dataset_list.md).
|
| 22 |
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
If you use RoboManipBaselines in your work, please cite the following paper:
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@article{RoboManipBaselines_Murooka_2025,
|
| 29 |
+
title={RoboManipBaselines: A Unified Framework for Imitation Learning in Robotic Manipulation across Real and Simulation Environments},
|
| 30 |
+
author={Murooka, Masaki and Motoda, Tomohiro and Nakajo, Ryoichi and Oh, Hanbit and Makihara, Koshi and Shirai, Keisuke and Ogata, Tetsuya and Domae, Yukiyasu},
|
| 31 |
+
journal={arXiv preprint arXiv:2509.17057},
|
| 32 |
+
year={2025}
|
| 33 |
+
}
|
| 34 |
+
```
|