English

VIME: Variational Information Maximizing Exploration

Machine Learning 2017-01-30 v4 Artificial Intelligence Robotics Machine Learning

Abstract

Scalable and effective exploration remains a key challenge in reinforcement learning (RL). While there are methods with optimality guarantees in the setting of discrete state and action spaces, these methods cannot be applied in high-dimensional deep RL scenarios. As such, most contemporary RL relies on simple heuristics such as epsilon-greedy exploration or adding Gaussian noise to the controls. This paper introduces Variational Information Maximizing Exploration (VIME), an exploration strategy based on maximization of information gain about the agent's belief of environment dynamics. We propose a practical implementation, using variational inference in Bayesian neural networks which efficiently handles continuous state and action spaces. VIME modifies the MDP reward function, and can be applied with several different underlying RL algorithms. We demonstrate that VIME achieves significantly better performance compared to heuristic exploration methods across a variety of continuous control tasks and algorithms, including tasks with very sparse rewards.

Keywords

Cite

@article{arxiv.1605.09674,
  title  = {VIME: Variational Information Maximizing Exploration},
  author = {Rein Houthooft and Xi Chen and Yan Duan and John Schulman and Filip De Turck and Pieter Abbeel},
  journal= {arXiv preprint arXiv:1605.09674},
  year   = {2017}
}

Comments

Published in Advances in Neural Information Processing Systems 29 (NIPS), pages 1109-1117

R2 v1 2026-06-22T14:13:56.142Z