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 |
+
This repository contains the [DMControl](https://arxiv.org/abs/1801.00690) datasets as used in [Learning to Modulate Pre-trained Models in RL](https://arxiv.org/abs/2306.14884):
|
8 |
+
|
9 |
+
Download the dataset using the `huggingface-cli`:
|
10 |
+
```
|
11 |
+
huggingface-cli download ml-jku/dm_control --local-dir=./dm_control --repo-type dataset
|
12 |
+
```
|
13 |
+
For dataloading we refer to our Github repository: https://github.com/ml-jku/L2M
|
14 |
+
|
15 |
+
Citation:
|
16 |
+
```
|
17 |
+
@article{schmied2024learning,
|
18 |
+
title={Learning to Modulate pre-trained Models in RL},
|
19 |
+
author={Schmied, Thomas and Hofmarcher, Markus and Paischer, Fabian and Pascanu, Razvan and Hochreiter, Sepp},
|
20 |
+
journal={Advances in Neural Information Processing Systems},
|
21 |
+
volume={36},
|
22 |
+
year={2024}
|
23 |
+
}
|
24 |
+
```
|