Datasets:
thomasschmied
commited on
Commit
•
30bb74e
1
Parent(s):
2f50e7a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- reinforcement-learning
|
5 |
+
---
|
6 |
+
# DMControl 10M
|
7 |
+
This repository contains the [DMControl](https://arxiv.org/abs/1801.00690) datasets as used in ["A Large Recurrent Action Model: xLSTM enables Fast Inference for Robotics Tasks"]():
|
8 |
+
- Trajectories for every task are stored as separate `.tar.gz` files.
|
9 |
+
- Every `.tar.gz` file contains 10M transitions.
|
10 |
+
- Every trajectory is stored as a separate `.hdf5` file.
|
11 |
+
|
12 |
+
Download the dataset using the `huggingface-cli`:
|
13 |
+
```
|
14 |
+
huggingface-cli download ml-jku/dm_control_10M --local-dir=./dm_control_10M --repo-type dataset
|
15 |
+
```
|
16 |
+
For dataloading we refer to our Github repository: https://github.com/ml-jku/LRAM
|
17 |
+
|
18 |
+
Citation:
|
19 |
+
```
|
20 |
+
|
21 |
+
```
|