TAP-Net: Transport-and-Pack using Reinforcement Learning
Ruizhen Hu, Juzhan Xu, Bin Chen, Minglun Gong, Hao Zhang, Hui Huang

TL;DR
This paper presents TAP-Net, a reinforcement learning-based neural network that efficiently solves the transport-and-pack problem by learning optimal packing sequences, outperforming traditional methods and generalizing to larger instances.
Contribution
We introduce TAP-Net, a novel neural network architecture trained with reinforcement learning to optimize transport and packing sequences in complex, constrained packing scenarios.
Findings
TAP-Net outperforms baseline methods in packing efficiency.
The network generalizes well to larger problem instances.
Ablation studies validate the effectiveness of each component.
Abstract
We introduce the transport-and-pack(TAP) problem, a frequently encountered instance of real-world packing, and develop a neural optimization solution based on reinforcement learning. Given an initial spatial configuration of boxes, we seek an efficient method to iteratively transport and pack the boxes compactly into a target container. Due to obstruction and accessibility constraints, our problem has to add a new search dimension, i.e., finding an optimal transport sequence, to the already immense search space for packing alone. Using a learning-based approach, a trained network can learn and encode solution patterns to guide the solution of new problem instances instead of executing an expensive online search. In our work, we represent the transport constraints using a precedence graph and train a neural network, coined TAP-Net, using reinforcement learning to reward efficient and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution
