paper-with-me

Papers

Human-in-the-Loop Synthesis for Partially Observable Markov Decision Processes

2018-02-27 · Steven Carr, Nils Jansen, Ralf Wimmer, Jie Fu, Ufuk Topcu

We study planning problems where autonomous agents operate inside environments that are subject to uncertainties and not fully observable. Partially observable Markov decision processes (POMDPs) are a natural formal model to capture such problems. Because of the potentially huge or even infinite belief space in POMDPs, synthesis with safety guarantees is, in general, computationally intractable. We propose an approach that aims to circumvent this difficulty: in scenarios that can be partially or fully simulated in a virtual environment, we actively integrate a human user to control an agent. While the user repeatedly tries to safely guide the agent in the simulation, we collect data from the human input. Via behavior cloning, we translate the data into a strategy for the POMDP. The strategy resolves all nondeterminism and non-observability of the POMDP, resulting in a discrete-time Markov chain (MC). The efficient verification of this MC gives quantitative insights into the quality of the inferred human strategy by proving or disproving given system specifications. For the case that the quality of the strategy is not sufficient, we propose a refinement method using counterexamples presented to the human. Experiments show that by including humans into the POMDP verification loop we improve the state of the art by orders of magnitude in terms of scalability.

📄 PDF Abstract BibTeX arXiv:1802.09810

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reinforcement Learning based on MPC/MHE for Unmodeled and Partially Observable Dynamics

2021-03-22 · Hossein Nejatbakhsh Esfahani, Arash Bahari Kordabad, Sebastien Gros

This paper proposes an observer-based framework for solving Partially Observable Markov Decision Processes (POMDPs) when an accurate model is not available. We first propose to use a Moving Horizon Estimation-Model Predi…

Model Predictive Controlreinforcement-learningReinforcement Learning (RL)

Finite Memory Belief Approximation for Optimal Control in Partially Observable Markov Decision Processes

2026-01-06 · Mintae Kim arxiv

We study finite memory belief approximation for partially observable (PO) stochastic optimal control (SOC) problems. While belief states are sufficient for SOC in partially observable Markov decision processes (POMDPs), …

Decentralized Control of Partially Observable Markov Decision Processes using Belief Space Macro-actions

2015-02-20 · Shayegan Omidshafiei, Ali-akbar Agha-mohammadi, Christopher Amato, Jonathan P. How

The focus of this paper is on solving multi-robot planning problems in continuous spaces with partial observability. Decentralized partially observable Markov decision processes (Dec-POMDPs) are general models for multi-…

Decision Making

A Model-Based, Decision-Theoretic Perspective on Automated Cyber Response

2020-02-20 · Lashon B. Booker, Scott A. Musman

Cyber-attacks can occur at machine speeds that are far too fast for human-in-the-loop (or sometimes on-the-loop) decision making to be a viable option. Although human inputs are still important, a defensive Artificial In…

Decision Making

BF++: a language for general-purpose program synthesis

2021-01-23 · Vadim Liventsev, Aki Härmä, Milan Petković

Most state of the art decision systems based on Reinforcement Learning (RL) are data-driven black-box neural models, where it is often difficult to incorporate expert knowledge into the models or let experts review and v…

Decision MakingOpenAI GymProgram SynthesisReinforcement Learning (RL)