paper-with-me

Papers

Multi-agent Path Finding for Cooperative Autonomous Driving

2024-02-01 · Zhongxia Yan, Han Zheng, Cathy Wu

Anticipating possible future deployment of connected and automated vehicles (CAVs), cooperative autonomous driving at intersections has been studied by many works in control theory and intelligent transportation across decades. Simultaneously, recent parallel works in robotics have devised efficient algorithms for multi-agent path finding (MAPF), though often in environments with simplified kinematics. In this work, we hybridize insights and algorithms from MAPF with the structure and heuristics of optimizing the crossing order of CAVs at signal-free intersections. We devise an optimal and complete algorithm, Order-based Search with Kinematics Arrival Time Scheduling (OBS-KATS), which significantly outperforms existing algorithms, fixed heuristics, and prioritized planning with KATS. The performance is maintained under different vehicle arrival rates, lane lengths, crossing speeds, and control horizon. Through ablations and dissections, we offer insight on the contributing factors to OBS-KATS's performance. Our work is directly applicable to many similarly scaled traffic and multi-robot scenarios with directed lanes.

📄 PDF Abstract BibTeX arXiv:2402.00334

Code (1)

mit-wu-lab/mapf-autonomous-driving 공식 구현

Tasks

Autonomous DrivingMulti-Agent Path FindingScheduling

Similar Papers 제목 키워드 기반

Cooperative Multi-Agent Path Finding: Beyond Path Planning and Collision Avoidance

2021-05-23 · Nir Greshler, Ofir Gordon, Oren Salzman, Nahum Shimkin

We introduce the Cooperative Multi-Agent Path Finding (Co-MAPF) problem, an extension to the classical MAPF problem, where cooperative behavior is incorporated. In this setting, a group of autonomous agents operate in a …

Collision AvoidanceMulti-Agent Path Finding

Optimizing Cooperative path-finding: A Scalable Multi-Agent RRT* with Dynamic Potential Fields

2019-11-16 · Jinmingwu Jiang, Kaigui Wu, Haiyang Liu, Ren Zhang 외

Cooperative path-finding in multi-agent systems demands scalable solutions to navigate agents from their origins to destinations without conflict. Despite the breadth of research, scalability remains hampered by increase…

Computational EfficiencyMulti-Agent Path FindingNavigate

Cooperative Pathfinding based on memory-efficient Multi-agent RRT*

2019-11-10 · Jinmingwu Jiang, Kaigui Wu

In cooperative pathfinding problems, no-conflicts paths that bring several agents from their start location to their destination need to be planned. This problem can be efficiently solved by Multi-agent RRT*(MA-RRT*) alg…

Multi-Agent Target Assignment and Path Finding for Intelligent Warehouse: A Cooperative Multi-Agent Deep Reinforcement Learning Perspective

2024-08-25 · Qi Liu, Jianqi Gao, Dongjie Zhu, Zhongjian Qiao 외

Multi-agent target assignment and path planning (TAPF) are two key problems in intelligent warehouse. However, most literature only addresses one of these two problems separately. In this study, we propose a method to si…

Deep Reinforcement LearningReinforcement Learning (RL)

Selective Communication for Cooperative Perception in End-to-End Autonomous Driving

2023-05-26 · Hsu-kuang Chiu, Stephen F. Smith

The reliability of current autonomous driving systems is often jeopardized in situations when the vehicle's field-of-view is limited by nearby occluding objects. To mitigate this problem, vehicle-to-vehicle communication…

Autonomous DrivingMulti-Agent Path Finding