Faulty reward functions in the wild
OpenAI Blog
Reinforcement learning systems can fail when their reward functions are incorrectly specified, causing algorithms to behave in unintended ways. The article explores this failure mode through examples of how misaligned objectives lead to counterintuitive breakdowns in RL systems. Understanding these misspecification failures becomes critical for developing more robust reward design practices in deployed systems.
Why it matters
Reinforcement learning algorithms can break in surprising, counterintuitive ways. In this post we’ll explore one failure mode, which is where you misspecify your reward function.