Learning to Modulate pre-trained Models in RL
Paper
•
2306.14884
•
Published
•
1
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
This repository contains the DMControl datasets as used in Learning to Modulate Pre-trained Models in RL:
.npz files. .npz file contains 1M transitions.Download the dataset using the huggingface-cli:
huggingface-cli download ml-jku/dm_control --local-dir=./dm_control --repo-type dataset
For dataloading we refer to our Github repository: https://github.com/ml-jku/L2M
Citation:
@article{schmied2024learning,
title={Learning to Modulate pre-trained Models in RL},
author={Schmied, Thomas and Hofmarcher, Markus and Paischer, Fabian and Pascanu, Razvan and Hochreiter, Sepp},
journal={Advances in Neural Information Processing Systems},
volume={36},
year={2024}
}