Datasets:

Modalities:
Video
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
MujocoUR5eCable / README.md
nielsr's picture
nielsr HF Staff
Update dataset card with paper, project, and code links
ff4d98c verified
|
raw
history blame
1.36 kB
---
license: bsd-2-clause
task_categories:
- robotics
---
# RoboManipBaselines
[**Project Page**](https://isri-aist.github.io/RoboManipBaselines-ProjectPage/) | [**Paper**](https://huggingface.co/papers/2509.17057) | [**GitHub**](https://github.com/isri-aist/RoboManipBaselines)
RoboManipBaselines is an open-source software framework for imitation learning research in robotic manipulation. This repository contains expert demonstration datasets associated with the framework.
## MuJoCo environments
### UR5e
#### MujocoUR5eCableEnv
Task to pass the cable between two poles.
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/677b624be4cf361eed593b69/d6uJIbYc0Y5j3yAicUhF3.mp4"></video>
The same data can be downloaded [here](https://github.com/isri-aist/RoboManipBaselines/blob/master/doc/dataset_list.md).
## Citation
If you use RoboManipBaselines in your work, please cite the following paper:
```bibtex
@article{RoboManipBaselines_Murooka_2025,
title={RoboManipBaselines: A Unified Framework for Imitation Learning in Robotic Manipulation across Real and Simulation Environments},
author={Murooka, Masaki and Motoda, Tomohiro and Nakajo, Ryoichi and Oh, Hanbit and Makihara, Koshi and Shirai, Keisuke and Ogata, Tetsuya and Domae, Yukiyasu},
journal={arXiv preprint arXiv:2509.17057},
year={2025}
}
```