paper-with-me

홈 › Papers

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 is challenging for multiple reasons: large state space but limited human feedback, the bounded rationality of human decisions, and the off-policy distribution shift. In this paper, we focus on the Dynamic Discrete Choice (DDC) model for modeling and understanding human choices. DCC, rooted in econometrics and decision theory, is widely used to model a human decision-making process with forward-looking and bounded rationality. We propose a \underline{D}ynamic-\underline{C}hoice-\underline{P}essimistic-\underline{P}olicy-\underline{O}ptimization (DCPPO) method. \ The method involves a three-stage process: The first step is to estimate the human behavior policy and the state-action value function via maximum likelihood estimation (MLE); the second step recovers the human reward function via minimizing Bellman mean squared error using the learned value functions; the third step is to plug in the learned reward and invoke pessimistic value iteration for finding a near-optimal policy. With only single-policy coverage (i.e., optimal policy) of the dataset, we prove that the suboptimality of DCPPO almost matches the classical pessimistic offline RL algorithm in terms of suboptimality's dependency on distribution shift and dimension. To the best of our knowledge, this paper presents the first theoretical guarantees for off-policy offline RLHF with dynamic discrete choice model.

📄 PDF Abstract BibTeX arXiv:2305.18438

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingEconometricsOffline RLreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Exploring Pessimism and Optimism Dynamics in Deep Reinforcement Learning

2024-06-06 · Bahareh Tasdighi, Nicklas Werge, Yi-Shan Wu, Melih Kandemir

Off-policy actor-critic algorithms have shown promise in deep reinforcement learning for continuous control tasks. Their success largely stems from leveraging pessimistic state-action value function updates, which effect…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+1

Why so gloomy? A Bayesian explanation of human pessimism bias in the multi-armed bandit task

2018-12-01 · NeurIPS 2018 12 · Dalin Guo, Angela J. Yu

How humans make repeated choices among options with imperfectly known reward outcomes is an important problem in psychology and neuroscience. This is often studied using multi-armed bandits, which is also frequently stud…

Multi-Armed BanditsReinforcement Learning

Low-Rank Contextual Reinforcement Learning from Heterogeneous Human Feedback

2024-12-27 · Seong Jin Lee, Will Wei Sun, Yufeng Liu

Reinforcement learning from human feedback (RLHF) has become a cornerstone for aligning large language models with human preferences. However, the heterogeneity of human feedback, driven by diverse individual contexts an…

Computational Efficiencyreinforcement-learningReinforcement Learning

Mitigating Preference Hacking in Policy Optimization with Pessimism

2025-03-10 · Dhawal Gupta, Adam Fisch, Christoph Dann, Alekh Agarwal

This work tackles the problem of overoptimization in reinforcement learning from human feedback (RLHF), a prevalent technique for aligning models with human preferences. RLHF relies on reward or preference models trained…

Document Summarization

Mapping out the Space of Human Feedback for Reinforcement Learning: A Conceptual Framework

2024-11-18 · Yannick Metz, David Lindner, Raphaël Baur, Mennatallah El-Assady

Reinforcement Learning from Human feedback (RLHF) has become a powerful tool to fine-tune or train agentic machine learning models. Similar to how humans interact in social contexts, we can use many types of feedback to …