Datasets:

Modalities:
Video
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
nielsr HF Staff commited on
Commit
56a7a26
·
verified ·
1 Parent(s): e754784

Update dataset card with task categories and project links

Browse files

Hi! I'm Niels from the community science team at Hugging Face.

This PR improves the dataset card for RoboManipBaselines by:
- Adding `robotics` to the task categories in the metadata.
- Including links to the [Project Page](https://isri-aist.github.io/RoboManipBaselines-ProjectPage/) and [GitHub repository](https://github.com/isri-aist/RoboManipBaselines).
- Adding a link to the paper on Hugging Face.
- Adding the BibTeX citation.

These changes help researchers discover and use your dataset more easily through the Hub's filtering and metadata systems.

Files changed (1) hide show
  1. README.md +21 -3
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
- ## 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/) | [**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
+ ```