paper-with-me

홈 › Papers

pomdp_py: A Framework to Build and Solve POMDP Problems

2020-04-21 · Kaiyu Zheng, Stefanie Tellex

In this paper, we present pomdp_py, a general purpose Partially Observable Markov Decision Process (POMDP) library written in Python and Cython. Existing POMDP libraries often hinder accessibility and efficient prototyping due to the underlying programming language or interfaces, and require extra complexity in software toolchain to integrate with robotics systems. pomdp_py features simple and comprehensive interfaces capable of describing large discrete or continuous (PO)MDP problems. Here, we summarize the design principles and describe in detail the programming model and interfaces in pomdp_py. We also describe intuitive integration of this library with ROS (Robot Operating System), which enabled our torso-actuated robot to perform object search in 3D. Finally, we note directions to improve and extend this library for POMDP planning and beyond.

📄 PDF Abstract BibTeX arXiv:2004.10099

Code (1)

h2r/pomdp-py 공식 구현

Similar Papers 제목 키워드 기반

Scalable Solution Methods for Dec-POMDPs with Deterministic Dynamics

2025-08-29 · Yang You, Alex Schutz, Zhikun Li, Bruno Lacerda 외 arxiv

Many high-level multi-agent planning problems, including multi-robot navigation and path planning, can be effectively modeled using deterministic actions and observations. In this work, we focus on such domains and intro…

Robot Navigation

A Finite-State Controller Based Offline Solver for Deterministic POMDPs

2025-05-01 · Alex Schutz, Yang You, Matias Mattamala, Ipek Caliskanelli 외

Deterministic partially observable Markov decision processes (DetPOMDPs) often arise in planning problems where the agent is uncertain about its environmental state but can act and observe deterministically. In this pape…

Hindsight is Only 50/50: Unsuitability of MDP based Approximate POMDP Solvers for Multi-resolution Information Gathering

2018-04-07 · Sankalp Arora, Sanjiban Choudhury, Sebastian Scherer

Partially Observable Markov Decision Processes (POMDPs) offer an elegant framework to model sequential decision making in uncertain environments. Solving POMDPs online is an active area of research and given the size of …

Decision MakingImitation LearningSequential Decision Making

Reference-Based POMDPs

2023-09-21 · NeurIPS 2023 11

Making good decisions in partially observable and non-deterministic scenarios is a crucial capability for robots. A Partially Observable Markov Decision Process (POMDP) is a general framework for the above problem. Despi…

Learning in POMDPs with Monte Carlo Tree Search

2018-06-14 · ICML 2017 8 · Sammie Katt, Frans A. Oliehoek, Christopher Amato

The POMDP is a powerful framework for reasoning under outcome and information uncertainty, but constructing an accurate POMDP model is difficult. Bayes-Adaptive Partially Observable Markov Decision Processes (BA-POMDPs) …