paper-with-me

Papers

Curiosity-driven Exploration by Self-supervised Prediction

2017-05-15 · ICML 2017 8 · Deepak Pathak, Pulkit Agrawal, Alexei A. Efros, Trevor Darrell

In many real-world scenarios, rewards extrinsic to the agent are extremely sparse, or absent altogether. In such cases, curiosity can serve as an intrinsic reward signal to enable the agent to explore its environment and learn skills that might be useful later in its life. We formulate curiosity as the error in an agent's ability to predict the consequence of its own actions in a visual feature space learned by a self-supervised inverse dynamics model. Our formulation scales to high-dimensional continuous state spaces like images, bypasses the difficulties of directly predicting pixels, and, critically, ignores the aspects of the environment that cannot affect the agent. The proposed approach is evaluated in two environments: VizDoom and Super Mario Bros. Three broad settings are investigated: 1) sparse extrinsic reward, where curiosity allows for far fewer interactions with the environment to reach the goal; 2) exploration with no extrinsic reward, where curiosity pushes the agent to explore more efficiently; and 3) generalization to unseen scenarios (e.g. new levels of the same game) where the knowledge gained from earlier experience helps the agent explore new places much faster than starting from scratch. Demo video and code available at https://pathak22.github.io/noreward-rl/

📄 PDF Abstract BibTeX arXiv:1705.05363

Code (13)

pathak22/noreward-rl 공식 구현 tf
HaozheJasper/CBRL_KDD22 pytorch
MaxLikesMath/Adventures-In-Reinforcement-Learning pytorch
RLAgent/state-marginal-matching pytorch
adik993/ppo-pytorch pytorch
alex-petrenko/curious-rl
jcwleo/curiosity-driven-exploration-pytorch pytorch
lgerrets/rl18-curiosity
microsoft/strategically_efficient_rl tf
opendilab/DI-engine pytorch
ray-project/ray/tree/master/rllib
rpatrik96/AttA2C pytorch
uoe-agents/derl pytorch

Tasks

PredictionUnsupervised Reinforcement Learning

Similar Papers 제목 키워드 기반

Semantic Curiosity for Active Visual Learning

2020-06-16 · ECCV 2020 8 · Devendra Singh Chaplot, Helen Jiang, Saurabh Gupta, Abhinav Gupta

In this paper, we study the task of embodied interactive learning for object detection. Given a set of environments (and some labeling budget), our goal is to learn an object detector by having an agent select what data …

Objectobject-detectionObject Detection

Curiosity-Driven Multi-Agent Exploration with Mixed Objectives

2022-10-29 · Roben Delos Reyes, Kyunghwan Son, Jinhwan Jung, Wan Ju Kang 외

Intrinsic rewards have been increasingly used to mitigate the sparse reward problem in single-agent reinforcement learning. These intrinsic rewards encourage the agent to look for novel experiences, guiding the agent to …

Computational Theories of Curiosity-Driven Learning

2018-02-28 · Pierre-Yves Oudeyer

What are the functions of curiosity? What are the mechanisms of curiosity-driven learning? We approach these questions about the living using concepts and tools from machine learning and developmental robotics. We argue …

BIG-bench Machine LearningLifelong learning

Curiosity-Driven Development of Action and Language in Robots Through Self-Exploration

2025-10-06 · Theodore Jerome Tinker, Kenji Doya, Jun Tani arxiv

Infants acquire language with generalization from minimal experience, whereas large language models require billions of training tokens. What underlies efficient development in humans? We investigated this problem throug…

Active World Model Learning with Progress Curiosity

2020-07-15 · Kuno Kim, Megumi Sano, Julian De Freitas, Nick Haber 외

World models are self-supervised predictive models of how the world evolves. Humans learn world models by curiously exploring their environment, in the process acquiring compact abstractions of high bandwidth sensory inp…

model