MimicLabs Study Datasets#

Download datasets#

We open-source all the 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. We have made low-dimensional observations and actions available for download. You can add image observations to these datasets using instructions in the subsequent sub-section.

Using web URL#

You can download all datasets from Hugging Face.

Add image observations to datasets#

Downloaded datasets only contain low-dim observations. To add image observations 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, which you can run using:

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