An Optimistic Perspective on Offline Reinforcement Learning
Rishabh Agarwal, Dale Schuurmans, Mohammad Norouzi

TL;DR
This paper demonstrates that recent off-policy deep RL algorithms can outperform the original DQN when trained solely on a fixed offline dataset, highlighting the potential of offline RL with large, diverse datasets.
Contribution
The paper introduces Random Ensemble Mixture (REM), a robust Q-learning algorithm that improves offline RL performance by enforcing Bellman consistency on convex combinations of Q-values.
Findings
Offline RL algorithms outperform the original DQN on the replay dataset.
REM surpasses strong RL baselines in offline settings.
Dataset size and diversity significantly impact offline RL success.
Abstract
Off-policy reinforcement learning (RL) using a fixed offline dataset of logged interactions is an important consideration in real world applications. This paper studies offline RL using the DQN replay dataset comprising the entire replay experience of a DQN agent on 60 Atari 2600 games. We demonstrate that recent off-policy deep RL algorithms, even when trained solely on this fixed dataset, outperform the fully trained DQN agent. To enhance generalization in the offline setting, we present Random Ensemble Mixture (REM), a robust Q-learning algorithm that enforces optimal Bellman consistency on random convex combinations of multiple Q-value estimates. Offline REM trained on the DQN replay dataset surpasses strong RL baselines. Ablation studies highlight the role of offline dataset size and diversity as well as the algorithm choice in our positive results. Overall, the results here…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Adaptive Dynamic Programming Control · Smart Grid Energy Management
MethodsQ-Learning · Random Ensemble Mixture · Deep Q-Network
