AILGNEROApr 10, 2017

Stochastic Neural Networks for Hierarchical Reinforcement Learning

arXiv:1704.03012v1378 citations
Originality Incremental advance
AI Analysis

This addresses the problem of sample inefficiency and exploration in hierarchical reinforcement learning for AI agents, representing an incremental improvement by combining existing methods.

The paper tackles the challenge of sparse rewards and long horizons in deep reinforcement learning by proposing a framework that pre-trains a wide span of skills using Stochastic Neural Networks with an information-theoretic regularizer, then leverages these skills to significantly boost learning performance across downstream tasks.

Deep reinforcement learning has achieved many impressive results in recent years. However, tasks with sparse rewards or long horizons continue to pose significant challenges. To tackle these important problems, we propose a general framework that first learns useful skills in a pre-training environment, and then leverages the acquired skills for learning faster in downstream tasks. Our approach brings together some of the strengths of intrinsic motivation and hierarchical methods: the learning of useful skill is guided by a single proxy reward, the design of which requires very minimal domain knowledge about the downstream tasks. Then a high-level policy is trained on top of these skills, providing a significant improvement of the exploration and allowing to tackle sparse rewards in the downstream tasks. To efficiently pre-train a large span of skills, we use Stochastic Neural Networks combined with an information-theoretic regularizer. Our experiments show that this combination is effective in learning a wide span of interpretable skills in a sample-efficient way, and can significantly boost the learning performance uniformly across a wide range of downstream tasks.

Code Implementations2 repos
Foundations

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

Your Notes