paper-with-me

Papers

Offline Reinforcement Learning for Human-Guided Human-Machine Interaction with Private Information

2022-12-23 · Zuyue Fu, Zhengling Qi, Zhuoran Yang, Zhaoran Wang, Lan Wang

Motivated by the human-machine interaction such as training chatbots for improving customer satisfaction, we study human-guided human-machine interaction involving private information. We model this interaction as a two-player turn-based game, where one player (Alice, a human) guides the other player (Bob, a machine) towards a common goal. Specifically, we focus on offline reinforcement learning (RL) in this game, where the goal is to find a policy pair for Alice and Bob that maximizes their expected total rewards based on an offline dataset collected a priori. The offline setting presents two challenges: (i) We cannot collect Bob's private information, leading to a confounding bias when using standard RL methods, and (ii) a distributional mismatch between the behavior policy used to collect data and the desired policy we aim to learn. To tackle the confounding bias, we treat Bob's previous action as an instrumental variable for Alice's current decision making so as to adjust for the unmeasured confounding. We develop a novel identification result and use it to propose a new off-policy evaluation (OPE) method for evaluating policy pairs in this two-player turn-based game. To tackle the distributional mismatch, we leverage the idea of pessimism and use our OPE method to develop an off-policy learning algorithm for finding a desirable policy pair for both Alice and Bob. Finally, we prove that under mild assumptions such as partial coverage of the offline data, the policy pair obtained through our method converges to the optimal one at a satisfactory rate.

📄 PDF Abstract BibTeX arXiv:2212.12167

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingOff-policy evaluationreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Offline Robot Reinforcement Learning with Uncertainty-Guided Human Expert Sampling

2022-12-16 · Ashish Kumar, Ilya Kuzovkin

Recent advances in batch (offline) reinforcement learning have shown promising results in learning from available offline data and proved offline reinforcement learning to be an essential toolkit in learning control poli…

MuJoCoQ-Learningreinforcement-learningReinforcement Learning+1

Reinforced Self-Training (ReST) for Language Modeling

2023-08-17 · Caglar Gulcehre, Tom Le Paine, Srivatsan Srinivasan, Ksenia Konyushkova 외

Reinforcement learning from human feedback (RLHF) can improve the quality of large language model's (LLM) outputs by aligning them with human preferences. We propose a simple algorithm for aligning LLMs with human prefer…

Language ModelingLanguage ModellingMachine TranslationOffline RL+4

Offline Reinforcement Learning for Large Scale Language Action Spaces

2021-09-29 · ICLR 2022 4 · Youngsoo Jang, Jongmin Lee, Kee-Eung Kim

Training a task-oriented dialogue agent can be naturally formulated as offline reinforcement learning (RL) problem, where the agent aims to learn a conversational strategy to achieve user goals, only from a dialogue corp…

Language ModelingLanguage ModellingOffline RLreinforcement-learning+2

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

Guided Data Augmentation for Offline Reinforcement Learning and Imitation Learning

2023-10-27 · Nicholas E. Corrado, Yuxiao Qu, John U. Balis, Adam Labiosa 외

In offline reinforcement learning (RL), an RL agent learns to solve a task using only a fixed dataset of previously collected data. While offline RL has been successful in learning real-world robot control policies, it t…

Autonomous DrivingD4RLData AugmentationImitation Learning+4