Relative Value Learning learns value differences via pairwise Bellman operators
July 24, 2026
Relative Value Learning (RV) replaces absolute state value estimation with an antisymmetric function that learns value differences directly. Integrated with PPO, the method achieves competitive results on 49 Atari games using a new unbiased policy-gradient estimator, R-GAE.
HOW THIS AFFECTS YOU
●
researcherYou can potentially stabilize reinforcement learning training by focusing on relative value differences rather than absolute scales.