DRL Fails to Outperform Heuristics in Dynamic Vehicle Routing

Faezeh Ardali, Gerald M. Knapp· August 17, 2026 View original

Key takeaways

  • Deep reinforcement learning (DRL) policies did not outperform strong heuristics in dynamic vehicle routing.
  • The "nearest feasible" heuristic achieved superior routing quality, waiting times, and stability.
  • DRL policies offer fast decisions but lack the overall performance of optimized heuristics.
  • Computational cost remains a significant factor, with rolling-horizon methods being expensive.

Who benefits

LogisticsTransportationE-commerceDelivery ServicesSupply Chain Management

Summary

A study on Dynamic Multi-Depot Vehicle Routing with online requests found that deep reinforcement learning (DRL) policies, including Transformer-based models, did not outperform strong dynamic insertion heuristics. The nearest feasible heuristic achieved the lowest mean objective and better routing quality, waiting time, and stability.

This research investigates solutions for the Dynamic Multi-Depot Vehicle Routing Problem (DM-DVRP), a complex logistics challenge involving online requests and evolving vehicle states. The study introduces an event-driven learning and benchmarking framework to compare various approaches, including Masked MLP and Transformer policies trained with behavior cloning and proximal policy optimization (PPO), against traditional dynamic insertion heuristics and time-limited rolling-horizon optimization. Despite the advanced nature of the deep reinforcement learning (DRL) policies, the findings indicate that they did not surpass the performance of simpler, yet robust, dynamic insertion heuristics. Specifically, the "nearest feasible" heuristic consistently achieved the lowest mean objective across 20 scenarios, demonstrating superior routing quality, reduced waiting times, and greater stability. While DRL policies maintained millisecond-level decision speeds and transferred to larger instances without retraining, they did not achieve better overall performance than the strongest heuristic. The rolling-horizon optimization method achieved the lowest waiting times and makespan but at a significantly higher computational cost. This suggests that for dynamic vehicle routing problems with online requests, well-designed heuristics can still provide more effective and computationally efficient solutions than current DRL approaches.

Why it matters

For professionals in logistics, supply chain management, and transportation, this research provides a crucial reality check on the current state of DRL for dynamic vehicle routing. It suggests that investing in and refining heuristics might still yield better practical results than complex DRL models, especially when computational resources are a concern.

How to implement this in your domain

  1. 1Re-evaluate DRL investments: Assess whether current DRL efforts for dynamic routing problems are yielding superior results compared to well-tuned heuristics.
  2. 2Prioritize heuristic development: Invest in developing and optimizing robust dynamic insertion heuristics for vehicle routing challenges.
  3. 3Benchmark comprehensively: When evaluating new routing solutions, compare them against strong heuristic baselines across multiple metrics (quality, waiting time, stability, runtime).
  4. 4Consider hybrid approaches: Explore combining the speed of heuristics for initial assignments with DRL for specific, complex sub-problems if performance gains are proven.
  5. 5Optimize for computational cost: Factor in the computational cost of solutions, as rolling-horizon methods, while effective, can be prohibitively expensive.

Original post by Faezeh Ardali, Gerald M. Knapp

"arXiv:2608.13799v1 Announce Type: new Abstract: This paper presents an event-driven learning and benchmarking framework for the Dynamic Multi-Depot Vehicle Routing Problem with progressively revealed requests and evolving vehicle states. Masked MLP and Transformer policies are tr…"

View on X

Originally posted by Faezeh Ardali, Gerald M. Knapp on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses