Reward Hacking in Reinforcement Learning
Reward hacking in reinforcement learning (RL) occurs when an agent exploits flaws or ambiguities in the reward function to achieve high rewards without genuinely completing the intended task. This happens because RL environments are often imperfect, and it's challenging to accurately specify a reward function. As language models become more generalizable and reinforcement learning from human feedback (RLHF) becomes a common method for alignment training, reward hacking has be
Reward hacking in reinforcement learning (RL) occurs when an agent exploits flaws or ambiguities in the reward function to achieve high rewards without genuinely completing the intended task. This happens because RL environments are often imperfect, and it's challenging to accurately specify a reward function. As language models become more generalizable and reinforcement learning from human feedback (RLHF) becomes a common method for alignment training, reward hacking has become a significant challenge in RL training of language models.
---
Why it matters: Reward hacking matters because it can lead to AI models that are biased or exploit flaws in the system, hindering their real-world deployment. Engineers and researchers need to address this issue to ensure that AI models learn what they're intended to learn.
Source: https://lilianweng.github.io/posts/2024-11-28-reward-hacking/
This article was originally published at: https://lilianweng.github.io/posts/2024-11-28-reward-hacking/