|
| 1 | +# Features Overview |
| 2 | + |
| 3 | +## Summary |
| 4 | + |
| 5 | +In this section, we briefly summarize some key features and where you should look to learn more about them. |
| 6 | + |
| 7 | +1. **Datasets supported by robomimic** |
| 8 | + - See a list of supported datasets [here](./features.html#supported-datasets).<br><br> |
| 9 | +2. **Visualizing datasets** |
| 10 | + - Learn how to visualize dataset trajectories [here](./datasets.html#view-dataset-structure-and-videos).<br><br> |
| 11 | +3. **Reproducing paper experiments** |
| 12 | + - Easily reproduce experiments from the following papers |
| 13 | + - robomimic: [here](./results.html) |
| 14 | + - MOMART: [here](https://sites.google.com/view/il-for-mm/datasets)<br><br> |
| 15 | +4. **Making your own dataset** |
| 16 | + - Learn how to make your own collected dataset compatible with this repository [here](./datasets.html#dataset-structure). |
| 17 | + - Note that **all datasets collected through robosuite are also readily compatible** (see [here](./datasets.html#converting-robosuite-hdf5-datasets)).<br><br> |
| 18 | +5. **Using filter keys to easily train on subsets of a dataset** |
| 19 | + - See [this section](./datasets.html#filter-keys-and-train-valid-splits) on how to use filter keys.<br><br> |
| 20 | +6. **Running hyperparameter scans easily** |
| 21 | + - See [this guide](./advanced.html#using-the-hyperparameter-helper-to-launch-runs) on running hyperparameter scans.<br><br> |
| 22 | +7. **Using pretrained models in the model zoo** |
| 23 | + - See [this link](./model_zoo.html) to download and use pretrained models.<br><br> |
| 24 | +8. **Getting familiar with configs** |
| 25 | + - Learn about how configs work [here](../modules/configs.html).<br><br> |
| 26 | +9. **Getting familiar with operations over tensor collections** |
| 27 | + - Learn about using useful tensor utilities [here](../modules/utils.html#tensorutils).<br><br> |
| 28 | +10. **Creating your own observation modalities** |
| 29 | + - Learn how to make your own observation modalities and process them with custom network architectures [here](../modules/observations.html).<br><br> |
| 30 | +11. **Creating your own algorithm** |
| 31 | + - Learn how to implement your own learning algorithm [here](../modules/algorithms.html#building-your-own-algorithm).<br><br> |
| 32 | + |
| 33 | +## Supported Datasets |
| 34 | + |
| 35 | +This is a list of datasets that we currently support, along with links on how to work with them. This list will be expanded as more datasets are made compatible with robomimic. |
| 36 | + |
| 37 | +- [robomimic](./results.html#downloading-released-datasets) |
| 38 | +- [robosuite](./datasets.html#converting-robosuite-hdf5-datasets) |
| 39 | +- [MOMART](./datasets.html#momart-datasets) |
| 40 | +- [D4RL](./results.html#d4rl) |
| 41 | +- [RoboTurk Pilot](./datasets.html#roboturk-pilot-datasets) |
0 commit comments