LGJul 3, 2025

A Forget-and-Grow Strategy for Deep Reinforcement Learning Scaling in Continuous Control

arXiv:2507.02712v16 citationsh-index: 13ICML
Originality Incremental advance
AI Analysis

This addresses sample efficiency and generalizability issues in deep RL for continuous control, offering an incremental improvement inspired by neuroscience.

The paper tackles primacy bias in deep reinforcement learning for continuous control by proposing the Forget and Grow (FoG) algorithm, which uses experience replay decay and network expansion to improve sample efficiency and generalizability, achieving superior performance on over 40 tasks across four benchmarks compared to state-of-the-art methods.

Deep reinforcement learning for continuous control has recently achieved impressive progress. However, existing methods often suffer from primacy bias, a tendency to overfit early experiences stored in the replay buffer, which limits an RL agent's sample efficiency and generalizability. In contrast, humans are less susceptible to such bias, partly due to infantile amnesia, where the formation of new neurons disrupts early memory traces, leading to the forgetting of initial experiences. Inspired by this dual processes of forgetting and growing in neuroscience, in this paper, we propose Forget and Grow (FoG), a new deep RL algorithm with two mechanisms introduced. First, Experience Replay Decay (ER Decay) "forgetting early experience", which balances memory by gradually reducing the influence of early experiences. Second, Network Expansion, "growing neural capacity", which enhances agents' capability to exploit the patterns of existing data by dynamically adding new parameters during training. Empirical results on four major continuous control benchmarks with more than 40 tasks demonstrate the superior performance of FoG against SoTA existing deep RL algorithms, including BRO, SimBa, and TD-MPC2.

Foundations

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

Your Notes