paper-with-me

홈 › Papers

Explaining RL Decisions with Trajectories

2023-05-06 · Shripad Vilasrao Deshmukh, Arpan Dasgupta, Balaji Krishnamurthy, Nan Jiang, Chirag Agarwal, Georgios Theocharous, Jayakumar Subramanian

Explanation is a key component for the adoption of reinforcement learning (RL) in many real-world decision-making problems. In the literature, the explanation is often provided by saliency attribution to the features of the RL agent's state. In this work, we propose a complementary approach to these explanations, particularly for offline RL, where we attribute the policy decisions of a trained RL agent to the trajectories encountered by it during training. To do so, we encode trajectories in offline training data individually as well as collectively (encoding a set of trajectories). We then attribute policy decisions to a set of trajectories in this encoded space by estimating the sensitivity of the decision with respect to that set. Further, we demonstrate the effectiveness of the proposed approach in terms of quality of attributions as well as practical scalability in diverse environments that involve both discrete and continuous state and action spaces such as grid-worlds, video games (Atari) and continuous control (MuJoCo). We also conduct a human study on a simple navigation task to observe how their understanding of the task compares with data attributed for a trained RL policy. Keywords -- Explainable AI, Verifiability of AI Decisions, Explainable RL.

📄 PDF Abstract BibTeX arXiv:2305.04073

Code (2)

shripaddeshmukh/xrl_with_trajectories 공식 구현
karim-abdel/fact pytorch

Tasks

Attributecontinuous-controlContinuous ControlDecision MakingMuJoCoOffline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

'Explaining RL Decisions with Trajectories': A Reproducibility Study

2024-11-11 · Karim Abdel Sadek, Matteo Nulli, Joan Velja, Jort Vincenti

This work investigates the reproducibility of the paper 'Explaining RL decisions with trajectories'. The original paper introduces a novel approach in explainable reinforcement learning based on the attribution decisions…

Behaviour Discovery and Attribution for Explainable Reinforcement Learning

2025-03-19 · Rishav Rishav, Somjit Nath, Vincent Michalski, Samira Ebrahimi Kahou

Explaining the decisions made by reinforcement learning (RL) agents is critical for building trust and ensuring reliability in real-world applications. Traditional approaches to explainability often rely on saliency anal…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Rate-Distortion Framework for Explaining Black-box Model Decisions

2021-10-12 · Stefan Kolek, Duc Anh Nguyen, Ron Levie, Joan Bruna 외

We present the Rate-Distortion Explanation (RDE) framework, a mathematically well-founded method for explaining black-box model decisions. The framework is based on perturbations of the target input signal and applies to…

Physical Simulations

Know your Trajectory -- Trustworthy Reinforcement Learning deployment through Importance-Based Trajectory Analysis

2025-12-07 · Clifford F, Devika Jay, Abhishek Sarkar, Satheesh K Perepu 외 arxiv

As Reinforcement Learning (RL) agents are increasingly deployed in real-world applications, ensuring their behavior is transparent and trustworthy is paramount. A key component of trust is explainability, yet much of the…

Reinforcement LearningOpenAI Gym

Explaining decisions made with AI: A workbook (Use case 1: AI-assisted recruitment tool)

2021-03-20 · David Leslie, Morgan Briggs

Over the last two years, The Alan Turing Institute and the Information Commissioner's Office (ICO) have been working together to discover ways to tackle the difficult issues surrounding explainable AI. The ultimate produ…