paper-with-me

Papers

Sequential Decision Making with Expert Demonstrations under Unobserved Heterogeneity

2024-04-10 · Vahid Balazadeh, Keertana Chidambaram, Viet Nguyen, Rahul G. Krishnan, Vasilis Syrgkanis

We study the problem of online sequential decision-making given auxiliary demonstrations from experts who made their decisions based on unobserved contextual information. These demonstrations can be viewed as solving related but slightly different problems than what the learner faces. This setting arises in many application domains, such as self-driving cars, healthcare, and finance, where expert demonstrations are made using contextual information, which is not recorded in the data available to the learning agent. We model the problem as zero-shot meta-reinforcement learning with an unknown distribution over the unobserved contextual variables and a Bayesian regret minimization objective, where the unobserved variables are encoded as parameters with an unknown prior. We propose the Experts-as-Priors algorithm (ExPerior), an empirical Bayes approach that utilizes expert data to establish an informative prior distribution over the learner's decision-making problem. This prior distribution enables the application of any Bayesian approach for online decision-making, such as posterior sampling. We demonstrate that our strategy surpasses existing behaviour cloning, online, and online-offline baselines for multi-armed bandits, Markov decision processes (MDPs), and partially observable MDPs, showcasing the broad reach and utility of ExPerior in using expert demonstrations across different decision-making setups.

📄 PDF Abstract BibTeX arXiv:2404.07266

Code (1)

vdblm/ExPerior 공식 구현 jax

Tasks

Decision MakingMeta Reinforcement LearningMulti-Armed Banditsreinforcement-learningReinforcement LearningSelf-Driving CarsSequential Decision Making

Similar Papers 제목 키워드 기반

Boosting Reinforcement Learning and Planning with Demonstrations: A Survey

2023-03-23 · Tongzhou Mu, Hao Su

Although reinforcement learning has seen tremendous success recently, this kind of trial-and-error learning can be impractical or inefficient in complex environments. The use of demonstrations, on the other hand, enables…

Decision Makingreinforcement-learningReinforcement LearningSequential Decision Making+1

Trajectory VAE for multi-modal imitation

2019-05-01 · ICLR 2019 5 · Xiaoyu Lu, Jan Stuehmer, Katja Hofmann

We address the problem of imitating multi-modal expert demonstrations in sequential decision making problems. In many practical applications, for example video games, behavioural demonstrations are readily available that…

continuous-controlContinuous ControlDecision MakingImitation Learning+2

Learning Memory Mechanisms for Decision Making through Demonstrations

2024-11-12 · William Yue, Bo Liu, Peter Stone

In Partially Observable Markov Decision Processes, integrating an agent's history into memory poses a significant challenge for decision-making. Traditional imitation learning, relying on observation-action pairs for exp…

Decision MakingImitation Learning

Machine Teaching for Inverse Reinforcement Learning: Algorithms and Applications

2018-05-20 · Daniel S. Brown, Scott Niekum

Inverse reinforcement learning (IRL) infers a reward function from demonstrations, allowing for policy improvement and generalization. However, despite much recent interest in IRL, little work has been done to understand…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

BeTAIL: Behavior Transformer Adversarial Imitation Learning from Human Racing Gameplay

2024-02-22 · Catherine Weaver, Chen Tang, Ce Hao, Kenta Kawamoto 외

Imitation learning learns a policy from demonstrations without requiring hand-designed reward functions. In many robotic tasks, such as autonomous racing, imitated policies must model complex environment dynamics and hum…

Autonomous RacingDecision MakingImitation LearningSequential Decision Making