LEASE: Offline Preference-based Reinforcement Learning with High Sample Efficiency
Xiao-Yin Liu, Guotao Li, Xiao-Hu Zhou, Zeng-Guang Hou
TL;DR
LEASE tackles the high sample cost of offline PbRL by combining a learned transition model for data augmentation with an uncertainty-aware, ensemble-based pseudo-labeling mechanism to grow labeled-like data while maintaining reward-model accuracy. It provides a state-action–level generalization bound for the reward model and a safe policy-improvement guarantee for the offline PbRL setting, enabling integration with standard offline RL solvers. Empirically, LEASE delivers comparable or superior performance to baselines using far fewer labeled preferences across D4RL MuJoCo and Adroit tasks, with clear benefits from data augmentation and the selection mechanism. The work highlights a practical, theory-grounded path to reducing human feedback burden in PbRL and offers insights transferable to model-based offline RL and broader offline learning contexts.
Abstract
Offline preference-based reinforcement learning (PbRL) provides an effective way to overcome the challenges of designing reward and the high costs of online interaction. However, since labeling preference needs real-time human feedback, acquiring sufficient preference labels is challenging. To solve this, this paper proposes a offLine prEference-bAsed RL with high Sample Efficiency (LEASE) algorithm, where a learned transition model is leveraged to generate unlabeled preference data. Considering the pretrained reward model may generate incorrect labels for unlabeled data, we design an uncertainty-aware mechanism to ensure the performance of reward model, where only high confidence and low variance data are selected. Moreover, we provide the generalization bound of reward model to analyze the factors influencing reward accuracy, and demonstrate that the policy learned by LEASE has theoretical improvement guarantee. The developed theory is based on state-action pair, which can be easily combined with other offline algorithms. The experimental results show that LEASE can achieve comparable performance to baseline under fewer preference data without online interaction.
