paper-with-me

홈 › Papers

Augmented Replay Memory in Reinforcement Learning With Continuous Control

2019-12-29 · Mirza Ramicic, Andrea Bonarini

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 memory replay AMR capable of optimizing the replay of the experiences from the agent's memory structure by altering or augmenting their relevance. Experimental results show that an evolved AMR augmentation function capable of increasing the significance of the specific memories is able to further increase the stability and convergence speed of the learning algorithms dealing with the complexity of continuous action domains.

📄 PDF Abstract BibTeX arXiv:1912.12719

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous Controlreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Learning Memory-Dependent Continuous Control from Demonstrations

2021-02-18 · Siqing Hou, Dongqi Han, Jun Tani

Efficient exploration has presented a long-standing challenge in reinforcement learning, especially when rewards are sparse. A developmental system can overcome this difficulty by learning from both demonstrations and se…

continuous-controlContinuous ControlDecision MakingEfficient Exploration+3

Safe and Robust Experience Sharing for Deterministic Policy Gradient Algorithms

2022-07-27 · Baturay Saglam, Dogan C. Cicek, Furkan B. Mutlu, Suleyman S. Kozat

Learning in high dimensional continuous tasks is challenging, mainly when the experience replay memory is very limited. We introduce a simple yet effective experience sharing mechanism for deterministic policies in conti…

continuous-controlContinuous ControlDeep Reinforcement LearningOpenAI Gym+1

Experience Replay Optimization

2019-06-19 · Daochen Zha, Kwei-Herng Lai, Kaixiong Zhou, Xia Hu

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 …

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Solving Continuous Control with Episodic Memory

2021-06-16 · Igor Kuznetsov, Andrey Filchenkov

Episodic memory lets reinforcement learning algorithms remember and exploit promising experience from the past to improve agent performance. Previous works on memory mechanisms show benefits of using episodic-based data …

continuous-controlContinuous ControlOpenAI GymReinforcement Learning (RL)

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

2025-07-03 · Zilin Kang, Chenyuan Hu, Yu Luo, Zhecheng Yuan 외 arxiv

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,…

Reinforcement LearningContinuous Control