English

A Deeper Look at Experience Replay

Machine Learning 2018-05-01 v3 Artificial Intelligence

Abstract

Recently experience replay is widely used in various deep reinforcement learning (RL) algorithms, in this paper we rethink the utility of experience replay. It introduces a new hyper-parameter, the memory buffer size, which needs carefully tuning. However unfortunately the importance of this new hyper-parameter has been underestimated in the community for a long time. In this paper we did a systematic empirical study of experience replay under various function representations. We showcase that a large replay buffer can significantly hurt the performance. Moreover, we propose a simple O(1) method to remedy the negative influence of a large replay buffer. We showcase its utility in both simple grid world and challenging domains like Atari games.

Keywords

Cite

@article{arxiv.1712.01275,
  title  = {A Deeper Look at Experience Replay},
  author = {Shangtong Zhang and Richard S. Sutton},
  journal= {arXiv preprint arXiv:1712.01275},
  year   = {2018}
}

Comments

NIPS 2017 Deep Reinforcement Learning Symposium

R2 v1 2026-06-22T23:06:22.143Z