2018

Learn to Interpret Atari Agents

Yang, Zhao, Bai, Song, Zhang, Li et al.

Understand

Deep reinforcement learning (DeepRL) agents surpass human-level performance in many tasks.

  • However, the direct mapping from states to actions makes it hard to interpret the rationale behind the decision-making of the agents.
  • In contrast to previous a-posteriori methods for visualizing DeepRL policies, in this work, we propose to equip the DeepRL model with an innate visualization ability.
  • Our proposed agent, named region-sensitive Rainbow (RS-Rainbow), is an end-to-end trainable network based on the original Rainbow, a powerful deep Q-network agent.

Reading the bibliography…