OCLGJul 2, 2022

Reinforcement Learning Approaches for the Orienteering Problem with Stochastic and Dynamic Release Dates

arXiv:2207.00885v312 citationsh-index: 47
Originality Incremental advance
AI Analysis

This work addresses a practical logistics optimization problem for e-commerce carriers, offering incremental improvements by integrating RL with exact optimization techniques.

The paper tackles the problem of optimizing vehicle dispatch and routing for e-commerce carriers under stochastic and dynamic parcel arrival times, proposing two reinforcement learning approaches that combine value function approximation with integer linear programming and branch-and-cut methods, achieving significant performance improvements over alternative methods in empirical studies.

In this paper, we study a sequential decision-making problem faced by e-commerce carriers related to when to send out a vehicle from the central depot to serve customer requests, and in which order to provide the service, under the assumption that the time at which parcels arrive at the depot is stochastic and dynamic. The objective is to maximize the expected number of parcels that can be delivered during service hours. We propose two reinforcement learning (RL) approaches for solving this problem. These approaches rely on a look-ahead strategy in which future release dates are sampled in a Monte-Carlo fashion and a batch approach is used to approximate future routes. Both RL approaches are based on value function approximation - one combines it with a consensus function (VFA-CF) and the other one with a two-stage stochastic integer linear programming model (VFA-2S). VFA-CF and VFA-2S do not need extensive training as they are based on very few hyper-parameters and make good use of integer linear programming (ILP) and branch-and-cut-based exact methods to improve the quality of decisions. We also establish sufficient conditions for partial characterization of optimal policy and integrate them into VFA-CF/VFA-2S. In an empirical study, we conduct a competitive analysis using upper bounds with perfect information. We also show that VFA-CF and VFA-2S greatly outperform alternative approaches that: 1) do not rely on future information, or 2) are based on point estimation of future information, or 3) employ heuristics rather than exact methods, or 4) use exact evaluations of future rewards.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes