REVIEW 2 major objections 2 minor 1 cited by
A robust max-min optimization over all r-correlated proxy rewards produces RL policies that resist reward hacking.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-05-10 15:13 UTC
load-bearing objection This paper adds a max-min robust layer on top of the r-correlation model to guard policies against worst-case proxies, but the tractability step likely restricts the guarantee. the 2 major comments →
Robust Optimization for Mitigating Reward Hacking with Correlated Proxies
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We formulate reward hacking as a robust policy optimization problem over the space of all r-correlated proxy rewards. We derive a tractable max-min formulation, where the agent maximizes performance under the worst-case proxy consistent with the correlation constraint. When the reward is a linear function of known features, our approach can be adapted to incorporate this prior knowledge, yielding both improved policies and interpretable worst-case rewards.
What carries the argument
The max-min robust policy optimization formulation over the class of r-correlated proxy rewards, which finds the policy that performs best in the worst case within that class.
Load-bearing premise
The correlation level r between proxy and true reward is known and fixed, and the worst-case proxy in this class meaningfully models real reward misspecifications.
What would settle it
Observe whether the learned policy's return under the computed worst-case proxy equals or exceeds the value predicted by the max-min optimization; failure to do so in controlled environments with known true rewards would falsify the robustness claim.
If this is right
- Agents achieve higher worst-case returns than those optimized against a fixed proxy.
- Performance remains robust across varying levels of proxy-true reward correlation.
- When rewards are linear in known features, the worst-case proxies become interpretable.
- Training yields more stable policies under uncertain reward designs.
Where Pith is reading between the lines
- This method could be extended by learning the correlation level r from data rather than assuming it fixed.
- It may apply to other forms of reward uncertainty beyond linear correlations.
- Integration with online reward learning could further mitigate misspecification in deployed systems.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims to address reward hacking in RL by formulating it as a robust policy optimization problem over the space of all r-correlated proxy rewards. It derives a tractable max-min formulation in which the agent optimizes against the worst-case proxy consistent with the correlation constraint, adapts the approach for linear rewards using known features to yield interpretable worst-case proxies, and reports that the resulting algorithms outperform ORPO in worst-case returns with improved robustness and stability across environments and correlation levels.
Significance. If the max-min formulation provides a valid robustness guarantee over the full class of r-correlated proxies and the experimental claims hold with proper statistical support, the work would offer a principled method for handling reward misspecification with both theoretical grounding and practical interpretability in the linear case. The open-sourced code is a positive factor for reproducibility.
major comments (2)
- [§3 (Derivation of the max-min formulation)] §3 (Derivation of the max-min formulation): The claim that the formulation optimizes against the worst-case proxy over the full (infinite-dimensional) class of r-correlated reward functions is not supported if the practical algorithm restricts to a parameterized family (e.g., linear or neural); nothing in the derivation shows that the restricted optimum coincides with the global worst-case, so the robustness guarantee may fail even while satisfying the correlation constraint.
- [Experiments section] Experiments section and abstract claims: The manuscript reports consistent outperformance in worst-case returns across environments and correlation levels, but provides no details on the number of independent runs, error bars, statistical significance tests, or the precise protocol for evaluating worst-case proxies, undermining verification of the empirical support for the central robustness claims.
minor comments (2)
- [§2] The definition of r-correlation and the precise form of the constraint should be stated explicitly in the introduction or early in §2 to aid readability before the max-min derivation.
- [Figures] Figure captions and axis labels in the experimental results could be expanded to include the exact correlation values and environment names for quicker interpretation.
Simulated Author's Rebuttal
We thank the referee for their detailed and constructive comments on our manuscript. We provide point-by-point responses to the major comments below and indicate the revisions we will make to address them.
read point-by-point responses
-
Referee: §3 (Derivation of the max-min formulation): The claim that the formulation optimizes against the worst-case proxy over the full (infinite-dimensional) class of r-correlated reward functions is not supported if the practical algorithm restricts to a parameterized family (e.g., linear or neural); nothing in the derivation shows that the restricted optimum coincides with the global worst-case, so the robustness guarantee may fail even while satisfying the correlation constraint.
Authors: We appreciate this important clarification. The derivation in Section 3 formulates the robust optimization problem over the entire space of r-correlated proxy rewards, resulting in a tractable max-min objective that does not inherently restrict the class. However, as the referee notes, our practical algorithms parameterize the proxy rewards (using linear functions for the interpretable case or neural networks otherwise) to compute the worst-case proxy. This parameterization means the implemented method optimizes against an approximate worst-case within the parameterized family rather than the global worst-case over all possible functions. We agree that this limits the strict robustness guarantee to the parameterized class. In the revised manuscript, we will explicitly state this distinction, explain that the theoretical guarantee applies to the exact formulation, and discuss the implications and potential gaps introduced by parameterization. We will also explore adding analysis on the expressiveness of the chosen parameterization. revision: yes
-
Referee: Experiments section and abstract claims: The manuscript reports consistent outperformance in worst-case returns across environments and correlation levels, but provides no details on the number of independent runs, error bars, statistical significance tests, or the precise protocol for evaluating worst-case proxies, undermining verification of the empirical support for the central robustness claims.
Authors: We acknowledge that the current manuscript lacks sufficient details on the experimental setup to allow full verification of the results. In the revised version, we will add comprehensive information including: the number of independent runs performed for each experiment, error bars (e.g., standard deviation across runs), statistical significance tests comparing our methods to ORPO, and a precise description of the protocol used to evaluate worst-case proxies, such as how the worst-case is selected or approximated within the correlation constraint. These additions will strengthen the empirical support for our claims. revision: yes
Circularity Check
No significant circularity; derivation is a direct formulation from the correlation constraint
full rationale
The paper defines reward hacking as robust optimization over the class of all r-correlated proxy rewards and derives a max-min objective directly from that definition. No equations or steps reduce a claimed prediction or worst-case result to a fitted parameter, self-citation, or ansatz that was smuggled in. The tractability claim and linear adaptation are presented as consequences of the formulation rather than tautological renamings. The parameterization concern raised in the skeptic note pertains to whether the guarantee is complete (a correctness issue), not to any self-referential reduction in the derivation itself. The approach is self-contained against the stated r-correlation inputs.
Axiom & Free-Parameter Ledger
free parameters (1)
- r (correlation level)
axioms (2)
- domain assumption Proxy rewards are drawn from the set of all functions r-correlated with the true reward.
- domain assumption When reward is linear in known features, the worst-case proxy can be computed by optimizing over feature weights.
read the original abstract
Designing robust reinforcement learning (RL) agents in the presence of imperfect reward signals remains a core challenge. In practice, agents are often trained with proxy rewards that only approximate the true objective, leaving them vulnerable to reward hacking, where high proxy returns arise from unintended or exploitative behaviors. Recent work formalizes this issue using r-correlation between proxy and true rewards, but existing methods like occupancy-regularized policy optimization (ORPO) optimize against a fixed proxy and do not provide strong guarantees against broader classes of correlated proxies. In this work, we formulate reward hacking as a robust policy optimization problem over the space of all r-correlated proxy rewards. We derive a tractable max-min formulation, where the agent maximizes performance under the worst-case proxy consistent with the correlation constraint. We further show that when the reward is a linear function of known features, our approach can be adapted to incorporate this prior knowledge, yielding both improved policies and interpretable worst-case rewards. Experiments across several environments show that our algorithms consistently outperform ORPO in worst-case returns, and offer improved robustness and stability across different levels of proxy-true reward correlation. These results show that our approach provides both robustness and transparency in settings where reward design is inherently uncertain. The code is available at https://github.com/ZixuanLiu4869/reward_hacking.
Figures
Forward citations
Cited by 1 Pith paper
-
Multimodal Reward Hacking in Reinforcement Learning
Imperfect multimodal RL rewards systematically create new failures (NRFR > RHR); scaling and answer-aware rewards help but do not eliminate hacking, and unreliable visual verifiers actively increase it.
Reference graph
Works this paper leans on
-
[1]
SciPy 1.0: Fundamental Algorithms for Scientific Computing in Python
URLhttps://vkrakovna.wordpress.com/2018/04/02/ specification-gaming-examples-in-ai/. Blog post. Victoria Krakovna. Classifying specification problems as variants of goodhart’s law, August 2019. URLhttps://vkrakovna.wordpress.com/2019/08/19/ classifying-specification-problems-as-variants-of-goodharts-law/. Blog post. Victoria Krakovna, Laurent Orseau, Rama...
-
[2]
to handle high-dimensional, continious state spaces and to use the method for transfer learn- ing. Specifically, (Barreto et al., 2017) formalize this idea into the successor features (SF) framework for transfer learning, assuming that tasks share dynamics but differ only in their reward functions parameterized as linear combinations of features. This yie...
work page 2017
-
[3]
For fixed (λ 1, λ2, λ3) withλ 3 <0, the Lagrangian is a strictly convex quadratic inR, so its stationary pointR ⋆(λ)is the unique global minimizer of the inner problem with those multipliers
-
[4]
Solving the dual and enforcing feasibility recovers the specific choice of multipliersλ ⋆ for whichR ⋆(λ⋆)lies on the sphere defined by the norm constraint
-
[5]
Because the reduced problem is linear over a sphere, this feasible stationary pointR ⋆(λ⋆) must be the global minimizer of the original inner problem. E.3 PROOF THATχ 2(µπ ∥µ πREF )≥E 2 µπ[RPROXY ] To ensure that the inner term of the square root in Equation 25 remains non-negative, we need to show that χ2(µπ ∥µ πref)≥E 2 µπ[Rproxy] Proof.Recall that Eµπ[...
work page 2026
-
[6]
could be adapted to solve the problem by sampling multiplerand solving Equation 27 in our paper. We should note that the reason these frameworks are potentially applicable is that our formulation admits a closed-form solution for the inner minimization. However, the main challenge lies in estimiating the occupancy measure. An interesting direction for fut...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.