LGMLJun 19, 2019

Experience Replay Optimization

arXiv:1906.08387v1123 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in off-policy reinforcement learning for agents, though it appears incremental as it builds on existing replay methods.

The paper tackles the sub-optimality of uniform or rule-based experience replay in reinforcement learning by proposing a novel framework that learns a replay policy to optimize cumulative reward, showing effectiveness in improving performance on continuous control tasks.

Experience replay enables reinforcement learning agents to memorize and reuse past experiences, just as humans replay memories for the situation at hand. Contemporary off-policy algorithms either replay past experiences uniformly or utilize a rule-based replay strategy, which may be sub-optimal. In this work, we consider learning a replay policy to optimize the cumulative reward. Replay learning is challenging because the replay memory is noisy and large, and the cumulative reward is unstable. To address these issues, we propose a novel experience replay optimization (ERO) framework which alternately updates two policies: the agent policy, and the replay policy. The agent is updated to maximize the cumulative reward based on the replayed data, while the replay policy is updated to provide the agent with the most useful experiences. The conducted experiments on various continuous control tasks demonstrate the effectiveness of ERO, empirically showing promise in experience replay learning to improve the performance of off-policy reinforcement learning algorithms.

Foundations

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

Your Notes