A Large Language Model-Enhanced Q-learning for Capacitated Vehicle Routing Problem with Time Windows
By: Linjiang Cao, Maonan Wang, Xi Xiong
Potential Business Impact:
Makes delivery routes shorter and faster.
The Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) is a classic NP-hard combinatorial optimization problem widely applied in logistics distribution and transportation management. Its complexity stems from the constraints of vehicle capacity and time windows, which pose significant challenges to traditional approaches. Advances in Large Language Models (LLMs) provide new possibilities for finding approximate solutions to CVRPTW. This paper proposes a novel LLM-enhanced Q-learning framework to address the CVRPTW with real-time emergency constraints. Our solution introduces an adaptive two-phase training mechanism that transitions from the LLM-guided exploration phase to the autonomous optimization phase of Q-network. To ensure reliability, we design a three-tier self-correction mechanism based on the Chain-of-Thought (CoT) for LLMs: syntactic validation, semantic verification, and physical constraint enforcement. In addition, we also prioritized replay of the experience generated by LLMs to amplify the regulatory role of LLMs in the architecture. Experimental results demonstrate that our framework achieves a 7.3\% average reduction in cost compared to traditional Q-learning, with fewer training steps required for convergence.
Similar Papers
End-to-end Deep Reinforcement Learning for Stochastic Multi-objective Optimization in C-VRPTW
Machine Learning (CS)
Helps delivery trucks plan faster, safer routes.
Data-Driven Stochastic VRP: Integration of Forecast Duration into Optimization for Utility Workforce Management
Optimization and Control
Smarter routes save time and money for deliveries.
Improving Generalization of Neural Combinatorial Optimization for Vehicle Routing Problems via Test-Time Projection Learning
Machine Learning (CS)
Makes delivery routes work for huge cities.