paper-with-me

Papers

Spatial-Aware Deep Reinforcement Learning for the Traveling Officer Problem

2024-01-11 · Niklas Strauß, Matthias Schubert

The traveling officer problem (TOP) is a challenging stochastic optimization task. In this problem, a parking officer is guided through a city equipped with parking sensors to fine as many parking offenders as possible. A major challenge in TOP is the dynamic nature of parking offenses, which randomly appear and disappear after some time, regardless of whether they have been fined. Thus, solutions need to dynamically adjust to currently fineable parking offenses while also planning ahead to increase the likelihood that the officer arrives during the offense taking place. Though various solutions exist, these methods often struggle to take the implications of actions on the ability to fine future parking violations into account. This paper proposes SATOP, a novel spatial-aware deep reinforcement learning approach for TOP. Our novel state encoder creates a representation of each action, leveraging the spatial relationships between parking spots, the agent, and the action. Furthermore, we propose a novel message-passing module for learning future inter-action correlations in the given environment. Thus, the agent can estimate the potential to fine further parking violations after executing an action. We evaluate our method using an environment based on real-world data from Melbourne. Our results show that SATOP consistently outperforms state-of-the-art TOP agents and is able to fine up to 22% more parking offenses.

📄 PDF Abstract BibTeX arXiv:2401.05969

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningStochastic Optimization

Similar Papers 제목 키워드 기반

GeoRouteNet: A Geometry-Aware Non-Autoregressive Neural Solver for the Euclidean Traveling Salesman Problem

2026-06-22 · Xiang Li arxiv

Non-autoregressive neural solvers amortize computation across traveling salesman problem (TSP) instances, but models trained on random Euclidean instances can degrade when the number or spatial distribution of nodes chan…

Reinforcement Learning

A Unified Deep Reinforcement Learning Approach for Close Enough Traveling Salesman Problem

2025-10-03 · Mingfeng Fan, Jiaqi Cheng, Yaoxin Wu, Yifeng Zhang 외 arxiv

In recent years, deep reinforcement learning (DRL) has gained traction for solving the NP-hard traveling salesman problem (TSP). However, limited attention has been given to the close-enough TSP (CETSP), primarily due to…

Reinforcement LearningSpatial Reasoning

Solving Dynamic Traveling Salesman Problems With Deep Reinforcement Learning

2023-04-01 · journal 2023 4 · Zizhen Zhang, Hong Liu, Mengchu Zhou, Jiahai Wang

A traveling salesman problem (TSP) is a well-known NP-complete problem. Traditional TSP presumes that the locations of customers and the traveling time among customers are fixed and constant. In real-life cases, however,…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningTraveling Salesman Problem

Combining Reinforcement Learning with Lin-Kernighan-Helsgaun Algorithm for the Traveling Salesman Problem

2020-12-08 · Jiongzhi Zheng, Kun He, Jianrong Zhou, Yan Jin 외

We address the Traveling Salesman Problem (TSP), a famous NP-hard combinatorial optimization problem. And we propose a variable strategy reinforced approach, denoted as VSR-LKH, which combines three reinforcement learnin…

Combinatorial OptimizationQ-Learningreinforcement-learningReinforcement Learning+2

Traveling Waves Integrate Spatial Information Into Spectral Representations

2025-02-09 · Mozes Jacobs, Roberto C. Budzinski, Lyle Muller, Demba Ba 외

Traveling waves are widely observed in the brain, but their precise computational function remains unclear. One prominent hypothesis is that they enable the transfer and integration of spatial information across neural p…

Semantic Segmentation