LGAIMLNov 19, 2018

Learning Actionable Representations with Goal-Conditioned Policies

arXiv:1811.07819v2115 citations
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient representation learning in reinforcement learning for researchers and practitioners, offering a novel approach but with incremental improvements over prior methods.

The paper tackles the challenge of learning functionally salient representations in reinforcement learning that capture only factors important for decision-making, showing they improve exploration for sparse reward problems, enable long-horizon hierarchical reinforcement learning, and serve as state representations for downstream tasks.

Representation learning is a central challenge across a range of machine learning areas. In reinforcement learning, effective and functional representations have the potential to tremendously accelerate learning progress and solve more challenging problems. Most prior work on representation learning has focused on generative approaches, learning representations that capture all underlying factors of variation in the observation space in a more disentangled or well-ordered manner. In this paper, we instead aim to learn functionally salient representations: representations that are not necessarily complete in terms of capturing all factors of variation in the observation space, but rather aim to capture those factors of variation that are important for decision making -- that are "actionable." These representations are aware of the dynamics of the environment, and capture only the elements of the observation that are necessary for decision making rather than all factors of variation, without explicit reconstruction of the observation. We show how these representations can be useful to improve exploration for sparse reward problems, to enable long horizon hierarchical reinforcement learning, and as a state representation for learning policies for downstream tasks. We evaluate our method on a number of simulated environments, and compare it to prior methods for representation learning, exploration, and hierarchical reinforcement learning.

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