paper-with-me

Papers

Explaining Reinforcement Learning Agents Through Counterfactual Action Outcomes

2023-12-18 · Yotam Amitai, Yael Septon, Ofra Amir

Explainable reinforcement learning (XRL) methods aim to help elucidate agent policies and decision-making processes. The majority of XRL approaches focus on local explanations, seeking to shed light on the reasons an agent acts the way it does at a specific world state. While such explanations are both useful and necessary, they typically do not portray the outcomes of the agent's selected choice of action. In this work, we propose ``COViz'', a new local explanation method that visually compares the outcome of an agent's chosen action to a counterfactual one. In contrast to most local explanations that provide state-limited observations of the agent's motivation, our method depicts alternative trajectories the agent could have taken from the given state and their outcomes. We evaluated the usefulness of COViz in supporting people's understanding of agents' preferences and compare it with reward decomposition, a local explanation method that describes an agent's expected utility for different actions by decomposing it into meaningful reward types. Furthermore, we examine the complementary benefits of integrating both methods. Our results show that such integration significantly improved participants' performance.

📄 PDF Abstract BibTeX arXiv:2312.11118

Code (1)

yotamitai/coviz 공식 구현

Tasks

counterfactualDecision Makingreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Counterfactual States for Atari Agents via Generative Deep Learning

2019-09-27 · Matthew L. Olson, Lawrence Neal, Fuxin Li, Weng-Keen Wong

Although deep reinforcement learning agents have produced impressive results in many domains, their decision making is difficult to explain to humans. To address this problem, past work has mainly focused on explaining w…

counterfactualDecision MakingDeep LearningDeep Reinforcement Learning+1

Counterfactual Effect Decomposition in Multi-Agent Sequential Decision Making

2024-10-16 · Stelios Triantafyllou, Aleksa Sukovic, Yasaman Zolfimoselo, Goran Radanovic

We address the challenge of explaining counterfactual outcomes in multi-agent Markov decision processes. In particular, we aim to explain the total counterfactual effect of an agent's action on the outcome of a realized …

AttributecounterfactualDecision MakingSequential Decision Making

ACTER: Diverse and Actionable Counterfactual Sequences for Explaining and Diagnosing RL Policies

2024-02-09 · Jasmina Gajcin, Ivana Dusparic

Understanding how failure occurs and how it can be prevented in reinforcement learning (RL) is necessary to enable debugging, maintain user trust, and develop personalized policies. Counterfactual reasoning has often bee…

counterfactualCounterfactual ReasoningDiversityreinforcement-learning+1

Explaining Black-Box Models through Counterfactuals

2023-08-14 · Patrick Altmeyer, Arie van Deursen, Cynthia C. S. Liem

We present CounterfactualExplanations.jl: a package for generating Counterfactual Explanations (CE) and Algorithmic Recourse (AR) for black-box models in Julia. CE explain how inputs into a model need to change to yield …

counterfactualExplainable artificial intelligence

GANterfactual-RL: Understanding Reinforcement Learning Agents' Strategies through Visual Counterfactual Explanations

2023-02-24 · Tobias Huber, Maximilian Demmler, Silvan Mertes, Matthew L. Olson 외

Counterfactual explanations are a common tool to explain artificial intelligence models. For Reinforcement Learning (RL) agents, they answer "Why not?" or "What if?" questions by illustrating what minimal change to a sta…

counterfactualDecision Makingreinforcement-learningReinforcement Learning (RL)