English

Repairing Reward Functions with Feedback to Mitigate Reward Hacking

Artificial Intelligence 2026-01-30 v2 Machine Learning

Abstract

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 function often induces reward hacking, resulting in a policy misaligned with the human's true objectives. An alternative is to perform RL from human feedback, which involves learning a reward function from scratch by collecting human preferences over pairs of trajectories. However, building such datasets is costly. To address the limitations of both approaches, we propose Preference-Based Reward Repair (PBRR): an automated iterative framework that repairs a human-specified proxy reward function by learning an additive, transition-dependent correction term from preferences. A manually specified reward function can yield policies that are highly suboptimal under the ground-truth objective, yet corrections on only a few transitions may suffice to recover optimal performance. To identify and correct for those transitions, PBRR uses a targeted exploration strategy and a new preference-learning objective. We prove in tabular domains PBRR has a cumulative regret that matches, up to constants, that of prior preference-based RL methods. In addition, on a suite of reward-hacking benchmarks, PBRR consistently outperforms baselines that learn a reward function from scratch from preferences or modify the proxy reward function using other approaches, requiring substantially fewer preferences to learn high performing policies.

Keywords

Cite

@article{arxiv.2510.13036,
  title  = {Repairing Reward Functions with Feedback to Mitigate Reward Hacking},
  author = {Stephane Hatgis-Kessell and Logan Mondal Bhamidipaty and Emma Brunskill},
  journal= {arXiv preprint arXiv:2510.13036},
  year   = {2026}
}
R2 v1 2026-07-01T06:37:54.859Z