paper-with-me

홈 › Papers

SENIOR: Efficient Query Selection and Preference-Guided Exploration in Preference-based Reinforcement Learning

2025-06-17 · Hexian Ni, Tao Lu, Haoyuan Hu, Yinghao Cai, Shuo Wang

Preference-based Reinforcement Learning (PbRL) methods provide a solution to avoid reward engineering by learning reward models based on human preferences. However, poor feedback- and sample- efficiency still remain the problems that hinder the application of PbRL. In this paper, we present a novel efficient query selection and preference-guided exploration method, called SENIOR, which could select the meaningful and easy-to-comparison behavior segment pairs to improve human feedback-efficiency and accelerate policy learning with the designed preference-guided intrinsic rewards. Our key idea is twofold: (1) We designed a Motion-Distinction-based Selection scheme (MDS). It selects segment pairs with apparent motion and different directions through kernel density estimation of states, which is more task-related and easy for human preference labeling; (2) We proposed a novel preference-guided exploration method (PGE). It encourages the exploration towards the states with high preference and low visits and continuously guides the agent achieving the valuable samples. The synergy between the two mechanisms could significantly accelerate the progress of reward and policy learning. Our experiments show that SENIOR outperforms other five existing methods in both human feedback-efficiency and policy convergence speed on six complex robot manipulation tasks from simulation and four real-worlds.

📄 PDF Abstract BibTeX arXiv:2506.14648

Code (0)

등록된 구현이 없습니다.

Tasks

Density EstimationRobot Manipulation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Beyond Rubrics: Exploration-Guided Evaluation Skills for Reward Modeling

2026-06-05 · Xing Yue, Linjuan Wu, Daoxin Zhang, Yongliang Shen 외 arxiv

Open-ended reward modeling requires judges that can follow subtle, domain-specific preferences when verifiable answers are unavailable. Existing rubric-based methods often address this by generating criteria online for e…

Reward Uncertainty for Exploration in Preference-based Reinforcement Learning

2022-05-24 · ICLR 2022 4 · Xinran Liang, Katherine Shu, Kimin Lee, Pieter Abbeel

Conveying complex objectives to reinforcement learning (RL) agents often requires meticulous reward engineering. Preference-based RL methods are able to learn a more flexible reward model based on human preferences by ac…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Robot Manipulation

PGDQN: Preference-Guided Deep Q-Network

2023-10-03 · IEEE Transactions on Neural Networks and Learning Systems 2023 10 · Wenhui Huang, Cong Zhang, Jingda Wu, Xiangkun He 외

Stochastic exploration is the key to the success of the Deep Q-network (DQN) algorithm. However, most existing stochastic exploration approaches either explore actions heuristically regardless of their Q-values or couple…

Atari GamesBenchmarkingEfficient ExplorationQ-Learning+1

Sampling Efficient Deep Reinforcement Learning through Preference-Guided Stochastic Exploration

2022-06-20 · Wenhui Huang, Cong Zhang, Jingda Wu, Xiangkun He 외

Massive practical works addressed by Deep Q-network (DQN) algorithm have indicated that stochastic policy, despite its simplicity, is the most frequently used exploration approach. However, most existing stochastic explo…

Atari GamesDeep Reinforcement LearningQ-Learningreinforcement-learning+2

MAPLE: A Framework for Active Preference Learning Guided by Large Language Models

2024-12-10 · Saaduddin Mahmud, Mason Nakamura, Shlomo Zilberstein

The advent of large language models (LLMs) has sparked significant interest in using natural language for preference learning. However, existing methods often suffer from high computational burdens, taxing human supervis…

Active LearningLanguage ModelingLanguage ModellingLarge Language Model