PrefPoE: Advantage-Guided Preference Fusion for Learning Where to Explore
Zhihao Lin, Lin Wu, Zhen Tian, Jianglin Lan
TL;DR
PrefPoE tackles the persistent exploration challenge in policy-gradient RL by learning where to explore. It introduces a two-headed policy with a shared encoder, where an advantage-guided preference head is fused with the main policy through a Product-of-Experts approach, yielding a soft trust region and focused exploration. Theoretical results show the preference converges to a Boltzmann distribution over normalized advantages, while PoE fusion reduces variance and enforces consensus, supporting stable, efficient learning. Empirically, PrefPoE delivers substantial improvements across continuous and discrete tasks with better stability and sample efficiency, while remaining a modular, plug-and-play augmentation for PPO and related methods.
Abstract
Exploration in reinforcement learning remains a critical challenge, as naive entropy maximization often results in high variance and inefficient policy updates. We introduce \textbf{PrefPoE}, a novel \textit{Preference-Product-of-Experts} framework that performs intelligent, advantage-guided exploration via the first principled application of product-of-experts (PoE) fusion for single-task exploration-exploitation balancing. By training a preference network to concentrate probability mass on high-advantage actions and fusing it with the main policy through PoE, PrefPoE creates a \textbf{soft trust region} that stabilizes policy updates while maintaining targeted exploration. Across diverse control tasks spanning both continuous and discrete action spaces, PrefPoE demonstrates consistent improvements: +321\% on HalfCheetah-v4 (1276~$\rightarrow$~5375), +69\% on Ant-v4, +276\% on LunarLander-v2, with consistently enhanced training stability and sample efficiency. Unlike standard PPO, which suffers from entropy collapse, PrefPoE sustains adaptive exploration through its unique dynamics, thereby preventing premature convergence and enabling superior performance. Our results establish that learning \textit{where to explore} through advantage-guided preferences is as crucial as learning how to act, offering a general framework for enhancing policy gradient methods across the full spectrum of reinforcement learning domains. Code and pretrained models are available in supplementary materials.
