Table of Contents
Fetching ...

Option Discovery in Hierarchical Reinforcement Learning using Spatio-Temporal Clustering

Aravind Srinivas, Ramnandan Krishnamurthy, Peeyush Kumar, Balaraman Ravindran

TL;DR

The paper tackles automatic skill discovery for hierarchical reinforcement learning by identifying metastable regions in the environment that induce abstract states and extended actions between them. It uses spectral clustering via PCCA+ to extract these metastable regions and to define abstract states and the connectivity that yields reusable options. The framework operates from sample trajectories when the model is not fully known and scales to large state spaces by aggregating states with representations learned from an action-conditional video prediction network. Overall, the approach provides a task-agnostic set of skills that can generalize across tasks defined on the same model, enabling faster learning and transfer.

Abstract

This paper introduces an automated skill acquisition framework in reinforcement learning which involves identifying a hierarchical description of the given task in terms of abstract states and extended actions between abstract states. Identifying such structures present in the task provides ways to simplify and speed up reinforcement learning algorithms. These structures also help to generalize such algorithms over multiple tasks without relearning policies from scratch. We use ideas from dynamical systems to find metastable regions in the state space and associate them with abstract states. The spectral clustering algorithm PCCA+ is used to identify suitable abstractions aligned to the underlying structure. Skills are defined in terms of the sequence of actions that lead to transitions between such abstract states. The connectivity information from PCCA+ is used to generate these skills or options. These skills are independent of the learning task and can be efficiently reused across a variety of tasks defined over the same model. This approach works well even without the exact model of the environment by using sample trajectories to construct an approximate estimate. We also present our approach to scaling the skill acquisition framework to complex tasks with large state spaces for which we perform state aggregation using the representation learned from an action conditional video prediction network and use the skill acquisition framework on the aggregated state space.

Option Discovery in Hierarchical Reinforcement Learning using Spatio-Temporal Clustering

TL;DR

The paper tackles automatic skill discovery for hierarchical reinforcement learning by identifying metastable regions in the environment that induce abstract states and extended actions between them. It uses spectral clustering via PCCA+ to extract these metastable regions and to define abstract states and the connectivity that yields reusable options. The framework operates from sample trajectories when the model is not fully known and scales to large state spaces by aggregating states with representations learned from an action-conditional video prediction network. Overall, the approach provides a task-agnostic set of skills that can generalize across tasks defined on the same model, enabling faster learning and transfer.

Abstract

This paper introduces an automated skill acquisition framework in reinforcement learning which involves identifying a hierarchical description of the given task in terms of abstract states and extended actions between abstract states. Identifying such structures present in the task provides ways to simplify and speed up reinforcement learning algorithms. These structures also help to generalize such algorithms over multiple tasks without relearning policies from scratch. We use ideas from dynamical systems to find metastable regions in the state space and associate them with abstract states. The spectral clustering algorithm PCCA+ is used to identify suitable abstractions aligned to the underlying structure. Skills are defined in terms of the sequence of actions that lead to transitions between such abstract states. The connectivity information from PCCA+ is used to generate these skills or options. These skills are independent of the learning task and can be efficiently reused across a variety of tasks defined over the same model. This approach works well even without the exact model of the environment by using sample trajectories to construct an approximate estimate. We also present our approach to scaling the skill acquisition framework to complex tasks with large state spaces for which we perform state aggregation using the representation learned from an action conditional video prediction network and use the skill acquisition framework on the aggregated state space.

Paper Structure

This paper contains 1 section.