paper-with-me

Papers

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

2019-05-10 · Thomy Phan, Lenz Belzner, Marie Kiermeier, Markus Friedrich, Kyrill Schmid, Claudia Linnhoff-Popien

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 size, which could limit the performance due to restricted memory resources. In this paper, we propose Partially Observable Stacked Thompson Sampling (POSTS), a memory bounded approach to open-loop planning in large POMDPs, which optimizes a fixed size stack of Thompson Sampling bandits. We empirically evaluate POSTS in four large benchmark problems and compare its performance with different tree-based approaches. We show that POSTS achieves competitive performance compared to tree-based open-loop planning and offers a performance-memory tradeoff, making it suitable for partially observable planning with highly restricted computational and memory resources.

📄 PDF Abstract BibTeX arXiv:1905.04020

Code (1)

thomyphan/planning 공식 구현

Tasks

Thompson Sampling

Similar Papers 제목 키워드 기반

Adaptive Thompson Sampling Stacks for Memory Bounded Open-Loop Planning

2019-07-11 · Thomy Phan, Thomas Gabor, Robert Müller, Christoph Roch 외

We propose Stable Yet Memory Bounded Open-Loop (SYMBOL) planning, a general memory bounded approach to partially observable open-loop planning. SYMBOL maintains an adaptive stack of Thompson Sampling bandits, whose size …

Thompson Sampling

Open Loop Execution of Tree-Search Algorithms, extended version

2018-05-03 · Erwan Lecarpentier, Guillaume Infantes, Charles Lesire, Emmanuel Rachelson

In the context of tree-search stochastic planning algorithms where a generative model is available, we consider on-line planning algorithms building trees in order to recommend an action. We investigate the question of a…

MomADv2: Reliable Temporal Memory for End-to-End Autonomous Driving

2026-08-24 · Ziying Song, Shengkai Zhang, Lin Liu, Peiliang Wu 외 arxiv

Long-horizon planning is critical for safe autonomous driving in complex scenarios. Existing methods improve planning continuity with temporal memory, but such memory may become invalid and mislead decisions when the dri…

Autonomous Driving

Advancing Omnimodal Embodied Agents from Isolated Skills to Everyday Physical Autonomy

2026-06-25 · Junhao Shi, Zezheng Huai, Siyin Wang, Jia Chen 외 arxiv

Building persistent embodied agents in unstructured environments demands unified orchestration of heterogeneous tools spanning both cyber (APIs, IoT) and physical (manipulation, navigation) domains, coupled with autonomo…

Open-Loop Planning, Closed-Loop Verification: Speculative Verification for VLA

2026-04-03 · Zihua Wang, Zhitao Lin, Ruibo Li, Yu Zhang 외 arxiv

Vision-Language-Action (VLA) models, as large foundation models for embodied control, have shown strong performance in manipulation tasks. However, their performance comes at high inference cost. To improve efficiency, r…