paper-with-me

홈 › Papers

The Boltzmann Policy Distribution: Accounting for Systematic Suboptimality in Human Models

2022-04-22 · ICLR 2022 4 · Cassidy Laidlaw, Anca Dragan

Models of human behavior for prediction and collaboration tend to fall into two categories: ones that learn from large amounts of data via imitation learning, and ones that assume human behavior to be noisily-optimal for some reward function. The former are very useful, but only when it is possible to gather a lot of human data in the target environment and distribution. The advantage of the latter type, which includes Boltzmann rationality, is the ability to make accurate predictions in new environments without extensive data when humans are actually close to optimal. However, these models fail when humans exhibit systematic suboptimality, i.e. when their deviations from optimal behavior are not independent, but instead consistent over time. Our key insight is that systematic suboptimality can be modeled by predicting policies, which couple action choices over time, instead of trajectories. We introduce the Boltzmann policy distribution (BPD), which serves as a prior over human policies and adapts via Bayesian inference to capture systematic deviations by observing human actions during a single episode. The BPD is difficult to compute and represent because policies lie in a high-dimensional continuous space, but we leverage tools from generative and sequence models to enable efficient sampling and inference. We show that the BPD enables prediction of human behavior and human-AI collaboration equally as well as imitation learning-based human models while using far less data.

📄 PDF Abstract BibTeX arXiv:2204.10759

Code (1)

cassidylaidlaw/boltzmann-policy-distribution 공식 구현 pytorch

Tasks

Bayesian InferenceImitation Learning

Similar Papers 제목 키워드 기반

Boltzmann State-Dependent Rationality

2024-04-26 · Osher Lerner

This paper expands on existing learned models of human behavior via a measured step in structured irrationality. Specifically, by replacing the suboptimality constant $\beta$ in a Boltzmann rationality model with a funct…

Boltzmann Exploration Done Right

2017-05-29 · NeurIPS 2017 12 · Nicolò Cesa-Bianchi, Claudio Gentile, Gábor Lugosi, Gergely Neu

Boltzmann exploration is a classic strategy for sequential decision-making under uncertainty, and is one of the most standard tools in Reinforcement Learning (RL). Despite its widespread use, there is virtually no theore…

Decision MakingDecision Making Under UncertaintyMulti-Armed BanditsReinforcement Learning+2

Efficient Training of Boltzmann Generators Using Off-Policy Log-Dispersion Regularization

2026-02-03 · Henrik Schopmans, Christopher von Klitzing, Pascal Friederich arxiv

Sampling from unnormalized probability densities is a central challenge in computational science. Boltzmann generators are generative models that enable independent sampling from the Boltzmann distribution of physical sy…

Reinforcement Learning with Human Feedback: Learning Dynamic Choices via Pessimism

2023-05-29 · Zihao Li, Zhuoran Yang, Mengdi Wang

In this paper, we study offline Reinforcement Learning with Human Feedback (RLHF) where we aim to learn the human's underlying reward and the MDP's optimal policy from a set of trajectories induced by human choices. RLHF…

Decision MakingEconometricsOffline RLreinforcement-learning+1

Deterministic Uncertainty Propagation for Improved Model-Based Offline Reinforcement Learning

2024-06-06 · Abdullah Akgül, Manuel Haußmann, Melih Kandemir

Current approaches to model-based offline reinforcement learning often incorporate uncertainty-based reward penalization to address the distributional shift problem. These approaches, commonly known as pessimistic value …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Variational Inference