paper-with-me

Papers

Benchmarks and Algorithms for Offline Preference-Based Reward Learning

2023-01-03 · Daniel Shin, Anca D. Dragan, Daniel S. Brown

Learning a reward function from human preferences is challenging as it typically requires having a high-fidelity simulator or using expensive and potentially unsafe actual physical rollouts in the environment. However, in many tasks the agent might have access to offline data from related tasks in the same target environment. While offline data is increasingly being used to aid policy optimization via offline RL, our observation is that it can be a surprisingly rich source of information for preference learning as well. We propose an approach that uses an offline dataset to craft preference queries via pool-based active learning, learns a distribution over reward functions, and optimizes a corresponding policy via offline RL. Crucially, our proposed approach does not require actual physical rollouts or an accurate simulator for either the reward learning or policy optimization steps. To test our approach, we first evaluate existing offline RL benchmarks for their suitability for offline reward learning. Surprisingly, for many offline RL domains, we find that simply using a trivial reward function results good policy performance, making these domains ill-suited for evaluating learned rewards. To address this, we identify a subset of existing offline RL benchmarks that are well suited for offline reward learning and also propose new offline apprenticeship learning benchmarks which allow for more open-ended behaviors. When evaluated on this curated set of domains, our empirical results suggest that combining offline RL with learned human preferences can enable an agent to learn to perform novel tasks that were not explicitly shown in the offline data.

📄 PDF Abstract BibTeX arXiv:2301.01392

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningOffline RL

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Binary Reward Labeling: Bridging Offline Preference and Reward-Based Reinforcement Learning

2024-06-14 · Yinglun Xu, David Zhu, Rohan Gumaste, Gagandeep Singh

Offline reinforcement learning has become one of the most practical RL settings. However, most existing works on offline RL focus on the standard setting with scalar reward feedback. It remains unknown how to universally…

D4RLOffline RL

Offline Preference-Based Apprenticeship Learning

2021-07-20 · Daniel Shin, Daniel S. Brown, Anca D. Dragan

Learning a reward function from human preferences is challenging as it typically requires having a high-fidelity simulator or using expensive and potentially unsafe actual physical rollouts in the environment. However, i…

Active LearningOffline RL

Beyond Reward: Offline Preference-guided Policy Optimization

2023-05-25 · Yachen Kang, Diyuan Shi, Jinxin Liu, Li He 외

This study focuses on the topic of offline preference-based reinforcement learning (PbRL), a variant of conventional reinforcement learning that dispenses with the need for online interaction or specification of reward f…

Offline RLreinforcement-learning

In-Dataset Trajectory Return Regularization for Offline Preference-based Reinforcement Learning

2024-12-12 · Songjun Tu, Jingbo Sun, Qichao Zhang, Yaocheng Zhang 외

Offline preference-based reinforcement learning (PbRL) typically operates in two phases: first, use human preferences to learn a reward model and annotate rewards for a reward-free offline dataset; second, learn a policy…

Offline RL

Inverse Preference Learning: Preference-based RL without a Reward Function

2023-09-21 · NeurIPS 2023 11

Reward functions are difficult to design and often hard to align with human intent. Preference-based Reinforcement Learning (RL) algorithms address these problems by learning reward functions from human feedback. However…