LGAIJan 14, 2024

BET: Explaining Deep Reinforcement Learning through The Error-Prone Decisions

arXiv:2401.07263v1h-index: 13
Originality Incremental advance
AI Analysis

This addresses the need for transparent decision-making in safety-sensitive domains, though it is incremental as it builds on prior self-interpretable methods.

The paper tackles the problem of explaining deep reinforcement learning agents by identifying error-prone states, proposing a Backbone Extract Tree (BET) structure that shows superiority in explanation fidelity over existing models in various RL environments.

Despite the impressive capabilities of Deep Reinforcement Learning (DRL) agents in many challenging scenarios, their black-box decision-making process significantly limits their deployment in safety-sensitive domains. Several previous self-interpretable works focus on revealing the critical states of the agent's decision. However, they cannot pinpoint the error-prone states. To address this issue, we propose a novel self-interpretable structure, named Backbone Extract Tree (BET), to better explain the agent's behavior by identify the error-prone states. At a high level, BET hypothesizes that states in which the agent consistently executes uniform decisions exhibit a reduced propensity for errors. To effectively model this phenomenon, BET expresses these states within neighborhoods, each defined by a curated set of representative states. Therefore, states positioned at a greater distance from these representative benchmarks are more prone to error. We evaluate BET in various popular RL environments and show its superiority over existing self-interpretable models in terms of explanation fidelity. Furthermore, we demonstrate a use case for providing explanations for the agents in StarCraft II, a sophisticated multi-agent cooperative game. To the best of our knowledge, we are the first to explain such a complex scenarios using a fully transparent structure.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes