LGAIApr 20, 2023

Two-Memory Reinforcement Learning

arXiv:2304.10098v24 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses the data inefficiency problem in reinforcement learning for AI applications, though it is incremental as it builds on existing episodic memory and RL techniques.

The paper tackles the slow learning problem in deep reinforcement learning by proposing a Two-Memory agent that combines episodic memory for speed and reinforcement learning for optimality and generalization, resulting in improved data efficiency and outperforming pure methods and a state-of-the-art memory-augmented RL agent.

While deep reinforcement learning has shown important empirical success, it tends to learn relatively slow due to slow propagation of rewards information and slow update of parametric neural networks. Non-parametric episodic memory, on the other hand, provides a faster learning alternative that does not require representation learning and uses maximum episodic return as state-action values for action selection. Episodic memory and reinforcement learning both have their own strengths and weaknesses. Notably, humans can leverage multiple memory systems concurrently during learning and benefit from all of them. In this work, we propose a method called Two-Memory reinforcement learning agent (2M) that combines episodic memory and reinforcement learning to distill both of their strengths. The 2M agent exploits the speed of the episodic memory part and the optimality and the generalization capacity of the reinforcement learning part to complement each other. Our experiments demonstrate that the 2M agent is more data efficient and outperforms both pure episodic memory and pure reinforcement learning, as well as a state-of-the-art memory-augmented RL agent. Moreover, the proposed approach provides a general framework that can be used to combine any episodic memory agent with other 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