paper-with-me

Papers

Learning Practically Feasible Policies for Online 3D Bin Packing

2021-08-31 · Hang Zhao, Chenyang Zhu, Xin Xu, Hui Huang, Kai Xu

We tackle the Online 3D Bin Packing Problem, a challenging yet practically useful variant of the classical Bin Packing Problem. In this problem, the items are delivered to the agent without informing the full sequence information. Agent must directly pack these items into the target bin stably without changing their arrival order, and no further adjustment is permitted. Online 3D-BPP can be naturally formulated as Markov Decision Process (MDP). We adopt deep reinforcement learning, in particular, the on-policy actor-critic framework, to solve this MDP with constrained action space. To learn a practically feasible packing policy, we propose three critical designs. First, we propose an online analysis of packing stability based on a novel stacking tree. It attains a high analysis accuracy while reducing the computational complexity from $O(N^2)$ to $O(N \log N)$, making it especially suited for RL training. Second, we propose a decoupled packing policy learning for different dimensions of placement which enables high-resolution spatial discretization and hence high packing precision. Third, we introduce a reward function that dictates the robot to place items in a far-to-near order and therefore simplifies the collision avoidance in movement planning of the robotic arm. Furthermore, we provide a comprehensive discussion on several key implemental issues. The extensive evaluation demonstrates that our learned policy outperforms the state-of-the-art methods significantly and is practically usable for real-world applications.

📄 PDF Abstract BibTeX arXiv:2108.13680

Code (2)

alexfrom0815/Online-3D-BPP-DRL pytorch
alexfrom0815/Online-3D-BPP-PCT pytorch

Tasks

3D Bin PackingCollision AvoidanceDeep Reinforcement Learning

Similar Papers 제목 키워드 기반

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

RoboBPP: Benchmarking Robotic Online Bin Packing with Physics-based Simulation

2025-12-04 · Zhoufeng Wang, Hang Zhao, Juzhan Xu, Shishun Zhang 외 arxiv

Physical feasibility in 3D bin packing is a key requirement in modern industrial logistics and robotic automation. With the growing adoption of industrial automation, online bin packing has gained increasing attention. H…

The Bayesian Prophet: A Low-Regret Framework for Online Decision Making

2019-01-15 · Alberto Vera, Siddhartha Banerjee

We develop a new framework for designing online policies given access to an oracle providing statistical information about an offline benchmark. Having access to such prediction oracles enables simple and natural Bayesia…

Decision Making

A Generalized Reinforcement Learning Algorithm for Online 3D Bin-Packing

2020-07-01 · Richa Verma, Aniruddha Singhal, Harshad Khadilkar, Ansuma Basumatary 외

We propose a Deep Reinforcement Learning (Deep RL) algorithm for solving the online 3D bin packing problem for an arbitrary number of bins and any bin size. The focus is on producing decisions that can be physically impl…

3D Bin PackingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

ASAP: Learning Generalizable Online Bin Packing via Adaptive Selection After Pruning

2025-01-29 · Han Fang, Paul Weng, Yutong Ban

Recently, deep reinforcement learning (DRL) has achieved promising results in solving online 3D Bin Packing Problems (3D-BPP). However, these DRL-based policies may perform poorly on new instances due to distribution shi…

3D Bin PackingDecision MakingDeep Reinforcement LearningMeta-Learning