Datasets:
File size: 755 Bytes
2bceffd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: mit
task_categories:
- reinforcement-learning
---
# Mimicgen 59
This repository contains the generated [Mimicgen](https://arxiv.org/abs/2310.17596) datasets as used in ["A Large Recurrent Action Model: xLSTM enables Fast Inference for Robotics Tasks"]():
- trajectories for each task are stored in a separate `.tar.gz`
- every trajectory is stored in a separate `.hdf5` file.
For more information on Mimicgen, we refer to the original documentation: https://mimicgen.github.io/docs/introduction/overview.html.
Download the dataset using:
```
huggingface-cli download ml-jku/mimicgen59 --local-dir=./mimicgen59 --repo-type dataset
```
For dataloading we refer to our Github repository: https://github.com/ml-jku/LRAM
Citation:
```
``` |