paper-with-me

Papers

Heuristics for Partially Observable Stochastic Contingent Planning

2024-10-08 · Guy Shani

Acting to complete tasks in stochastic partially observable domains is an important problem in artificial intelligence, and is often formulated as a goal-based POMDP. Goal-based POMDPs can be solved using the RTDP-BEL algorithm, that operates by running forward trajectories from the initial belief to the goal. These trajectories can be guided by a heuristic, and more accurate heuristics can result in significantly faster convergence. In this paper, we develop a heuristic function that leverages the structured representation of domain models. We compute, in a relaxed space, a plan to achieve the goal, while taking into account the value of information, as well as the stochastic effects. We provide experiments showing that while our heuristic is slower to compute, it requires an order of magnitude less trajectories before convergence. Overall, it thus speeds up RTDP-BEL, particularly in problems where significant information gathering is needed.

📄 PDF Abstract BibTeX arXiv:2410.05870

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Probabilistic contingent planning based on HTN for high-quality plans

2023-08-14 · Peng Zhao

Deterministic planning assumes that the planning evolves along a fully predictable path, and therefore it loses the practical value in most real projections. A more realistic view is that planning ought to take into cons…

BetaZero: Belief-State Planning for Long-Horizon POMDPs using Learned Approximations

2023-05-31 · Robert J. Moss, Anthony Corso, Jef Caers, Mykel J. Kochenderfer

Real-world planning problems, including autonomous driving and sustainable energy applications like carbon storage and resource exploration, have recently been modeled as partially observable Markov decision processes (P…

Autonomous DrivingDecision Making

Non Deterministic Logic Programs

2013-04-26 · Emad Saad

Non deterministic applications arise in many domains, including, stochastic optimization, multi-objectives optimization, stochastic planning, contingent stochastic planning, reinforcement learning, reinforcement learning…

Negationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Memory Bounded Open-Loop Planning in Large POMDPs using Thompson Sampling

2019-05-10 · Thomy Phan, Lenz Belzner, Marie Kiermeier, Markus Friedrich 외

State-of-the-art approaches to partially observable planning like POMCP are based on stochastic tree search. While these approaches are computationally efficient, they may still construct search trees of considerable siz…

Thompson Sampling