paper-with-me

홈 › Papers

Effective Online 3D Bin Packing with Lookahead Parcels Using Monte Carlo Tree Search

2026-01-06 · Jiangyi Fang, Bowen Zhou, Haotian Wang, Xin Zhu, Leye Wang arxiv

Online 3D Bin Packing (3D-BP) with robotic arms is crucial for reducing transportation and labor costs in modern logistics. While Deep Reinforcement Learning (DRL) has shown strong performance, it often fails to adapt to real-world short-term distribution shifts, which arise as different batches of goods arrive sequentially, causing performance drops. We argue that the short-term lookahead information available in modern logistics systems is key to mitigating this issue, especially during distribution shifts. We formulate online 3D-BP with lookahead parcels as a Model Predictive Control (MPC) problem and adapt the Monte Carlo Tree Search (MCTS) framework to solve it. Our framework employs a dynamic exploration prior that automatically balances a learned RL policy and a robust random policy based on the lookahead characteristics. Additionally, we design an auxiliary reward to penalize long-term spatial waste from individual placements. Extensive experiments on real-world datasets show that our method consistently outperforms state-of-the-art baselines, achieving over 10\% gains under distributional shifts, 4\% average improvement in online deployment, and up to more than 8\% in the best case--demonstrating the effectiveness of our framework.

📄 PDF Abstract BibTeX arXiv:2601.02649

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Deliberate Planning of 3D Bin Packing on Packing Configuration Trees

2025-04-06 · Hang Zhao, Juzhan Xu, Kexiong Yu, Ruizhen Hu 외

Online 3D Bin Packing Problem (3D-BPP) has widespread applications in industrial automation. Existing methods usually solve the problem with limited resolution of spatial discretization, and/or cannot deal with complex p…

3D Bin PackingDeep Reinforcement Learning

A simulation driven optimization algorithm for scheduling sorting center operations

2021-12-07 · Supratim Ghosh, Aritra Pal, Prashant Kumar, Ankush Ojha 외

Parcel sorting operations in logistics enterprises aim to achieve a high throughput of parcels through sorting centers. These sorting centers are composed of large circular conveyor belts on which incoming parcels are pl…

Scheduling

Online 3D Bin Packing with Constrained Deep Reinforcement Learning

2020-06-26 · Hang Zhao, Qijin She, Chenyang Zhu, Yin Yang 외

We solve a challenging yet practically useful variant of 3D Bin Packing Problem (3D-BPP). In our problem, the agent has limited information about the items to be packed into the bin, and an item must be packed immediatel…

3D Bin PackingCollision AvoidanceDeep Reinforcement Learningreinforcement-learning+2

Optimal-Point Variance Reduction For Bayesian Optimization With Regret Guarantee

2026-05-31 · Shion Takeno arxiv

This paper studies a one-step lookahead Bayesian optimization (BO) method and its theoretical guarantee. Although the empirical effectiveness of one-step lookahead BO methods, such as entropy search, has been studied ext…

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