LGJul 20, 2021

Offline Preference-Based Apprenticeship Learning

arXiv:2107.09251v320 citations
Originality Incremental advance
AI Analysis

This addresses the problem of safe and efficient reward learning for agents in offline settings, though it is incremental as it builds on existing offline RL and preference learning methods.

The paper tackles the challenge of learning reward functions from human preferences without needing a simulator or physical rollouts, by using offline data to craft preference queries and learn reward distributions, enabling agents to perform novel tasks not in the offline data.

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 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. 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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes