LGAIMLMay 14, 2019

Successor Options: An Option Discovery Framework for Reinforcement Learning

arXiv:1905.05731v145 citations
Originality Incremental advance
AI Analysis

This work addresses skill discovery for reinforcement learning agents, offering a complementary approach to existing methods, though it appears incremental as it builds on the options framework and Successor Representations.

The paper tackled the problem of discovering reusable skills (options) in reinforcement learning by navigating to landmark states rather than bottleneck states, and demonstrated its efficacy on grid-worlds and the high-dimensional Fetch robotic control environment with scalable performance.

The options framework in reinforcement learning models the notion of a skill or a temporally extended sequence of actions. The discovery of a reusable set of skills has typically entailed building options, that navigate to bottleneck states. This work adopts a complementary approach, where we attempt to discover options that navigate to landmark states. These states are prototypical representatives of well-connected regions and can hence access the associated region with relative ease. In this work, we propose Successor Options, which leverages Successor Representations to build a model of the state space. The intra-option policies are learnt using a novel pseudo-reward and the model scales to high-dimensional spaces easily. Additionally, we also propose an Incremental Successor Options model that iterates between constructing Successor Representations and building options, which is useful when robust Successor Representations cannot be built solely from primitive actions. We demonstrate the efficacy of our approach on a collection of grid-worlds, and on the high-dimensional robotic control environment of Fetch.

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