Deep Policy Gradient Methods Without Batch Updates, Target Networks, or Replay Buffers
Gautham Vasan, Mohamed Elsayed, Alireza Azimi, Jiamin He, Fahim Shariar, Colin Bellinger, Martha White, A. Rupam Mahmood
TL;DR
The paper tackles the challenge of real-time, on-device deep reinforcement learning under tight resource constraints by showing that batch-policy gradient methods fail with small replay buffers and proposing AVG, an incremental reparameterization-gradient method with entropy augmentation. AVG relies on normalization and TD-error scaling to stabilize updates without replay buffers or target networks, delivering learning performance comparable to batch methods on a range of simulated benchmarks and enabling real-robot demonstrations. The work provides theoretical foundations for RPG-based updates, extensive ablations to isolate stabilizing factors, and practical demonstrations on resource-constrained robots, highlighting the method's potential for lifelong, on-device adaptation. Overall, AVG offers a scalable path to deploy deep RL in real-world robotic systems with limited compute and memory, though it trades off sample efficiency and requires careful hyperparameter tuning.
Abstract
Modern deep policy gradient methods achieve effective performance on simulated robotic tasks, but they all require large replay buffers or expensive batch updates, or both, making them incompatible for real systems with resource-limited computers. We show that these methods fail catastrophically when limited to small replay buffers or during incremental learning, where updates only use the most recent sample without batch updates or a replay buffer. We propose a novel incremental deep policy gradient method -- Action Value Gradient (AVG) and a set of normalization and scaling techniques to address the challenges of instability in incremental learning. On robotic simulation benchmarks, we show that AVG is the only incremental method that learns effectively, often achieving final performance comparable to batch policy gradient methods. This advancement enabled us to show for the first time effective deep reinforcement learning with real robots using only incremental updates, employing a robotic manipulator and a mobile robot.
