Large-scale study of curiosity-driven learning

OpenAI Blog Papers

Summary

OpenAI presents a large-scale empirical study of curiosity-driven reinforcement learning without extrinsic rewards across 54 benchmark environments, showing strong performance and investigating the role of feature spaces in prediction-based reward signals.

No content available
Original Article
View Cached Full Text

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

# Large-scale study of curiosity-driven learning Source: [https://openai.com/index/large-scale-study-of-curiosity-driven-learning/](https://openai.com/index/large-scale-study-of-curiosity-driven-learning/) OpenAI## Abstract Reinforcement learning algorithms rely on carefully engineering environment rewards that are extrinsic to the agent\. However, annotating each environment with hand\-designed, dense rewards is not scalable, motivating the need for developing reward functions that are intrinsic to the agent\. Curiosity is a type of intrinsic reward function which uses prediction error as reward signal\. In this paper: \(a\) We perform the first large\-scale study of purely curiosity\-driven learning, i\.e\. without any extrinsic rewards, across 54 standard benchmark environments, including the Atari game suite\. Our results show surprisingly good performance, and a high degree of alignment between the intrinsic curiosity objective and the hand\-designed extrinsic rewards of many game environments\. \(b\) We investigate the effect of using different feature spaces for computing prediction error and show that random features are sufficient for many popular RL game benchmarks, but learned features appear to generalize better \(e\.g\. to novel game levels in Super Mario Bros\.\)\. \(c\) We demonstrate limitations of the prediction\-based rewards in stochastic setups\. Game\-play videos and code are at[this https URL⁠\(opens in a new window\)](https://pathak22.github.io/large-scale-curiosity/)\.

Similar Articles

Reinforcement learning with prediction-based rewards

OpenAI Blog

OpenAI introduces Random Network Distillation (RND), a prediction-based method for encouraging exploration in RL agents through curiosity, achieving human-level performance on Montezuma's Revenge without demonstrations or game state access.

Learning from human preferences

OpenAI Blog

OpenAI presents a method for training AI agents using human preference feedback, where an agent learns reward functions from human comparisons of behavior trajectories and uses reinforcement learning to optimize for the inferred goals. The approach demonstrates strong sample efficiency, requiring less than 1000 bits of human feedback to train an agent to perform a backflip.