LGOct 27, 2021

Direct then Diffuse: Incremental Unsupervised Skill Discovery for State Covering and Goal Reaching

arXiv:2110.14457v223 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of unsupervised skill discovery for improved exploration and task-solving in reinforcement learning, representing an incremental advancement over prior mutual information frameworks.

The paper tackles the problem of learning diverse, unsupervised skills in reinforcement learning that cover the state space while being directed to specific regions, and introduces UPSIDE, which achieves better performance on sparse-reward downstream tasks compared to existing baselines.

Learning meaningful behaviors in the absence of reward is a difficult problem in reinforcement learning. A desirable and challenging unsupervised objective is to learn a set of diverse skills that provide a thorough coverage of the state space while being directed, i.e., reliably reaching distinct regions of the environment. In this paper, we build on the mutual information framework for skill discovery and introduce UPSIDE, which addresses the coverage-directedness trade-off in the following ways: 1) We design policies with a decoupled structure of a directed skill, trained to reach a specific region, followed by a diffusing part that induces a local coverage. 2) We optimize policies by maximizing their number under the constraint that each of them reaches distinct regions of the environment (i.e., they are sufficiently discriminable) and prove that this serves as a lower bound to the original mutual information objective. 3) Finally, we compose the learned directed skills into a growing tree that adaptively covers the environment. We illustrate in several navigation and control environments how the skills learned by UPSIDE solve sparse-reward downstream tasks better than existing baselines.

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