# Downloading Datasets RoboCasa comes with a large selection of demonstrations to faciliate training agents. We provide: - **human demonstrations**: across all 25 atomic tasks and a subset of composite tasks, with 50 demonstrations per task. - **machine-generated demonstrations** from [MimicGen](https://mimicgen.github.io/): across 24 atomic tasks, with 3000 demonstrations per task.
Dataset storage location
By default, all datasets are stored under `datasets/` in the root robocasa directory. You can change the location for datasets by setting `DATASET_BASE_PATH` in `robocasa/macros_private.py`.