Efficient Preference-Based Reinforcement Learning: Randomized Exploration Meets Experimental Design
Andreas Schlaginhaufen, Reda Ouhamma, Maryam Kamgarpour
TL;DR
This work tackles reinforcement learning from human preferences in general MDPs by introducing randomized exploration as a tractable alternative to optimistic methods. It presents two main meta-algorithms: RPO-Regret for online regret guarantees and RPO-Explore for batch, preference-free exploration, both leveraging an RL oracle and a learned reward parameter via maximum likelihood on trajectory-difference features. To improve practicality, it then proposes LRPO-OD-Regret, a lazy-update, design-based variant that enables parallel preference labeling and selective querying with D-optimal design, while retaining regret guarantees. Theoretical results show sublinear regret and favorable suboptimality bounds, and experiments in tabular and continuous control settings demonstrate competitive performance with significantly fewer preference queries. Overall, the paper advances efficient RLHF by connecting randomized exploration with experimental design to shrink human annotation burden while maintaining solid learning guarantees.
Abstract
We study reinforcement learning from human feedback in general Markov decision processes, where agents learn from trajectory-level preference comparisons. A central challenge in this setting is to design algorithms that select informative preference queries to identify the underlying reward while ensuring theoretical guarantees. We propose a meta-algorithm based on randomized exploration, which avoids the computational challenges associated with optimistic approaches and remains tractable. We establish both regret and last-iterate guarantees under mild reinforcement learning oracle assumptions. To improve query complexity, we introduce and analyze an improved algorithm that collects batches of trajectory pairs and applies optimal experimental design to select informative comparison queries. The batch structure also enables parallelization of preference queries, which is relevant in practical deployment as feedback can be gathered concurrently. Empirical evaluation confirms that the proposed method is competitive with reward-based reinforcement learning while requiring a small number of preference queries.
