paper-with-me

홈 › Papers

Modification-Considering Value Learning for Reward Hacking Mitigation in RL

2026-06-27 · Evgenii Opryshko, Umangi Jain, Igor Gilitschenski arxiv

Reinforcement learning agents can exploit misspecified reward signals to achieve high apparent returns while failing on the intended objective, a failure mode known as reward hacking. Existing practical defenses typically constrain policy updates to stay near a known safe reference, creating a tension between suppressing hacking and permitting legitimate improvement. We propose Modification-Considering Value Learning (MCVL), which operationalizes the theoretical idea of current utility optimization for standard value-based RL. MCVL wraps an off-policy learner and treats each incoming transition as a candidate modification: it forecasts two training paths, one that includes the transition and one that does not, and scores both with a frozen bootstrapped-return estimator derived from a learned reward model and value function. The transition is admitted only if inclusion does not decrease the score. We formalize conditions under which this filtering is both safe and permissive, and instantiate MCVL with DDQN and TD3. Across four safety-relevant gridworlds and three modified MuJoCo continuous-control tasks with diverse hacking mechanisms, MCVL mitigates reward hacking while continuing to improve the intended objective. Project website: ktolnos.github.io/mcvl/.

📄 PDF Abstract BibTeX arXiv:2606.28955

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Adversarial Reward Auditing for Active Detection and Mitigation of Reward Hacking

2026-02-02 · Mohammad Beigi, Ming Jin, Junshan Zhang, Qifan Wang 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) remains vulnerable to reward hacking, where models exploit spurious correlations in learned reward models to achieve high scores while violating human intent. Existing mi…

Reinforcement Learning

IR$^3$: Contrastive Inverse Reinforcement Learning for Interpretable Detection and Mitigation of Reward Hacking

2026-02-23 · Mohammad Beigi, Ming Jin, Junshan Zhang, Jiaxin Zhang 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) enables powerful LLM alignment but can introduce reward hacking - models exploit spurious correlations in proxy rewards without genuine alignment. Compounding this, the o…

Reinforcement Learning

Information-Theoretic Reward Modeling for Stable RLHF: Detecting and Mitigating Reward Hacking

2025-10-15 · Yuchun Miao, Liang Ding, Sen Zhang, Rong Bao 외 arxiv

Despite the success of Reinforcement Learning from Human Feedback (RLHF) in aligning language models with human values, reward hacking-or reward over-optimization-remains a major challenge. We identify two key obstacles …

Reinforcement Learning

Reproducing, Analyzing, and Detecting Reward Hacking in Rubric-Based Reinforcement Learning

2026-06-03 · Xuekang Wang, Zhuoyuan Hao, Shuo Hou, Hao Peng 외 arxiv

Rubric-based reinforcement learning (RL) uses an LLM-as-a-Judge (LaaJ) to score model outputs according to rubrics as rewards. However, policy models may exploit latent biases in the judge, leading to reward hacking and …

Reinforcement Learning

Detecting and Mitigating Reward Hacking in Reinforcement Learning Systems: A Comprehensive Empirical Study

2025-07-08 · Ibne Farabi Shihab, Sanjeda Akter, Anuj Sharma

Reward hacking in Reinforcement Learning (RL) systems poses a critical threat to the deployment of autonomous agents, where agents exploit flaws in reward functions to achieve high scores without fulfilling intended obje…

MuJoCoRecommendation SystemsReinforcement Learning (RL)