2018

Generalization and Regularization in DQN

Farebrother, Jesse, Machado, Marlos C., Bowling, Michael

Understand

Deep reinforcement learning algorithms have shown an impressive ability to learn complex control policies in high-dimensional tasks.

  • However, despite the ever-increasing performance on popular benchmarks, policies learned by deep reinforcement learning algorithms can struggle to generalize when evaluated in remarkably similar environments.
  • In this paper we propose a protocol to evaluate generalization in reinforcement learning through different modes of Atari 2600 games.
  • With that protocol we assess the generalization capabilities of DQN, one of the most traditional deep reinforcement learning algorithms, and we provide evidence suggesting that DQN overspecializes to the training environment.

Reading the bibliography…