paper-with-me

홈 › Papers

Task-Guided IRL in POMDPs that Scales

2022-12-30 · Franck Djeumou, Christian Ellis, Murat Cubuktepe, Craig Lennon, Ufuk Topcu

In inverse reinforcement learning (IRL), a learning agent infers a reward function encoding the underlying task using demonstrations from experts. However, many existing IRL techniques make the often unrealistic assumption that the agent has access to full information about the environment. We remove this assumption by developing an algorithm for IRL in partially observable Markov decision processes (POMDPs). We address two limitations of existing IRL techniques. First, they require an excessive amount of data due to the information asymmetry between the expert and the learner. Second, most of these IRL techniques require solving the computationally intractable forward problem -- computing an optimal policy given a reward function -- in POMDPs. The developed algorithm reduces the information asymmetry while increasing the data efficiency by incorporating task specifications expressed in temporal logic into IRL. Such specifications may be interpreted as side information available to the learner a priori in addition to the demonstrations. Further, the algorithm avoids a common source of algorithmic complexity by building on causal entropy as the measure of the likelihood of the demonstrations as opposed to entropy. Nevertheless, the resulting problem is nonconvex due to the so-called forward problem. We solve the intrinsic nonconvexity of the forward problem in a scalable manner through a sequential linear programming scheme that guarantees to converge to a locally optimal policy. In a series of examples, including experiments in a high-fidelity Unity simulator, we demonstrate that even with a limited amount of data and POMDPs with tens of thousands of states, our algorithm learns reward functions and policies that satisfy the task while inducing similar behavior to the expert by leveraging the provided side information.

📄 PDF Abstract BibTeX arXiv:2301.01219

Code (1)

wuwushrek/MCE_IRL_POMDPS 공식 구현

Tasks

Unity

Similar Papers 제목 키워드 기반

Posterior Sampling-based Online Learning for Episodic POMDPs

2023-10-16 · Dengwang Tang, Dongze Ye, Rahul Jain, Ashutosh Nayyar 외

Learning in POMDPs is known to be significantly harder than in MDPs. In this paper, we consider the online learning problem for episodic POMDPs with unknown transition and observation models. We propose a Posterior Sampl…

\textsc{rfPG}: Robust Finite-Memory Policy Gradients for Hidden-Model POMDPs

2025-05-14 · Maris F. L. Galesloot, Roman Andriushchenko, Milan Češka, Sebastian Junges 외

Partially observable Markov decision processes (POMDPs) model specific environments in sequential decision-making under uncertainty. Critically, optimal policies for POMDPs may not be robust against perturbations in the …

Decision Making Under UncertaintySequential Decision Making

Stick-Breaking Policy Learning in Dec-POMDPs

2015-05-01 · Miao Liu, Christopher Amato, Xuejun Liao, Lawrence Carin 외

Expectation maximization (EM) has recently been shown to be an efficient algorithm for learning finite-state controllers (FSCs) in large decentralized POMDPs (Dec-POMDPs). However, current methods use fixed-size FSCs and…

Embed to Control Partially Observed Systems: Representation Learning with Provable Sample Efficiency

2022-05-26 · Lingxiao Wang, Qi Cai, Zhuoran Yang, Zhaoran Wang

Reinforcement learning in partially observed Markov decision processes (POMDPs) faces two challenges. (i) It often takes the full history to predict the future, which induces a sample complexity that scales exponentially…

reinforcement-learningReinforcement Learning (RL)Representation Learning

Solving Truly Massive Budgeted Monotonic POMDPs with Oracle-Guided Meta-Reinforcement Learning

2024-08-13 · Manav Vora, Michael N Grussing, Melkior Ornik

Monotonic Partially Observable Markov Decision Processes (POMDPs), where the system state progressively decreases until a restorative action is performed, can be used to model sequential repair problems effectively. This…

Meta Reinforcement Learning