paper-with-me

홈 › Papers

Surprise-Based Intrinsic Motivation for Deep Reinforcement Learning

2017-03-06 · Joshua Achiam, Shankar Sastry

Exploration in complex domains is a key challenge in reinforcement learning, especially for tasks with very sparse rewards. Recent successes in deep reinforcement learning have been achieved mostly using simple heuristic exploration strategies such as $\epsilon$-greedy action selection or Gaussian control noise, but there are many tasks where these methods are insufficient to make any learning progress. Here, we consider more complex heuristics: efficient and scalable exploration strategies that maximize a notion of an agent's surprise about its experiences via intrinsic motivation. We propose to learn a model of the MDP transition probabilities concurrently with the policy, and to form intrinsic rewards that approximate the KL-divergence of the true transition probabilities from the learned model. One of our approximations results in using surprisal as intrinsic motivation, while the other gives the $k$-step learning progress. We show that our incentives enable agents to succeed in a wide range of environments with high-dimensional state spaces and very sparse rewards, including continuous control tasks and games in the Atari RAM domain, outperforming several other heuristic exploration techniques.

📄 PDF Abstract BibTeX arXiv:1703.01732

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

An information-theoretic perspective on intrinsic motivation in reinforcement learning: a survey

2022-09-19 · Arthur Aubret, Laetitia Matignon, Salima Hassas

The reinforcement learning (RL) research area is very active, with an important number of new contributions; especially considering the emergent field of deep RL (DRL). However a number of scientific and technical challe…

reinforcement-learningReinforcement Learning (RL)

SuS: Strategy-aware Surprise for Intrinsic Exploration

2026-01-15 · Mark Kashirskiy, Ilya Makarov arxiv

We propose Strategy-aware Surprise (SuS), a novel intrinsic motivation framework that uses pre-post prediction mismatch as a novelty signal for exploration in reinforcement learning. Unlike traditional curiosity-driven m…

Reinforcement LearningMathematical Reasoning

Surprise-Adaptive Intrinsic Motivation for Unsupervised Reinforcement Learning

2024-05-27 · Adriana Hugessen, Roger Creus Castanyer, Faisal Mohamed, Glen Berseth

Both entropy-minimizing and entropy-maximizing (curiosity) objectives for unsupervised reinforcement learning (RL) have been shown to be effective in different environments, depending on the environment's level of natura…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Unsupervised Reinforcement Learning

Intrinsic Motivation for Encouraging Synergistic Behavior

2020-02-12 · ICLR 2020 1 · Rohan Chitnis, Shubham Tulsiani, Saurabh Gupta, Abhinav Gupta

We study the role of intrinsic motivation as an exploration bias for reinforcement learning in sparse-reward synergistic tasks, which are tasks where multiple agents must work together to achieve a goal they could not in…

Reinforcement Learning

Control What You Can: Intrinsically Motivated Task-Planning Agent

2019-06-19 · NeurIPS 2019 12 · Sebastian Blaes, Marin Vlastelica Pogančić, Jia-Jie Zhu, Georg Martius

We present a novel intrinsically motivated agent that learns how to control the environment in the fastest possible manner by optimizing learning progress. It learns what can be controlled, how to allocate time and atten…

Task Planning