Stochastic Neural Networks for hierarchical reinforcement learning

OpenAI Blog Papers

Summary

OpenAI researchers propose a framework using stochastic neural networks for hierarchical reinforcement learning that pre-trains useful skills guided by a proxy reward, then leverages these skills for faster learning in downstream tasks with sparse rewards or long horizons.

No content available
Original Article
View Cached Full Text

Cached at: 04/20/26, 02:56 PM

# Stochastic Neural Networks for hierarchical reinforcement learning Source: [https://openai.com/index/stochastic-neural-networks-for-hierarchical-reinforcement-learning/](https://openai.com/index/stochastic-neural-networks-for-hierarchical-reinforcement-learning/) OpenAI## Abstract 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\.

Similar Articles

Learning a hierarchy

OpenAI Blog

OpenAI research proposes hierarchical reinforcement learning where agents break down complex tasks into sequences of high-level actions rather than low-level ones, significantly improving efficiency for long-horizon tasks by reducing search complexity from thousands of steps to dozens.

Adaptive Multi-Horizon Reinforcement Learning

arXiv cs.LG

This paper proposes a multi-horizon reinforcement learning approach that adaptively selects and combines temporal horizons, enabling robust adaptation to changing reward structures without manual discount factor tuning, with empirical validation in MiniGrid environments.