Augmented Replay Memory in Reinforcement Learning With Continuous Control
Mirza Ramicic, Andrea Bonarini

TL;DR
This paper introduces an augmented replay memory mechanism inspired by biological memory consolidation, which enhances stability and convergence speed in reinforcement learning agents operating in continuous control environments.
Contribution
It proposes a novel augmented memory replay (AMR) method that dynamically adjusts the relevance of past experiences to improve learning performance.
Findings
AMR increases stability in continuous control tasks.
AMR accelerates convergence speed.
Enhanced memory relevance improves learning outcomes.
Abstract
Online reinforcement learning agents are currently able to process an increasing amount of data by converting it into a higher order value functions. This expansion of the information collected from the environment increases the agent's state space enabling it to scale up to a more complex problems but also increases the risk of forgetting by learning on redundant or conflicting data. To improve the approximation of a large amount of data, a random mini-batch of the past experiences that are stored in the replay memory buffer is often replayed at each learning step. The proposed work takes inspiration from a biological mechanism which act as a protective layer of human brain higher cognitive functions: active memory consolidation mitigates the effect of forgetting of previous memories by dynamically processing the new ones. The similar dynamics are implemented by a proposed augmented…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
