Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

An Optimistic Perspective on Offline Reinforcement Learning

About

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 present an optimistic view that robust RL algorithms trained on sufficiently large and diverse offline datasets can lead to high quality policies. The DQN replay dataset can serve as an offline RL benchmark and is open-sourced.

Rishabh Agarwal, Dale Schuurmans, Mohammad Norouzi• 2019

Related benchmarks

TaskDatasetResultRank
Offline Reinforcement LearningD4RL walker2d-random
Normalized Score6.9
77
Offline Reinforcement LearningD4RL halfcheetah-random
Normalized Score-0.8
70
Offline Reinforcement LearningD4RL hopper-random
Normalized Score3.4
62
Offline Reinforcement LearningD4RL Gym walker2d (medium-replay)
Normalized Return1.9
52
Offline Reinforcement LearningD4RL Gym halfcheetah-medium
Normalized Return-0.8
44
Offline Reinforcement LearningD4RL Gym walker2d medium
Normalized Return0.2
42
Offline Reinforcement LearningD4RL Gym walker2d medium-expert
Normalized Average Return27.9
31
Offline Reinforcement LearningD4RL Gym hopper-medium-expert
Normalized Avg Return0.8
29
Offline Reinforcement LearningD4RL Gym hopper (medium-replay)
Normalized Return46.6
28
Offline Reinforcement LearningD4RL Gym halfcheetah-medium-expert
Normalized Return0.7
28
Showing 10 of 31 rows

Other info

Follow for update