# AlphaRouter: Bridging the Gap Between Reinforcement Learning and Optimization for Vehicle Routing with Monte Carlo Tree Searches

**Authors:** Won-Jun Kim, Junho Jeong, Taeyeong Kim, Kichun Lee

PMC · DOI: 10.3390/e27030251 · Entropy · 2025-02-27

## TL;DR

AlphaRouter combines reinforcement learning and optimization to solve vehicle routing problems more effectively than traditional methods.

## Contribution

AlphaRouter bridges reinforcement learning and optimization using Monte Carlo tree search for routing problems.

## Key findings

- AlphaRouter outperforms original reinforcement learning approaches in solution quality.
- The method achieves performance comparable to classical heuristics for routing problems.
- Attention-enabled networks improve routing decisions in the proposed framework.

## Abstract

Deep reinforcement learning (DRL) as a routing problem solver has shown promising results in recent studies. However, an inherent gap exists between computationally driven DRL and optimization-based heuristics. While a DRL algorithm for a certain problem is able to solve several similar problem instances, traditional optimization algorithms focus on optimizing solutions to one specific problem instance. In this paper, we propose an approach, AlphaRouter, which solves routing problems while bridging the gap between reinforcement learning and optimization. Fitting to routing problems, our approach first proposes attention-enabled policy and value networks consisting of a policy network that produces a probability distribution over all possible nodes and a value network that produces the expected distance from any given state. We modify a Monte Carlo tree search (MCTS) for the routing problems, selectively combining it with the routing problems. Our experiments demonstrate that the combined approach is promising and yields better solutions compared to original reinforcement learning (RL) approaches without MCTS, with good performance comparable to classical heuristics.

## Full-text entities

- **Genes:** THBS1 (thrombospondin 1) [NCBI Gene 7057] {aka THBS, THBS-1, TSP, TSP-1, TSP1}
- **Diseases:** injury to (MESH:D014947), MCTS (MESH:D021184), CVRP (MESH:D001528)
- **Chemicals:** AM (-)
- **Species:** Homo sapiens (human, species) [taxon 9606]

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/PMC11941441/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/PMC11941441/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/PMC11941441/full.md

---
Source: https://tomesphere.com/paper/PMC11941441