2017

Surprise-Based Intrinsic Motivation for Deep Reinforcement Learning

Achiam, Joshua, Sastry, Shankar

Understand

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.

Reading the bibliography…