Update dataset card with task categories and project links
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: bsd-2-clause
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
## MuJoCo environments
|
| 5 |
### UR5e
|
| 6 |
#### MujocoUR5eParticleEnv
|
| 7 |
Task to scoop up particles.
|
| 8 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/677b624be4cf361eed593b69/XaWZOCjhmX1nMs_guFb7K.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 a unified framework for imitation learning in robotic manipulation across real and simulation environments. This repository contains expert demonstration datasets used for training and evaluating various imitation learning policies.
|
| 12 |
+
|
| 13 |
## MuJoCo environments
|
| 14 |
### UR5e
|
| 15 |
#### MujocoUR5eParticleEnv
|
| 16 |
Task to scoop up particles.
|
| 17 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/677b624be4cf361eed593b69/XaWZOCjhmX1nMs_guFb7K.mp4"></video>
|
| 18 |
|
|
|
|
| 19 |
The same data can be downloaded [here](https://github.com/isri-aist/RoboManipBaselines/blob/master/doc/dataset_list.md).
|
| 20 |
|
| 21 |
+
## Citation
|
| 22 |
+
|
| 23 |
+
If you use RoboManipBaselines in your work, please cite the following paper:
|
| 24 |
+
|
| 25 |
+
```bibtex
|
| 26 |
+
@article{RoboManipBaselines_Murooka_2025,
|
| 27 |
+
title={RoboManipBaselines: A Unified Framework for Imitation Learning in Robotic Manipulation across Real and Simulation Environments},
|
| 28 |
+
author={Murooka, Masaki and Motoda, Tomohiro and Nakajo, Ryoichi and Oh, Hanbit and Makihara, Koshi and Shirai, Keisuke and Ogata, Tetsuya and Domae, Yukiyasu},
|
| 29 |
+
journal={arXiv preprint arXiv:2509.17057},
|
| 30 |
+
year={2025}
|
| 31 |
+
}
|
| 32 |
+
```
|