paper-with-me

Papers

Can Differentiable Decision Trees Enable Interpretable Reward Learning from Human Feedback?

2023-06-22 · Akansha Kalra, Daniel S. Brown

Reinforcement Learning from Human Feedback (RLHF) has emerged as a popular paradigm for capturing human intent to alleviate the challenges of hand-crafting the reward values. Despite the increasing interest in RLHF, most works learn black box reward functions that while expressive are difficult to interpret and often require running the whole costly process of RL before we can even decipher if these frameworks are actually aligned with human preferences. We propose and evaluate a novel approach for learning expressive and interpretable reward functions from preferences using Differentiable Decision Trees (DDTs). Our experiments across several domains, including CartPole, Visual Gridworld environments and Atari games, provide evidence that the tree structure of our learned reward function is useful in determining the extent to which the reward function is aligned with human preferences. We also provide experimental evidence that not only shows that reward DDTs can often achieve competitive RL performance when compared with larger capacity deep neural network reward functions but also demonstrates the diagnostic utility of our framework in checking alignment of learned reward functions. We also observe that the choice between soft and hard (argmax) output of reward DDT reveals a tension between wanting highly shaped rewards to ensure good RL performance, while also wanting simpler, more interpretable rewards. Videos and code, are available at: https://sites.google.com/view/ddt-rlhf

📄 PDF Abstract BibTeX arXiv:2306.13004

Code (1)

akansha-kalra/RLC2024-DDT-Reward-Learning 공식 구현 pytorch

Tasks

Atari GamesDiagnostic

Similar Papers 제목 키워드 기반

Optimization Methods for Interpretable Differentiable Decision Trees in Reinforcement Learning

2019-03-22 · Andrew Silva, Taylor Killian, Ivan Dario Jimenez Rodriguez, Sung-Hyun Son 외

Decision trees are ubiquitous in machine learning for their ease of use and interpretability. Yet, these models are not typically employed in reinforcement learning as they cannot be updated online via stochastic gradien…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

MoET: Interpretable and Verifiable Reinforcement Learning via Mixture of Expert Trees

2019-09-25 · Marko Vasic, Andrija Petrovic, Kaiyuan Wang, Mladen Nikolic 외

Deep Reinforcement Learning (DRL) has led to many recent breakthroughs on complex control tasks, such as defeating the best human player in the game of Go. However, decisions made by the DRL agent are not explainable, hi…

Deep Reinforcement LearningGame of GoImitation LearningMixture-of-Experts+3

Feature Learning for Interpretable, Performant Decision Trees

2023-09-21 · NeurIPS 2023 11

Decision trees are regarded for high interpretability arising from their hierarchical partitioning structure built on simple decision rules. However, in practice, this is not realized because axis-aligned partitioning of…

Interpretable Classification via Supervised Variational Autoencoders and Differentiable Decision Trees

2018-01-01 · ICLR 2018 1 · Eleanor Quint, Garrett Wirka, Jacob Williams, Stephen Scott 외

As deep learning-based classifiers are increasingly adopted in real-world applications, the importance of understanding how a particular label is chosen grows. Single decision trees are an example of a simple, interpreta…

DecoderGeneral Classification

RRL: A Scalable Classifier for Interpretable Rule-Based Representation Learning

2021-01-01 · Zhuo Wang, Wei zhang, Ning Liu, Jianyong Wang

Rule-based models, e.g., decision trees, are widely used in scenarios demanding high model interpretability for their transparent inner structures and good model expressivity. However, rule-based models are hard to optim…

Representation Learning