paper-with-me

Papers

Interpretable Preference-based Reinforcement Learning with Tree-Structured Reward Functions

2021-12-20 · Tom Bewley, Freddy Lecue

The potential of reinforcement learning (RL) to deliver aligned and performant agents is partially bottlenecked by the reward engineering problem. One alternative to heuristic trial-and-error is preference-based RL (PbRL), where a reward function is inferred from sparse human feedback. However, prior PbRL methods lack interpretability of the learned reward structure, which hampers the ability to assess robustness and alignment. We propose an online, active preference learning algorithm that constructs reward functions with the intrinsically interpretable, compositional structure of a tree. Using both synthetic and human-provided feedback, we demonstrate sample-efficient learning of tree-structured reward functions in several environments, then harness the enhanced interpretability to explore and debug for alignment.

📄 PDF Abstract BibTeX arXiv:2112.11230

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Learning Interpretable Models of Aircraft Handling Behaviour by Reinforcement Learning from Human Feedback

2023-05-26 · Tom Bewley, Jonathan Lawry, Arthur Richards

We propose a method to capture the handling abilities of fast jet pilots in a software model via reinforcement learning (RL) from human preference feedback. We use pairwise preferences over simulated flight trajectories …

Reinforcement Learning (RL)

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…

Atari GamesDiagnostic

TGPO: Tree-Guided Preference Optimization for Robust Web Agent Reinforcement Learning

2025-09-17 · Ziyuan Chen, Zhenghui Zhao, Zhangye Han, Miancan Liu 외 arxiv

With the rapid advancement of large language models and vision-language models, employing large models as Web Agents has become essential for automated web interaction. However, training Web Agents with reinforcement lea…

Reinforcement Learning

DIP-RL: Demonstration-Inferred Preference Learning in Minecraft

2023-07-22 · Ellen Novoseller, Vinicius G. Goecks, David Watkins, Josh Miller 외

In machine learning for sequential decision-making, an algorithmic agent learns to interact with an environment while receiving feedback in the form of a reward signal. However, in many unstructured real-world settings, …

Decision MakingMinecraftreinforcement-learningReinforcement Learning+2

Reward Learning with Trees: Methods and Evaluation

2022-10-03 · Tom Bewley, Jonathan Lawry, Arthur Richards, Rachel Craddock 외

Recent efforts to learn reward functions from human feedback have tended to use deep neural networks, whose lack of transparency hampers our ability to explain agent behaviour or verify alignment. We explore the merits o…