You have built policies every way -- a rule, a clone, a world model. But which behaviour is good? Hand-writing a reward is brittle, and a rule as blunt as did-it-reach ties every success. Instead, learn the reward: compare pairs of behaviours, record which you prefer, and fit a model that scores any behaviour the way your preferences do. The Bench gives nine behaviours (features: reached, smoothness), a set of pairwise preferences from a hidden expert, and a reward model whose update is missing. Fill it in, and the learned reward ranks the whole set -- and picks the same best the expert would. This is RLHF for robots: the 2026 way policies are judged and improved (Robometer, TOPReward, LeRobot's reward-models API).