paper-with-me

홈 › Papers

Models of human preference for learning reward functions

2022-06-05 · W. Bradley Knox, Stephane Hatgis-Kessell, Serena Booth, Scott Niekum, Peter Stone, Alessandro Allievi

The utility of reinforcement learning is limited by the alignment of reward functions with the interests of human stakeholders. One promising method for alignment is to learn the reward function from human-generated preferences between pairs of trajectory segments, a type of reinforcement learning from human feedback (RLHF). These human preferences are typically assumed to be informed solely by partial return, the sum of rewards along each segment. We find this assumption to be flawed and propose modeling human preferences instead as informed by each segment's regret, a measure of a segment's deviation from optimal decision-making. Given infinitely many preferences generated according to regret, we prove that we can identify a reward function equivalent to the reward function that generated those preferences, and we prove that the previous partial return model lacks this identifiability property in multiple contexts. We empirically show that our proposed regret preference model outperforms the partial return preference model with finite training data in otherwise the same setting. Additionally, we find that our proposed regret preference model better predicts real human preferences and also learns reward functions from these preferences that lead to policies that are better human-aligned. Overall, this work establishes that the choice of preference model is impactful, and our proposed regret preference model provides an improvement upon a core assumption of recent research. We have open sourced our experimental code, the human preferences dataset we gathered, and our training and preference elicitation interfaces for gathering a such a dataset.

📄 PDF Abstract BibTeX arXiv:2206.02231

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingreinforcement-learning

Similar Papers 제목 키워드 기반

Active Preference-Based Gaussian Process Regression for Reward Learning

2020-05-06 · Erdem Biyik, Nicolas Huynh, Mykel J. Kochenderfer, Dorsa Sadigh

Designing reward functions is a challenging problem in AI and robotics. Humans usually have a difficult time directly specifying all the desirable behaviors that a robot needs to optimize. One common approach is to learn…

regression

Repairing Reward Functions with Feedback to Mitigate Reward Hacking

2025-10-14 · Stephane Hatgis-Kessell, Logan Mondal Bhamidipaty, Emma Brunskill arxiv

Human-designed reward functions for reinforcement learning (RL) agents are frequently misaligned with the humans' true, unobservable objectives, and thus act only as proxies. Optimizing for a misspecified proxy reward fu…

Reinforcement Learning

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…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Beyond Human Preferences: Exploring Reinforcement Learning Trajectory Evaluation and Improvement through LLMs

2024-06-28 · Zichao Shen, Tianchen Zhu, Qingyun Sun, Shiqi Gao 외

Reinforcement learning (RL) faces challenges in evaluating policy trajectories within intricate game tasks due to the difficulty in designing comprehensive and precise reward functions. This inherent difficulty curtails …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Inverse Preference Learning: Preference-based RL without a Reward Function

2023-09-21 · NeurIPS 2023 11

Reward functions are difficult to design and often hard to align with human intent. Preference-based Reinforcement Learning (RL) algorithms address these problems by learning reward functions from human feedback. However…