paper-with-me

Papers

Rewards Encoding Environment Dynamics Improves Preference-based Reinforcement Learning

2022-11-12 · Katherine Metcalf, Miguel Sarabia, Barry-John Theobald

Preference-based reinforcement learning (RL) algorithms help avoid the pitfalls of hand-crafted reward functions by distilling them from human preference feedback, but they remain impractical due to the burdensome number of labels required from the human, even for relatively simple tasks. In this work, we demonstrate that encoding environment dynamics in the reward function (REED) dramatically reduces the number of preference labels required in state-of-the-art preference-based RL frameworks. We hypothesize that REED-based methods better partition the state-action space and facilitate generalization to state-action pairs not included in the preference dataset. REED iterates between encoding environment dynamics in a state-action representation via a self-supervised temporal consistency task, and bootstrapping the preference-based reward function from the state-action representation. Whereas prior approaches train only on the preference-labelled trajectory pairs, REED exposes the state-action representation to all transitions experienced during policy training. We explore the benefits of REED within the PrefPPO [1] and PEBBLE [2] preference learning frameworks and demonstrate improvements across experimental conditions to both the speed of policy learning and the final policy performance. For example, on quadruped-walk and walker-walk with 50 preference labels, REED-based reward functions recover 83% and 66% of ground truth reward policy performance and without REED only 38\% and 21\% are recovered. For some domains, REED-based reward functions result in policies that outperform policies trained on the ground truth reward.

📄 PDF Abstract BibTeX arXiv:2211.06527

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 제목 키워드 기반

CRED: Counterfactual Reasoning and Environment Design for Active Preference Learning

2026-03-09 · Yi-Shiuan Tung, Gyanig Kumar, Wei Jiang, Bradley Hayes 외 arxiv

As a robot's operational environment and tasks to perform within it grow in complexity, the explicit specification and balancing of optimization objectives to achieve a preferred behavior profile moves increasingly farth…

Counterfactual Reasoning and Environment Design for Active Preference Learning

2025-07-07 · Yi-Shiuan Tung, Bradley Hayes, Alessandro Roncone arxiv

For effective real-world deployment, robots should adapt to human preferences, such as balancing distance, time, and safety in delivery routing. Active preference learning (APL) learns human reward functions by presentin…

Large Language Models are In-context Preference Learners

2024-10-22 · Chao Yu, Qixin Tan, Hong Lu, Jiaxuan Gao 외

Preference-based reinforcement learning is an effective way to handle tasks where rewards are hard to specify but can be exceedingly inefficient as preference learning is often tabula rasa. We demonstrate that Large Lang…

In-Context Learningreinforcement-learningReinforcement Learning

TEA: Trajectory Encoding Augmentation for Robust and Transferable Policies in Offline Reinforcement Learning

2024-11-28 · Batıkan Bora Ormancı, Phillip Swazinna, Steffen Udluft, Thomas A. Runkler

In this paper, we investigate offline reinforcement learning (RL) with the goal of training a single robust policy that generalizes effectively across environments with unseen dynamics. We propose a novel approach, Traje…

Reinforcement Learning (RL)

Scale-free adaptive planning for deterministic dynamics & discounted rewards

2026-04-20 · Peter L. Bartlett, Victor Gabillon, Jennifer Healey, Michal Valko arxiv

We address the problem of planning in an environment with deterministic dynamics and stochastic rewards with discounted returns. The optimal value function is not known, nor are the rewards bounded. We propose Platypoos,…