batch_rl icon indicating copy to clipboard operation
batch_rl copied to clipboard

About DQN replay dataset

Open sglucas opened this issue 2 years ago • 2 comments

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

sglucas avatar Jan 12 '23 15:01 sglucas

Here's a biased list:

  • Conservative Q-learning
  • DR3: Value-Based Deep Reinforcement Learning Requires Explicit Regularization
  • Decision Transformer / Multi-game Decision Transformer
  • Offline Q-Learning on Diverse Multi-Task Data Both Scales And Generalizes
  • Online and Offline Reinforcement Learning by Planning with a Learned Model
  • Efficient Offline Policy Optimization with a Learned Model
  • Pretraining representations for data-efficient reinforcement learning

agarwl avatar Jan 12 '23 15:01 agarwl

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

Best

sglucas avatar Jan 13 '23 02:01 sglucas