paper-with-me

홈 › Papers

Deep Bayesian Reward Learning from Preferences

2019-12-10 · Daniel S. Brown, Scott Niekum

Bayesian inverse reinforcement learning (IRL) methods are ideal for safe imitation learning, as they allow a learning agent to reason about reward uncertainty and the safety of a learned policy. However, Bayesian IRL is computationally intractable for high-dimensional problems because each sample from the posterior requires solving an entire Markov Decision Process (MDP). While there exist non-Bayesian deep IRL methods, these methods typically infer point estimates of reward functions, precluding rigorous safety and uncertainty analysis. We propose Bayesian Reward Extrapolation (B-REX), a highly efficient, preference-based Bayesian reward learning algorithm that scales to high-dimensional, visual control tasks. Our approach uses successor feature representations and preferences over demonstrations to efficiently generate samples from the posterior distribution over the demonstrator's reward function without requiring an MDP solver. Using samples from the posterior, we demonstrate how to calculate high-confidence bounds on policy performance in the imitation learning setting, in which the ground-truth reward function is unknown. We evaluate our proposed approach on the task of learning to play Atari games via imitation learning from pixel inputs, with no access to the game score. We demonstrate that B-REX learns imitation policies that are competitive with a state-of-the-art deep imitation learning method that only learns a point estimate of the reward function. Furthermore, we demonstrate that samples from the posterior generated via B-REX can be used to compute high-confidence performance bounds for a variety of evaluation policies. We show that high-confidence performance bounds are useful for accurately ranking different evaluation policies when the reward function is unknown. We also demonstrate that high-confidence performance bounds may be useful for detecting reward hacking.

📄 PDF Abstract BibTeX arXiv:1912.04472

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesImitation LearningReinforcement Learning

Similar Papers 제목 키워드 기반

Safe Imitation Learning via Fast Bayesian Reward Inference from Preferences

2020-02-21 · ICML 2020 1 · Daniel S. Brown, Russell Coleman, Ravi Srinivasan, Scott Niekum

Bayesian reward learning from demonstrations enables rigorous safety and uncertainty analysis when performing imitation learning. However, Bayesian reward learning methods are typically computationally intractable for co…

Atari GamesBayesian InferenceImitation Learning

Bob and Alice Go to a Bar: Reasoning About Future With Probabilistic Programs

2021-08-09 · David Tolpin, Tomer Dobkin

It is well known that reinforcement learning can be cast as inference in an appropriate probabilistic model. However, this commonly involves introducing a distribution over agent trajectories with probabilities proportio…

Bayesian InferenceProbabilistic Programmingreinforcement-learningReinforcement Learning+1

Bayesian Preference Learning for Test-Time Steerable Reward Models

2026-02-09 · Jiwoo Hong, Shao Tang, Zhipeng Wang arxiv

Reward models are central to aligning language models with human preferences via reinforcement learning (RL). As RL is increasingly applied to settings such as verifiable rewards and multi-objective alignment, RMs are ex…

Reinforcement Learning

Q-based Variational Inverse Reinforcement Learning

2026-08-17 · Ondrej Bajgar, Peter Tisnikar, Alessandro Abate, Konstantinos Gatsis 외 arxiv

The development of safe and beneficial AI requires that systems can learn and act in accordance with human preferences. However, explicitly specifying these preferences by hand is often infeasible. Inverse reinforcement …

Reinforcement LearningActive LearningAtari Games

Aligning Language Models with Human Preferences via a Bayesian Approach

2023-10-09 · NeurIPS 2023 11 · Jiashuo Wang, Haozhao Wang, Shichao Sun, Wenjie Li

In the quest to advance human-centric natural language generation (NLG) systems, ensuring alignment between NLG models and human preferences is crucial. For this alignment, current popular methods leverage a reinforcemen…

Contrastive LearningReinforcement Learning (RL)Text Generation