LGMLFeb 3, 2019

A Meta-MDP Approach to Exploration for Lifelong Reinforcement Learning

arXiv:1902.00843v146 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient exploration for lifelong reinforcement learning agents, presenting an incremental improvement over existing methods.

The paper tackles the problem of enabling a reinforcement learning agent to use prior experience to improve exploration in new, related tasks, and demonstrates that optimizing exploration strategies using a meta-MDP approach yields benefits in lifelong learning scenarios.

In this paper we consider the problem of how a reinforcement learning agent that is tasked with solving a sequence of reinforcement learning problems (a sequence of Markov decision processes) can use knowledge acquired early in its lifetime to improve its ability to solve new problems. We argue that previous experience with similar problems can provide an agent with information about how it should explore when facing a new but related problem. We show that the search for an optimal exploration strategy can be formulated as a reinforcement learning problem itself and demonstrate that such strategy can leverage patterns found in the structure of related problems. We conclude with experiments that show the benefits of optimizing an exploration strategy using our proposed approach.

Code Implementations1 repo
Foundations

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

Your Notes