Skip to content
#reinforcement learning Book Open access

MoE-Pointer: Seq2Seq Reinforcement Learning for Dynamic Multi-Echelon Pickup-and-Delivery with Courier-Drone Relay

Aug 2026 · Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2 · 0 citations · 56 references

TL;DR

MoE-Pointer is proposed, a unified reinforcement learning framework that reformulates DM-PDP into a sequence-to-sequence generation task and introduces a Prior-Guided Soft Mask to guide exploration within the exponentially large action space.

Abstract

Hybrid delivery systems integrating couriers and drones have emerged as a promising solution for on-demand delivery, effectively alleviating urban traffic congestion. In this relay-based system, orders are fulfilled via a three-stage relay: a courier transports the parcel to a nearby station, a drone airlifts it to a proper station, and another courier finally delivers it to its destination. We formally define this scenario as the Dynamic Multi-Echelon Pickup and Delivery Problem (DM-PDP). Solving DM-PDP is challenging due to cross-stage dependency and stage-wise differentiation. Classical operations research methods face bottlenecks in computational complexity and time efficiency when dealing with large-scale dynamic problems. Moreover, existing reinforcement learning methods are typically tailored for single-echelon problems; this not only mandates stage decoupling that prevents joint optimization, but also fails to address the differentiation across stages. To address these issues, we propose MoE-Pointer, a unified reinforcement learning framework that reformulates DM-PDP into a sequence-to-sequence generation task. Specifically, we employ a Transformer Encoder to extract entity states and a Pointer-based Transformer Decoder to auto-regressively generate joint action sequences, thereby capturing cross-stage dependencies for end-to-end joint optimization. To address stage-wise differentiation, we introduce a Spatio-Semantic Relational Attention module to encode heterogeneous interactions and integrate a Mixture-of-Experts (MoE) architecture into the decoder to learn stage-specific policies. Moreover, we introduce a Prior-Guided Soft Mask to guide exploration within the exponentially large action space. Experiments demonstrate that MoE-Pointer outperforms existing baselines in solution quality, while significantly reducing computation time compared to operations research methods. Our code is available at https://github.com/luiluizi/MoE-Pointer.

Read PDF

Similar papers

#machine learning Review Open access Oct 2014

Software development in startup companies: A systematic mapping study

The results indicate that software engineering work practices are chosen opportunistically, adapted and configured to provide value under the constrains imposed by the startup context.

Nicolò Paternoster, Carmine Giardino, M. Unterkalmsteiner et al. · 394 citations · ⚡54
#machine learning Review Open access Jun 2014

Why Early-Stage Software Startups Fail: A Behavioral Framework

This state-of-practice investigation was performed using a literature review followed by a multiple-case study approach and presents how inconsistency between managerial strategies and execution can lead to failure by means of a behavioral framework.

Carmine Giardino, Xiaofeng Wang, P. Abrahamsson · 175 citations · ⚡19
#machine learning Review Open access Oct 2016

“Failures” to be celebrated: an analysis of major pivots of software startups

This study conducts a case survey study based on the secondary data of the major pivots happened in 49 software startups, and demonstrates that customer need pivot is the most common among all pivot types.

Sohaib Shahid Bajwa, Xiaofeng Wang, Anh Nguyen-Duc et al. · 127 citations · ⚡15
#machine learning Review Open access May 2016

Key Challenges in Software Startups Across Life Cycle Stages

It is found that what perceived as biggest challenges by software startups do vary across different life cycle stages, even though its significance decreases when the learning focuses of the startups move from problem to solution and their products mature.

Xiaofeng Wang, Henry Edison, Sohaib Shahid Bajwa et al. · 62 citations · ⚡6

Related blog posts

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.