paper-with-me

Papers

Partially Observable Monte-Carlo Graph Search

2025-07-28 · Yang You, Vincent Thomas, Alex Schutz, Robert Skilton, Nick Hawes, Olivier Buffet arxiv

Currently, large partially observable Markov decision processes (POMDPs) are often solved by sampling-based online methods which interleave planning and execution phases. However, a pre-computed offline policy is more desirable in POMDP applications with time or energy constraints. But previous offline algorithms are not able to scale up to large POMDPs. In this article, we propose a new sampling-based algorithm, the partially observable Monte-Carlo graph search (POMCGS) to solve large POMDPs offline. Different from many online POMDP methods, which progressively develop a tree while performing (Monte-Carlo) simulations, POMCGS folds this search tree on the fly to construct a policy graph, so that computations can be drastically reduced, and users can analyze and validate the policy prior to embedding and executing it. Moreover, POMCGS, together with action progressive widening and observation clustering methods provided in this article, is able to address certain continuous POMDPs. Through experiments, we demonstrate that POMCGS can generate policies on the most challenging POMDPs, which cannot be computed by previous offline algorithms, and these policies' values are competitive compared with the state-of-the-art online POMDP algorithms.

📄 PDF Abstract BibTeX arXiv:2507.20951

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Combining a Meta-Policy and Monte-Carlo Planning for Scalable Type-Based Reasoning in Partially Observable Environments

2023-06-09 · Jonathon Schwartz, Hanna Kurniawati, Marcus Hutter

The design of autonomous agents that can interact effectively with other agents without prior coordination is a core problem in multi-agent systems. Type-based reasoning methods achieve this by maintaining a belief over …

Indexability and Rollout Policy for Multi-State Partially Observable Restless Bandits

2021-07-30 · Rahul Meshram, Kesav Kaza

Restless multi-armed bandits with partially observable states has applications in communication systems, age of information and recommendation systems. In this paper, we study multi-state partially observable restless ba…

Multi-Armed BanditsRecommendation Systems

Rollout Heuristics for Online Stochastic Contingent Planning

2023-10-03 · Oded Blumenthal, Guy Shani

Partially observable Markov decision processes (POMDP) are a useful model for decision-making under partial observability and stochastic actions. Partially Observable Monte-Carlo Planning is an online algorithm for decid…

Decision Making

Monte Carlo Tree Search for high precision manufacturing

2021-07-28 · Dorina Weichert, Felix Horchler, Alexander Kister, Marcus Trost 외

Monte Carlo Tree Search (MCTS) has shown its strength for a lot of deterministic and stochastic examples, but literature lacks reports of applications to real world industrial processes. Common reasons for this are that …

Vocal Bursts Intensity Prediction

Monte-Carlo tree search with uncertainty propagation via optimal transport

2023-09-19 · Tuan Dam, Pascal Stenger, Lukas Schneider, Joni Pajarinen 외

This paper introduces a novel backup strategy for Monte-Carlo Tree Search (MCTS) designed for highly stochastic and partially observable Markov decision processes. We adopt a probabilistic approach, modeling both value a…

Thompson Sampling