Datasets:
thomasschmied
commited on
Commit
•
2bceffd
1
Parent(s):
b58fe8f
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- reinforcement-learning
|
5 |
+
---
|
6 |
+
|
7 |
+
# Mimicgen 59
|
8 |
+
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"]():
|
9 |
+
- trajectories for each task are stored in a separate `.tar.gz`
|
10 |
+
- every trajectory is stored in a separate `.hdf5` file.
|
11 |
+
|
12 |
+
For more information on Mimicgen, we refer to the original documentation: https://mimicgen.github.io/docs/introduction/overview.html.
|
13 |
+
|
14 |
+
Download the dataset using:
|
15 |
+
```
|
16 |
+
huggingface-cli download ml-jku/mimicgen59 --local-dir=./mimicgen59 --repo-type dataset
|
17 |
+
```
|
18 |
+
|
19 |
+
For dataloading we refer to our Github repository: https://github.com/ml-jku/LRAM
|
20 |
+
|
21 |
+
Citation:
|
22 |
+
```
|
23 |
+
|
24 |
+
```
|