paper-with-me

홈 › Papers

Multi-Agent Environments for Vehicle Routing Problems

2024-11-21 · Ricardo Gama, Daniel Fuertes, Carlos R. del-Blanco, Hugo L. Fernandes

Research on Reinforcement Learning (RL) approaches for discrete optimization problems has increased considerably, extending RL to an area classically dominated by Operations Research (OR). Vehicle routing problems are a good example of discrete optimization problems with high practical relevance where RL techniques have had considerable success. Despite these advances, open-source development frameworks remain scarce, hampering both the testing of algorithms and the ability to objectively compare results. This ultimately slows down progress in the field and limits the exchange of ideas between the RL and OR communities. Here we propose a library composed of multi-agent environments that simulates classic vehicle routing problems. The library, built on PyTorch, provides a flexible modular architecture design that allows easy customization and incorporation of new routing problems. It follows the Agent Environment Cycle ("AEC") games model and has an intuitive API, enabling rapid adoption and easy integration into existing reinforcement learning frameworks. The library allows for a straightforward use of classical OR benchmark instances in order to narrow the gap between the test beds for algorithm benchmarking used by the RL and OR communities. Additionally, we provide benchmark instance sets for each environment, as well as baseline RL models and training code.

📄 PDF Abstract BibTeX arXiv:2411.14411

Code (1)

ricgama/maenvs4vrp 공식 구현 pytorch

Tasks

Benchmarkingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Joint Optimization of Traffic Signal Control and Vehicle Routing in Signalized Road Networks using Multi-Agent Deep Reinforcement Learning

2023-10-16 · Xianyue Peng, Hang Gao, Gengyue Han, Hao Wang 외

Urban traffic congestion is a critical predicament that plagues modern road networks. To alleviate this issue and enhance traffic efficiency, traffic signal control and vehicle routing have proven to be effective measure…

Deep Reinforcement LearningTraffic Signal Control

Multi-Agent Coordination in Autonomous Vehicle Routing: A Simulation-Based Study of Communication, Memory, and Routing Loops

2025-11-20 · KM Khalid Saifullah, Daniel Palmer arxiv

Multi-agent coordination is critical for next-generation autonomous vehicle (AV) systems, yet naive implementations of communication-based rerouting can lead to catastrophic performance degradation. This study investigat…

Autonomous Vehicles

Multi-Agent Reinforcement Learning for Markov Routing Games: A New Modeling Paradigm For Dynamic Traffic Assignment

2020-11-22 · Zhenyu Shou, Xu Chen, Yongjie Fu, Xuan Di

This paper aims to develop a paradigm that models the learning behavior of intelligent agents (including but not limited to autonomous vehicles, connected and automated vehicles, or human-driven vehicles with intelligent…

Autonomous VehiclesBilevel OptimizationMulti-agent Reinforcement LearningQ-Learning

Multi-Vehicle Routing Problems with Soft Time Windows: A Multi-Agent Reinforcement Learning Approach

2020-02-13 · Ke Zhang, Meng Li, Zhengchao Zhang, Xi Lin 외

Multi-vehicle routing problem with soft time windows (MVRPSTW) is an indispensable constituent in urban logistics distribution systems. Over the past decade, numerous methods for MVRPSTW have been proposed, but most are …

Computational EfficiencyDecoderMulti-agent Reinforcement Learningreinforcement-learning+2

Equity-Transformer: Solving NP-hard Min-Max Routing Problems as Sequential Generation with Equity Context

2023-06-05 · Jiwoo Son, Minsu Kim, Sanghyeok Choi, Hyeonah Kim 외

Min-max routing problems aim to minimize the maximum tour length among multiple agents by having agents conduct tasks in a cooperative manner. These problems include impactful real-world applications but are known as NP-…

Decision MakingTraveling Salesman Problem