English

Relative Value Learning

Machine Learning 2026-07-23 v1 Artificial Intelligence

Abstract

In reinforcement learning, critics typically estimate absolute state values V(s)V(s), estimating how good a particular situation is in isolation. However, it turns out that only differences in value are relevant for control. Motivated by this, we propose Relative Value Learning (RV), a framework that learns value differences directly via an antisymmetric function Δ(si,sj)=V(si)V(sj)\Delta(s_i, s_j) = V(s_i) - V(s_j). We introduce a pairwise Bellman operator and prove it is a γ\gamma-contraction with a unique fixed point equal to the true value differences, derive well-posed 11-step, nn-step and λ\lambda-return targets and reconstruct generalized advantage estimation from pairwise differences to obtain an unbiased policy-gradient estimator (R-GAE). Beyond theoretical results, we integrate RV with PPO and achieve competitive performance on the Atari benchmark (49 ALE games) compared to standard PPO, indicating that relative value estimation is an effective alternative to absolute critics.

Cite

@article{arxiv.2607.21120,
  title  = {Relative Value Learning},
  author = {Marc Höftmann and Jan Robine and Stefan Harmeling},
  journal= {arXiv preprint arXiv:2607.21120},
  year   = {2026}
}

Comments

Published as a conference paper at ICLR 2026