Learning a hierarchy
OpenAI just cracked hierarchical RL. Agents can now learn meta-skills that transfer across thousands of timesteps.

Why it matters
Hierarchical reinforcement learning represents a fundamental shift in how agents learn—discovering reusable high-level actions that dramatically accelerate task mastery. This capability compounds across domains and could reshape how AI systems approach complex, multi-step problems.
The key facts
11 to knowAlgorithm learns high-level actions transferable across multiple tasks
Enables fast solving of tasks requiring thousands of timesteps
Demonstrated on navigation: agents discovered walking and crawling primitives
Published by OpenAI, October 2017
Addresses compositionality and abstraction in reinforcement learning
Hierarchical reinforcement learning algorithm developed
Solves tasks requiring thousands of timesteps
Agent discovers high-level locomotion actions (walking, crawling, directional movement)
Fast transfer learning to new navigation tasks
Published October 2017 (OpenAI research)
HISTORICAL_CONTEXT: Pre-dates modern LLM agents; foundational RL research
Go to the source
OpenAI Blogopenai.com
Publisher excerpt: We’ve developed a hierarchical reinforcement learning algorithm that learns high-level actions useful for solving a range of tasks, allowing fast solving of tasks requiring thousands of timesteps. Our algorithm, when applied to a set of navigation problems, discovers a set of high-level actions for…