English

Visualizing and Understanding Atari Agents

Artificial Intelligence 2018-09-12 v5

Abstract

While deep reinforcement learning (deep RL) agents are effective at maximizing rewards, it is often unclear what strategies they use to do so. In this paper, we take a step toward explaining deep RL agents through a case study using Atari 2600 environments. In particular, we focus on using saliency maps to understand how an agent learns and executes a policy. We introduce a method for generating useful saliency maps and use it to show 1) what strong agents attend to, 2) whether agents are making decisions for the right or wrong reasons, and 3) how agents evolve during learning. We also test our method on non-expert human subjects and find that it improves their ability to reason about these agents. Overall, our results show that saliency information can provide significant insight into an RL agent's decisions and learning behavior.

Keywords

Cite

@article{arxiv.1711.00138,
  title  = {Visualizing and Understanding Atari Agents},
  author = {Sam Greydanus and Anurag Koul and Jonathan Dodge and Alan Fern},
  journal= {arXiv preprint arXiv:1711.00138},
  year   = {2018}
}

Comments

ICML 2018 conference paper. Code: https://github.com/greydanus/visualize_atari Blog: https://greydanus.github.io/2017/11/01/visualize-atari/

R2 v1 2026-06-22T22:32:20.783Z