Cluster-Aware Attention-Based Deep Reinforcement Learning for Pickup and Delivery Problems
Wentao Wang, Lifeng Han, Guangyu Zou

TL;DR
This paper introduces CAADRL, a novel deep reinforcement learning framework that explicitly models cluster structures in pickup and delivery problems, improving solution quality and efficiency especially for large, clustered instances.
Contribution
The paper presents a cluster-aware encoding and hierarchical decoding approach in DRL for PDP, significantly enhancing performance and reducing inference time compared to existing methods.
Findings
Matches or exceeds state-of-the-art on clustered PDP instances.
Maintains high competitiveness on uniform instances.
Achieves lower inference time than neural collaborative-search methods.
Abstract
The Pickup and Delivery Problem (PDP) is a fundamental and challenging variant of the Vehicle Routing Problem, characterized by tightly coupled pickup--delivery pairs, precedence constraints, and spatial layouts that often exhibit clustering. Existing deep reinforcement learning (DRL) approaches either model all nodes on a flat graph, relying on implicit learning to enforce constraints, or achieve strong performance through inference-time collaborative search at the cost of substantial latency. In this paper, we propose \emph{CAADRL} (Cluster-Aware Attention-based Deep Reinforcement Learning), a DRL framework that explicitly exploits the multi-scale structure of PDP instances via cluster-aware encoding and hierarchical decoding. The encoder builds on a Transformer and combines global self-attention with intra-cluster attention over depot, pickup, and delivery nodes, producing embeddings…
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
TopicsVehicle Routing Optimization Methods · Transportation and Mobility Innovations · Vehicular Ad Hoc Networks (VANETs)
