paper-with-me

Papers

Interpretable and Editable Programmatic Tree Policies for Reinforcement Learning

2024-05-23 · Hector Kohler, Quentin Delfosse, Riad Akrour, Kristian Kersting, Philippe Preux

Deep reinforcement learning agents are prone to goal misalignments. The black-box nature of their policies hinders the detection and correction of such misalignments, and the trust necessary for real-world deployment. So far, solutions learning interpretable policies are inefficient or require many human priors. We propose INTERPRETER, a fast distillation method producing INTerpretable Editable tRee Programs for ReinforcEmenT lEaRning. We empirically demonstrate that INTERPRETER compact tree programs match oracles across a diverse set of sequential decision tasks and evaluate the impact of our design choices on interpretability and performances. We show that our policies can be interpreted and edited to correct misalignments on Atari games and to explain real farming strategies.

📄 PDF Abstract BibTeX arXiv:2405.14956

Code (1)

KohlerHECTOR/interpreter-py 공식 구현

Tasks

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

DiPRL: Learning Discrete Programmatic Policies via Architecture Entropy Regularization

2026-05-18 · Chengpeng Hu, Yingqian Zhang, Hendrik Baier arxiv

Programmatic reinforcement learning (PRL) offers an interpretable alternative to deep reinforcement learning by representing policies as human-readable and -editable programs. While gradient-based methods have been devel…

Reinforcement Learning

Scheduling That Speaks: An Interpretable Programmatic Reinforcement Learning Framework

2026-05-18 · Chengpeng Hu, Yingqian Zhang, Hendrik Baier arxiv

Deep reinforcement learning (DRL) has recently emerged as a promising approach to solve combinatorial optimization problems such as job shop scheduling. However, the policies learned by DRL are typically represented by d…

Reinforcement Learning

Synthesizing Programmatic Policies with Actor-Critic Algorithms and ReLU Networks

2023-08-04 · Spyros Orfanos, Levi H. S. Lelis

Programmatically Interpretable Reinforcement Learning (PIRL) encodes policies in human-readable computer programs. Novel algorithms were recently introduced with the goal of handling the lack of gradient signal to guide …

Translation

Programmatically Interpretable Reinforcement Learning

2018-04-06 · ICML 2018 7 · Abhinav Verma, Vijayaraghavan Murali, Rishabh Singh, Pushmeet Kohli 외

We present a reinforcement learning framework, called Programmatically Interpretable Reinforcement Learning (PIRL), that is designed to generate interpretable and verifiable agent policies. Unlike the popular Deep Reinfo…

Car RacingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

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)