paper-with-me

Papers

Iterative Bounding MDPs: Learning Interpretable Policies via Non-Interpretable Methods

2021-02-25 · Nicholay Topin, Stephanie Milani, Fei Fang, Manuela Veloso

Current work in explainable reinforcement learning generally produces policies in the form of a decision tree over the state space. Such policies can be used for formal safety verification, agent behavior prediction, and manual inspection of important features. However, existing approaches fit a decision tree after training or use a custom learning procedure which is not compatible with new learning techniques, such as those which use neural networks. To address this limitation, we propose a novel Markov Decision Process (MDP) type for learning decision tree policies: Iterative Bounding MDPs (IBMDPs). An IBMDP is constructed around a base MDP so each IBMDP policy is guaranteed to correspond to a decision tree policy for the base MDP when using a method-agnostic masking procedure. Because of this decision tree equivalence, any function approximator can be used during training, including a neural network, while yielding a decision tree policy for the base MDP. We present the required masking procedure as well as a modified value update step which allows IBMDPs to be solved using existing algorithms. We apply this procedure to produce IBMDP variants of recent reinforcement learning methods. We empirically show the benefits of our approach by solving IBMDPs to produce decision tree policies for the base MDPs.

📄 PDF Abstract BibTeX arXiv:2102.13045

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

SPOT: Scalable Policy Optimization with Trees for Markov Decision Processes

2025-10-22 · Xuyuan Xiong, Pedro Chumpitaz-Flores, Kaixun Hua, Cheng Hua arxiv

Interpretable reinforcement learning policies are essential for high-stakes decision-making, yet optimizing decision tree policies in Markov Decision Processes (MDPs) remains challenging. We propose SPOT, a novel method …

Reinforcement Learning

Distilling Reinforcement Learning Policies for Interpretable Robot Locomotion: Gradient Boosting Machines and Symbolic Regression

2024-03-21 · Fernando Acero, Zhibin Li

Recent advancements in reinforcement learning (RL) have led to remarkable achievements in robot locomotion capabilities. However, the complexity and ``black-box'' nature of neural network-based RL policies hinder their i…

Additive modelsReinforcement Learning (RL)Symbolic Regression

Lazy-MDPs: Towards Interpretable Reinforcement Learning by Learning When to Act

2022-03-16 · Alexis Jacq, Johan Ferret, Olivier Pietquin, Matthieu Geist

Traditionally, Reinforcement Learning (RL) aims at deciding how to act optimally for an artificial agent. We argue that deciding when to act is equally important. As humans, we drift from default, instinctive or memorize…

Atari GamesDecision Makingreinforcement-learningReinforcement Learning (RL)

Programmatic Policy Extraction by Iterative Local Search

2022-01-18 · Rasmus Larsen, Mikkel Nørgaard Schmidt

Reinforcement learning policies are often represented by neural networks, but programmatic policies are preferred in some cases because they are more interpretable, amenable to formal verification, or generalize better. …

reinforcement-learningReinforcement Learning (RL)

Equivariant Networks for Zero-Shot Coordination

2022-10-21 · Darius Muglich, Christian Schroeder de Witt, Elise van der Pol, Shimon Whiteson 외

Successful coordination in Dec-POMDPs requires agents to adopt robust strategies and interpretable styles of play for their partner. A common failure mode is symmetry breaking, when agents arbitrarily converge on one out…