paper-with-me

Papers

MDP Planning as Policy Inference

2026-02-19 · David Tolpin arxiv

We cast episodic Markov decision process (MDP) planning as Bayesian inference over policies. A policy is treated as the latent variable and is assigned an unnormalized probability of optimality that is monotone in its expected return, yielding a posterior distribution whose modes coincide with return-maximizing solutions while posterior dispersion represents uncertainty over optimal behavior. To approximate this posterior in discrete domains, we adapt variational sequential Monte Carlo (VSMC) to inference over deterministic policies under stochastic dynamics, introducing a sweep that enforces policy consistency across revisited states and couples transition randomness across particles to avoid confounding from simulator noise. Acting is performed by posterior predictive sampling, which induces a stochastic control policy through a Thompson-sampling interpretation rather than entropy regularization. Across grid worlds, Blackjack, Triangle Tireworld, and Academic Advising, we analyze the structure of inferred policy distributions and compare the resulting behavior to discrete Soft Actor-Critic, highlighting qualitative and statistical differences that arise from policy-level uncertainty.

📄 PDF Abstract BibTeX arXiv:2602.17375

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Flow Motion Policy: Manipulator Motion Planning with Flow Matching Models

2026-04-08 · Davood Soleymanzadeh, Xiao Liang, Minghui Zheng arxiv

Open-loop end-to-end neural motion planners have recently been proposed to improve motion planning for robotic manipulators. These methods enable planning directly from sensor observations without relying on a privileged…

Motion Planning

Planning as Inference in Epidemiological Models

2020-03-30 · Frank Wood, Andrew Warrington, Saeid Naderiparizi, Christian Weilbach 외

In this work we demonstrate how to automate parts of the infectious disease-control policy-making process via performing inference in existing epidemiological models. The kind of inference tasks undertaken include comput…

Probabilistic Programming

Bayesian inference for data-efficient, explainable, and safe robotic motion planning: A review

2023-07-16 · Chengmin Zhou, Chao Wang, Haseeb Hassan, Himat Shah 외

Bayesian inference has many advantages in robotic motion planning over four perspectives: The uncertainty quantification of the policy, safety (risk-aware) and optimum guarantees of robot motions, data-efficiency in trai…

Bayesian InferenceKnowledge GraphsMotion PlanningUncertainty Quantification

What Type of Inference is Active Inference?

2026-06-03 · Wouter W. L. Nuijten, Mykola Lukashchuk, Thijs van de Laar, Bert de Vries arxiv

Active inference casts decision-making as inference, with the Expected Free Energy (EFE) unifying goal-directed and information-seeking behavior. Recent work showed that EFE minimization can be written as Variational Fre…

PaT: Planning-after-Trial for Efficient Test-Time Code Generation

2026-05-08 · Youngsik Yoon, Sungjae Lee, Seockbean Song, Siwei Wang 외 arxiv

Beyond training-time optimization, scaling test-time computation has emerged as a key paradigm to extend the reasoning capabilities of Large Language Models (LLMs). However, most existing methods adopt a rigid Planning-b…

Code Generation