Datasets:

Modalities:
Video
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
nielsr HF Staff commited on
Commit
407ee80
·
verified ·
1 Parent(s): 2afc85c

Improve dataset card: add metadata and project links

Browse files

Hi! I'm Niels, part of the community science team at Hugging Face.

This pull request improves the documentation for this dataset by:
- Adding the `robotics` task category to the YAML metadata for better discoverability.
- Including links to the official paper, project page, and GitHub repository.
- Adding the citation information from the paper.

These changes help researchers find and attribute your work correctly within the Hugging Face ecosystem.

Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,14 +1,34 @@
1
  ---
2
  license: bsd-2-clause
 
 
3
  ---
 
 
 
 
 
 
 
 
 
4
  ## MuJoCo environments
5
  ### UR5e
6
  #### MujocoUR5eRingEnv
7
  Task to pick a ring and put it around the pole.
8
  <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/677b624be4cf361eed593b69/ThYUOYrz3cNBYEumGTSNw.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
- ## RoboManipBaselines Paper
14
- https://huggingface.co/papers/2509.17057
 
 
 
 
 
 
 
 
 
 
 
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/) | [**GitHub**](https://github.com/isri-aist/RoboManipBaselines) | [**Paper**](https://huggingface.co/papers/2509.17057)
10
+
11
+ RoboManipBaselines is an open-source software framework for imitation learning research in robotic manipulation. The framework supports the entire imitation learning pipeline, including data collection, policy training, and rollout, across both simulation and real-world environments.
12
+
13
+ This repository contains expert demonstration datasets for the benchmark environments.
14
+
15
  ## MuJoCo environments
16
  ### UR5e
17
  #### MujocoUR5eRingEnv
18
  Task to pick a ring and put it around the pole.
19
  <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/677b624be4cf361eed593b69/ThYUOYrz3cNBYEumGTSNw.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 this dataset or the RoboManipBaselines framework in your work, please cite:
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
+ ```