Pref-GUIDE: Continual Policy Learning from Real-Time Human Feedback via Preference-Based Learning
Zhengran Ji, Boyuan Chen
TL;DR
This work tackles online reinforcement learning with real-time human feedback that is often noisy and temporally inconsistent. It introduces Pref-GUIDE, which converts scalar feedback into temporally localized pairwise preferences (Pref-GUIDEIndividual) and aggregates reward models across evaluators via voting (Pref-GUIDEVoting). The approach yields more robust reward learning for continual policy training, outperforming scalar-based baselines and sometimes surpassing expert dense rewards in complex tasks. Ablation studies show the moving window and no-preference margin are essential, and population voting provides robustness to evaluator differences. Overall, Pref-GUIDE offers a scalable, principled way to leverage human input for online RL and sustain learning after supervision ends.
Abstract
Training reinforcement learning agents with human feedback is crucial when task objectives are difficult to specify through dense reward functions. While prior methods rely on offline trajectory comparisons to elicit human preferences, such data is unavailable in online learning scenarios where agents must adapt on the fly. Recent approaches address this by collecting real-time scalar feedback to guide agent behavior and train reward models for continued learning after human feedback becomes unavailable. However, scalar feedback is often noisy and inconsistent, limiting the accuracy and generalization of learned rewards. We propose Pref-GUIDE, a framework that transforms real-time scalar feedback into preference-based data to improve reward model learning for continual policy training. Pref-GUIDE Individual mitigates temporal inconsistency by comparing agent behaviors within short windows and filtering ambiguous feedback. Pref-GUIDE Voting further enhances robustness by aggregating reward models across a population of users to form consensus preferences. Across three challenging environments, Pref-GUIDE significantly outperforms scalar-feedback baselines, with the voting variant exceeding even expert-designed dense rewards. By reframing scalar feedback as structured preferences with population feedback, Pref-GUIDE offers a scalable and principled approach for harnessing human input in online reinforcement learning.
