paper-with-me

Papers

Multi-Agent Car Parking using Reinforcement Learning

2022-06-22 · Omar Tanner

As the industry of autonomous driving grows, so does the potential interaction of groups of autonomous cars. Combined with the advancement of Artificial Intelligence and simulation, such groups can be simulated, and safety-critical models can be learned controlling the cars within. This study applies reinforcement learning to the problem of multi-agent car parking, where groups of cars aim to efficiently park themselves, while remaining safe and rational. Utilising robust tools and machine learning frameworks, we design and implement a flexible car parking environment in the form of a Markov decision process with independent learners, exploiting multi-agent communication. We implement a suite of tools to perform experiments at scale, obtaining models parking up to 7 cars with over a 98.1% success rate, significantly beating existing single-agent models. We also obtain several results relating to competitive and collaborative behaviours exhibited by the cars in our environment, with varying densities and levels of communication. Notably, we discover a form of collaboration that cannot arise without competition, and a 'leaky' form of collaboration whereby agents collaborate without sufficient state. Such work has numerous potential applications in the autonomous driving and fleet management industries, and provides several useful techniques and benchmarks for the application of reinforcement learning to multi-agent car parking.

📄 PDF Abstract BibTeX arXiv:2206.13338

Code (1)

omarathon/rl-multi-agent-car-parking 공식 구현

Tasks

Autonomous DrivingFormManagementreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Dynamic Configuration of On-Street Parking Spaces using Multi Agent Reinforcement Learning

2025-12-02 · Oshada Jayasinghe, Farhana Choudhury, Egemen Tanin, Shanika Karunasekera arxiv

With increased travelling needs more than ever, traffic congestion has become a major concern in most urban areas. Allocating spaces for on-street parking, further hinders traffic flow, by limiting the effective road wid…

Reinforcement Learning

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. …

Deep Reinforcement Learningreinforcement-learningStochastic Optimization

The Pursuit of Diversity: Multi-Objective Testing of Deep Reinforcement Learning Agents

2025-10-16 · Antony Bartlett, Cynthia Liem, Annibale Panichella arxiv

Testing deep reinforcement learning (DRL) agents in safety-critical domains requires discovering diverse failure scenarios. Existing tools such as INDAGO rely on single-objective optimization focused solely on maximizing…

Reinforcement Learning

FedParking: A Federated Learning based Parking Space Estimation with Parked Vehicle assisted Edge Computing

2021-10-19 · Xumin Huang, Peichun Li, Rong Yu, Yuan Wu 외

As a distributed learning approach, federated learning trains a shared learning model over distributed datasets while preserving the training data privacy. We extend the application of federated learning to parking manag…

Deep Reinforcement LearningEdge-computingFederated LearningManagement+1

HOPE: A Reinforcement Learning-based Hybrid Policy Path Planner for Diverse Parking Scenarios

2024-05-31 · Mingyang Jiang, Yueyuan Li, Songan Zhang, Siyuan Chen 외

Automated parking stands as a highly anticipated application of autonomous driving technology. However, existing path planning methodologies fall short of addressing this need due to their incapability to handle the dive…

Autonomous Drivingreinforcement-learningReinforcement Learning