google-research / batch_rl

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

About DQN replay dataset #32

Closed sglucas closed 5 days ago

sglucas commented 1 year ago

Hi

Thank you so much for your contribution. This is a really great repo for students.

I think it will be very nice if we can try the atari offline training with some recently proposed methods.

Could you please recommend some recent papers about offline rl training on atari?

Thank you very much!

Best

agarwl commented 1 year ago

Here's a biased list:

sglucas commented 1 year ago

Hi, @agarwl Thank you very much for your reply. I'll read these papers.

Best