Direct Preference-based Policy Optimization without Reward Modeling
Gaon An, Junhyeok Lee, Xingdong Zuo, Norio Kosaka, Kyung-Min Kim, Hyun, Oh Song

TL;DR
This paper introduces a novel preference-based reinforcement learning algorithm that directly learns from human preferences without reward modeling, outperforming existing methods especially in high-dimensional tasks and language model fine-tuning.
Contribution
The paper proposes a direct preference-based RL method using contrastive learning, eliminating the need for reward modeling and demonstrating superior performance in various tasks.
Findings
Outperforms existing PbRL methods on offline RL tasks with human preferences.
Surpasses traditional offline RL methods on high-dimensional control tasks.
Successfully fine-tunes large language models using the proposed approach.
Abstract
Preference-based reinforcement learning (PbRL) is an approach that enables RL agents to learn from preference, which is particularly useful when formulating a reward function is challenging. Existing PbRL methods generally involve a two-step procedure: they first learn a reward model based on given preference data and then employ off-the-shelf reinforcement learning algorithms using the learned reward model. However, obtaining an accurate reward model solely from preference information, especially when the preference is from human teachers, can be difficult. Instead, we propose a PbRL algorithm that directly learns from preference without requiring any reward modeling. To achieve this, we adopt a contrastive learning framework to design a novel policy scoring metric that assigns a high score to policies that align with the given preferences. We apply our algorithm to offline RL tasks…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Machine Learning and Data Classification · Topic Modeling
MethodsALIGN · Contrastive Learning
