The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 289, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/hdf5/hdf5.py", line 64, in _split_generators
with h5py.File(first_file, "r") as h5:
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/h5py/_hl/files.py", line 564, in __init__
fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/h5py/_hl/files.py", line 238, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "h5py/_objects.pyx", line 56, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 57, in h5py._objects.with_phil.wrapper
File "h5py/h5f.pyx", line 102, in h5py.h5f.open
FileNotFoundError: [Errno 2] Unable to synchronously open file (unable to open file: name = 'hf://datasets/Rutav/MimicDroidDataset@c61ca6af61812810aa5df00504e07c12ee34ace8/training/003/demo.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 343, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 294, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
MimicDroid: In-Context Learning for Humanoid Robot Manipulation from Human Play Videos
Paper | Project Page | Code
This repository hosts the dataset used in the MimicDroid project. MimicDroid aims to enable humanoid robots to efficiently solve new manipulation tasks from a few video examples. It leverages human play videos—continuous, unlabeled videos of people interacting freely with their environment—as a scalable and diverse training data source for in-context learning (ICL) policies, thereby reducing reliance on labor-intensive teleoperated data.
The project introduces a benchmark built on RoboCasa, a large-scale simulation framework for training generally capable robots to perform everyday tasks.
Dataset Details
The MimicDroid dataset spans 30 objects, 8 kitchen environments, and 8 hours of human play data for training. All the training environments are shown below:
Evaluation is structured into three levels with increasing difficulty and 4 tasks in each level:
| Level | Task Name | Abstract Embodiment | Humanoid Embodiment |
|---|---|---|---|
| L1 (Seen Objects, Seen Environment) | PnPSinkToRightCounterPlate | ![]() |
![]() |
| PnPSinkToCabinet | ![]() |
![]() |
|
| TurnOnFaucet | ![]() |
![]() |
|
| CloseLeftCabinetDoor | ![]() |
![]() |
|
| L2 (Unseen Objects, Seen Environment) | PnPSinkToRightCounterPlateL2 | ![]() |
![]() |
| PnPSinkToCabinetL2 | ![]() |
![]() |
|
| CloseRightCabinetDoorL2 | ![]() |
![]() |
|
| CloseLeftCabinetDoorL2 | ![]() |
![]() |
|
| L3 (Unseen Objects, Unseen Environment) | CloseLeftCabinetDoorL3 | ![]() |
![]() |
| PnPSinkToRightCounterPlateL3 | ![]() |
![]() |
|
| PnPSinkToMicrowaveTopL3 | ![]() |
![]() |
|
| TurnOnFaucetL3 | ![]() |
![]() |
Dataset Download
To download the necessary kitchen assets for the dataset (approximately 5GB), use the following command:
python robocasa/scripts/download_kitchen_assets.py
For more detailed dataset installation and visualization instructions, please refer to the DATASET.md file in the GitHub repository.
Citation
If you find this dataset or research useful for your work, please cite the following:
@article{shah2025mimicdroid,
title={MimicDroid: In-Context Learning for Humanoid Manipulation from Human Play Videos},
author={Shah, Rutav and Liu, Shuijing and Wang, Qi and Jiang, Zhenyu and Kumar, Sateesh and Seo, Mingyo and Mart{\'\i}n-Mart{\'\i}n, Roberto and Zhu, Yuke},
journal={arXiv preprint arXiv:2509.09769},
year={2025}
}
@inproceedings{robocasa2024,
title={RoboCasa: Large-Scale Simulation of Everyday Tasks for Generalist Robots},
author={Soroush Nasiriany and Abhiram Maddukuri and Lance Zhang and Adeet Parikh and Aaron Lo and Abhishek Joshi and Ajay Mandlekar and Yuke Zhu},
booktitle={Robotics: Science and Systems},
year={2024}
}
- Downloads last month
- 65























