paper-with-me

홈 › Papers

Adaptive Online Packing-guided Search for POMDPs

2021-12-01 · NeurIPS 2021 12 · Chenyang Wu, Guoyu Yang, Zongzhang Zhang, Yang Yu, Dong Li, Wulong Liu, Jianye Hao

The partially observable Markov decision process (POMDP) provides a general framework for modeling an agent's decision process with state uncertainty, and online planning plays a pivotal role in solving it. A belief is a distribution of states representing state uncertainty. Methods for large-scale POMDP problems rely on the same idea of sampling both states and observations. That is, instead of exact belief updating, a collection of sampled states is used to approximate the belief; instead of considering all possible observations, only a set of sampled observations are considered. Inspired by this, we take one step further and propose an online planning algorithm, Adaptive Online Packing-guided Search (AdaOPS), to better approximate beliefs with adaptive particle filter technique and balance estimation bias and variance by fusing similar observation branches. Theoretically, our algorithm is guaranteed to find an $\epsilon$-optimal policy with a high probability given enough planning time under some mild assumptions. We evaluate our algorithm on several tricky POMDP domains, and it outperforms the state-of-the-art in all of them.

📄 PDF Abstract BibTeX

Code (1)

lamda-pomdp/adaops.jl 공식 구현

Similar Papers 제목 키워드 기반

Addressing Myopic Constrained POMDP Planning with Recursive Dual Ascent

2024-03-26 · Paula Stocco, Suhas Chundi, Arec Jamgochian, Mykel J. Kochenderfer

Lagrangian-guided Monte Carlo tree search with global dual ascent has been applied to solve large constrained partially observable Markov decision processes (CPOMDPs) online. In this work, we demonstrate that these globa…

Decision Making

Operationally Guided Placement-Aware Learning for Industrial Online 3D Bin Packing

2026-07-30 · Dheeraj Poolavaram, Aanchal Rajesh Chugh, Sebastian Dorn arxiv

The online three-dimensional bin packing problem (3D-BPP) is a longstanding challenge in logistics and industrial palletizing. Recent learning-based methods use a learned policy to select among feasible candidate placeme…

Partially Observable Monte-Carlo Graph Search

2025-07-28 · Yang You, Vincent Thomas, Alex Schutz, Robert Skilton 외 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 de…

Learning Efficient Online 3D Bin Packing on Packing Configuration Trees

2021-09-29 · ICLR 2022 4 · Hang Zhao, Yang Yu, Kai Xu

Online 3D Bin Packing Problem (3D-BPP) has widespread applications in industrial automation and has aroused enthusiastic research interest recently. Existing methods usually solve the problem with limited resolution of s…

3D Bin PackingDeep Reinforcement Learning

Adaptive Large Neighborhood Search for Circle Bin Packing Problem

2020-01-20 · Kun He, Kevin Tole, Fei Ni, Yong Yuan 외

We address a new variant of packing problem called the circle bin packing problem (CBPP), which is to find a dense packing of circle items to multiple square bins so as to minimize the number of used bins. To this end, w…