LGMLJul 13, 2020

Revisiting Fundamentals of Experience Replay

arXiv:2007.06700v1308 citations
Originality Incremental advance
AI Analysis

This work addresses fundamental gaps in understanding experience replay for deep RL researchers, providing empirical insights that challenge conventional wisdom.

The paper systematically analyzes experience replay in deep reinforcement learning, focusing on replay capacity and replay ratio, and finds that greater capacity significantly boosts some algorithms while n-step returns uniquely improve performance.

Experience replay is central to off-policy algorithms in deep reinforcement learning (RL), but there remain significant gaps in our understanding. We therefore present a systematic and extensive analysis of experience replay in Q-learning methods, focusing on two fundamental properties: the replay capacity and the ratio of learning updates to experience collected (replay ratio). Our additive and ablative studies upend conventional wisdom around experience replay -- greater capacity is found to substantially increase the performance of certain algorithms, while leaving others unaffected. Counterintuitively we show that theoretically ungrounded, uncorrected n-step returns are uniquely beneficial while other techniques confer limited benefit for sifting through larger memory. Separately, by directly controlling the replay ratio we contextualize previous observations in the literature and empirically measure its importance across a variety of deep RL algorithms. Finally, we conclude by testing a set of hypotheses on the nature of these performance benefits.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes