paper-with-me

홈 › Papers

BXRL: Behavior-Explainable Reinforcement Learning

2026-03-24 · Ram Rachum, Yotam Amitai, Yonatan Nakar, Reuth Mirsky, Cameron Allen arxiv

A major challenge of Reinforcement Learning is that agents often learn undesired behaviors that seem to defy the reward structure they were given. Explainable Reinforcement Learning (XRL) methods can answer queries such as "explain this specific action", "explain this specific trajectory", and "explain the entire policy". However, XRL lacks a formal definition for behavior as a pattern of actions across many episodes. We provide such a definition, and use it to enable a new query: "Explain this behavior". We present Behavior-Explainable Reinforcement Learning (BXRL), a new problem formulation that treats behaviors as first-class objects. BXRL defines a behavior measure as any function $m : Π\to \mathbb{R}$, allowing users to precisely express the pattern of actions that they find interesting and measure how strongly the policy exhibits it. We define contrastive behaviors that reduce the question "why does the agent prefer $a$ to $a'$?" to "why is $m(π)$ high?" which can be explored with differentiation. We do not implement an explainability method; we instead analyze three existing methods and propose how they could be adapted to explain behavior. We present a port of the HighwayEnv driving environment to JAX, which provides an interface for defining, measuring, and differentiating behaviors with respect to the model parameters.

📄 PDF Abstract BibTeX arXiv:2603.23738

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SymbXRL: Symbolic Explainable Deep Reinforcement Learning for Mobile Networks

2026-01-29 · Abhishek Duttagupta, MohammadErfan Jabbari, Claudio Fiandrino, Marco Fiore 외 arxiv

The operation of future 6th-generation (6G) mobile networks will increasingly rely on the ability of deep reinforcement learning (DRL) to optimize network decisions in real-time. DRL yields demonstrated efficacy in vario…

Reinforcement LearningLogical Reasoning

Explaining Agent's Decision-making in a Hierarchical Reinforcement Learning Scenario

2022-12-14 · Hugo Muñoz, Ernesto Portugal, Angel Ayala, Bruno Fernandes 외

Reinforcement learning is a machine learning approach based on behavioral psychology. It is focused on learning agents that can acquire knowledge and learn to carry out new tasks by interacting with the environment. Howe…

Decision MakingHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning+1

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)

ReLMXEL: Adaptive RL-Based Memory Controller with Explainable Energy and Latency Optimization

2026-03-18 · Panuganti Chirag Sai, Gandholi Sarat, R. Raghunatha Sarma, Venkata Kalyan Tavva 외 arxiv

Reducing latency and energy consumption is critical to improving the efficiency of memory systems in modern computing. This work introduces ReLMXEL (Reinforcement Learning for Memory Controller with Explainable Energy an…

Reinforcement Learning

Co-Activation Graph Analysis of Safety-Verified and Explainable Deep Reinforcement Learning Policies

2025-01-06 · Dennis Gross, Helge Spieker

Deep reinforcement learning (RL) policies can demonstrate unsafe behaviors and are challenging to interpret. To address these challenges, we combine RL policy model checking--a technique for determining whether RL polici…

Decision MakingDeep Reinforcement LearningReinforcement Learning (RL)Sequential Decision Making