google-research / batch_rl

Offline Reinforcement Learning (aka Batch Reinforcement Learning) on Atari 2600 games
https://offline-rl.github.io/
Apache License 2.0
528 stars 74 forks source link

A copy of the dataset? #34

Closed vmoens closed 3 months ago

vmoens commented 1 year ago

Hi team! First thanks a mil for the amazing work! TorchRL is working on providing an easy, out-of-the-box API to get offline RL datasets such as this one. We were wondering what the license was for your data? Could we create a copy in a different format on our bucket to make it available to the users without the need to install gcloud?

agarwl commented 1 year ago

Can you also post a link to the torchrl dataset here so that I can update offline-rl.github.io. Btw, there's also a tfds version of the dataset: It's same as the Atari replay dataset but released as part of RL Unplugged benchmark.