LGAIOct 5, 2020

The act of remembering: a study in partially observable reinforcement learning

arXiv:2010.01753v117 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient memory mechanisms in partially observable RL, though it appears incremental as it builds on prior external memory approaches.

The paper tackles the problem of partial observability in reinforcement learning by introducing alternative forms of external memory, which outperform binary and LSTM-based memory in established domains.

Reinforcement Learning (RL) agents typically learn memoryless policies---policies that only consider the last observation when selecting actions. Learning memoryless policies is efficient and optimal in fully observable environments. However, some form of memory is necessary when RL agents are faced with partial observability. In this paper, we study a lightweight approach to tackle partial observability in RL. We provide the agent with an external memory and additional actions to control what, if anything, is written to the memory. At every step, the current memory state is part of the agent's observation, and the agent selects a tuple of actions: one action that modifies the environment and another that modifies the memory. When the external memory is sufficiently expressive, optimal memoryless policies yield globally optimal solutions. Unfortunately, previous attempts to use external memory in the form of binary memory have produced poor results in practice. Here, we investigate alternative forms of memory in support of learning effective memoryless policies. Our novel forms of memory outperform binary and LSTM-based memory in well-established partially observable domains.

Foundations

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

Your Notes