English

Benchmarking Batch Deep Reinforcement Learning Algorithms

Machine Learning 2019-10-07 v1 Artificial Intelligence Machine Learning

Abstract

Widely-used deep reinforcement learning algorithms have been shown to fail in the batch setting--learning from a fixed data set without interaction with the environment. Following this result, there have been several papers showing reasonable performances under a variety of environments and batch settings. In this paper, we benchmark the performance of recent off-policy and batch reinforcement learning algorithms under unified settings on the Atari domain, with data generated by a single partially-trained behavioral policy. We find that under these conditions, many of these algorithms underperform DQN trained online with the same amount of data, as well as the partially-trained behavioral policy. To introduce a strong baseline, we adapt the Batch-Constrained Q-learning algorithm to a discrete-action setting, and show it outperforms all existing algorithms at this task.

Keywords

Cite

@article{arxiv.1910.01708,
  title  = {Benchmarking Batch Deep Reinforcement Learning Algorithms},
  author = {Scott Fujimoto and Edoardo Conti and Mohammad Ghavamzadeh and Joelle Pineau},
  journal= {arXiv preprint arXiv:1910.01708},
  year   = {2019}
}

Comments

Deep RL Workshop NeurIPS 2019

R2 v1 2026-06-23T11:34:11.403Z