MimicLabs Study Datasets#

Download datasets#

We open-source all datasets used in our study paper, which contains over 850k trajectories across 8 different scenes (lab1 through lab8) that were used to study the effects of different retrieval strategies from a large-scale simulation dataset. Low-dimensional observations and actions are readily available for download. You may add image observations to these datasets using instructions below.

Using web URL#

All datasets are available to download from Hugging Face.

Adding image observations to datasets#

Downloaded datasets only contain low-dim observations. To add image observations from the agentview and eye_in_hand cameras to the downloaded datasets, run:

$ cd <PATH_TO_THIS_REPO>/mimiclabs/mimiclabs
$ python scripts/add_obs_to_mimiclabs_datasets.py --input_root_dir <YOUR_DOWNLOAD_DIR>/mimiclabs_study --output_root_dir <YOUR_DOWNLOAD_DIR>/mimiclabs_study

This will generate a script called add_obs_to_mimiclabs_datasets.sh in the scripts directory.

Adding depth images

Above script will default to adding image observations only. If you would like to add depth observations, you can run the above script using the additional --add_depth_obs flag.

Subsequently run:

$ chmod +x scripts/add_obs_to_mimiclabs_datasets.sh
$ ./scripts/add_obs_to_mimiclabs_datasets.sh