Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.52 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.52 KB

Benchmarking Perturbation-based Saliency Maps for Explaining Atari Agents

This repository contains the official implementation for the paper "Benchmarking Perturbation-based Saliency Maps for Explaining Atari Agents" (https://arxiv.org/abs/2101.07312). This paper implements and compares 5 different perturbation based XAI approaches:

In addition to creating saliency maps, the code is used to run sanity checks (https://arxiv.org/abs/1810.03292), an insertion metric (https://arxiv.org/abs/1806.07421).

Subfolders

The repository is split into two subfolders: applications/affectnet and applications/atari

  • applications/atari contains 4 trained atari agents (Pac-Man, Breakout, Space Invaders, and Frostbite), the code to generate saliency maps for them, and the comparisons metrics (sanity checks and insertion metric).
  • applications/affectnet is deprecated. It contains an emotion recognition model and the code to generate saliency maps for it.

Each subfolder contains an additional readme-file with more detailed information on how to use the code for the respective application.