中文
相关论文

相关论文: PHA*: Finding the Shortest Path with A* in An Unkn…

200 篇论文

Multi-Agent Pathfinding (MAPF) is the problem of finding paths for multiple agents such that every agent reaches its goal and the agents do not collide. Most prior work on MAPF was on grids, assumed agents' actions have uniform duration,…

人工智能 · 计算机科学 2019-06-17 Anton Andreychuk , Konstantin Yakovlev , Dor Atzmon , Roni Stern

We study a variant of the multi-agent path finding problem (MAPF) in which agents are required to remain connected to each other and to a designated base. This problem has applications in search and rescue missions where the entire…

人工智能 · 计算机科学 2020-06-08 Arthur Queffelec , Ocan Sankur , François Schwarzentruber

In multi-agent applications such as surveillance and logistics, fleets of mobile agents are often expected to coordinate and safely visit a large number of goal locations as efficiently as possible. The multi-agent planning problem in these…

机器人学 · 计算机科学 2021-11-09 Zhongqiang Ren , Sivakumar Rathinam , Howie Choset

We present results on new variants of the famous linear search (or cow-path) problem that involves an agent searching for a target with unknown position on the infinite line. We consider the variant where the agent can move either at speed…

离散数学 · 计算机科学 2025-05-15 Jared Coleman , Oscar Morales-Ponce

We present a lightweight, decentralized algorithm for navigating multiple nonholonomic agents through challenging environments with narrow passages. Our key idea is to allow agents to yield to each other in large open areas instead of…

机器人学 · 计算机科学 2023-03-17 Liang He , Zherong Pan , Dinesh Manocha

In multi-agent navigation, agents need to move towards their goal locations while avoiding collisions with other agents and static obstacles, often without communication with each other. Existing methods compute motions that are optimal…

多智能体系统 · 计算机科学 2017-10-13 Julio Godoy , Tiannan Chen , Stephen J. Guy , Ioannis Karamouzas , Maria Gini

We consider the facility location problem in the one-dimensional setting where each facility can serve a limited number of agents from the algorithmic and mechanism design perspectives. From the algorithmic perspective, we prove that the…

计算机科学与博弈论 · 计算机科学 2019-11-25 Haris Aziz , Hau Chan , Barton E. Lee , Bo Li , Toby Walsh

This paper addresses the path planning problems for recommending parking spaces, given the difficulties of identifying the most optimal route to vacant parking spaces and the shortest time to leave the parking space. Our optimization…

计算机视觉与模式识别 · 计算机科学 2021-04-20 Xin Wei , Runqi Qiu , Houyu Yu , Yurun Yang , Haoyu Tian , Xiang Xiang

This paper addresses the challenge of navigating unmanned aerial vehicles in contested environments by introducing a cooperative multi-agent framework that increases the likelihood of safe UAV traversal. The approach involves two types of…

最优化与控制 · 数学 2025-09-03 Grant Stagg , Cameron K. Peterson

Autonomous exploration is a complex task where the robot moves through an unknown environment with the goal of mapping it. The desired output of such a process is a sequence of paths that efficiently and safely minimise the uncertainty of…

机器人学 · 计算机科学 2018-05-04 Gilad Francis , Lionel Ott , Fabio Ramos

Multi-agent path finding (MAPF) determines an ensemble of collision-free paths for multiple agents between their respective start and goal locations. Among the available MAPF planners for workspace modeled as a graph, A*-based approaches…

机器人学 · 计算机科学 2022-02-16 Zhongqiang Ren , Sivakumar Rathinam , Howie Choset

Traditional approaches to the design of multi-agent navigation algorithms consider the environment as a fixed constraint, despite the influence of spatial constraints on agents' performance. Yet hand-designing conducive environment layouts…

系统与控制 · 电气工程与系统科学 2023-05-22 Zhan Gao , Amanda Prorok

Motion planning is the core problem to solve for developing any application involving an autonomous mobile robot. The fundamental motion planning problem involves generating a trajectory for a robot for point-to-point navigation while…

机器人学 · 计算机科学 2019-10-03 Danish Khalidi , Dhaval Gujarathi , Indranil Saha

Path planning for wheeled mobile robots is a critical component in the field of automation and intelligent transportation systems. Car-like vehicles, which have non-holonomic constraints on their movement capability impose additional…

机器人学 · 计算机科学 2024-11-28 Lukas Schichler , Karin Festl , Selim Solmaz , Daniel Watzenig

Reliable navigation systems are not available indoors, such as in campuses and small areas. Users must depend on confusing, time-consuming static signage or floor maps. In this paper, an AR-based technique has been applied to campus and…

机器人学 · 计算机科学 2026-03-02 Vijay U. Rathod , Manav S. Sharma , Shambhavi Verma , Aadi Joshi , Sachin Aage , Sujal Shahane

This article considers two variants of a shortest path problem for a car-like robot visiting a set of waypoints. The sequence of waypoints to be visited is specified in the first variant while the robot is allowed to visit the waypoints in…

机器人学 · 计算机科学 2018-09-12 Sivakumar Rathinam , Satyanarayana Gupta Manyam , Yuntao Zhang

Grids with blocked and unblocked cells are often used to represent terrain in robotics and video games. However, paths formed by grid edges can be longer than true shortest paths in the terrain since their headings are artificially…

计算几何 · 计算机科学 2014-01-17 Kenny Daniel , Alex Nash , Sven Koenig , Ariel Felner

We introduce a new heuristic for the A* algorithm that references a data structure much smaller than the one required by the ALT heuristic. This heuristic's benefits are permitted by a new approach for computing lower bounds using…

数据结构与算法 · 计算机科学 2016-03-07 Newton Campbell

The problem of search by multiple agents to find and localize objects arises in many important applications. In this paper, we study a class of multi-agent search problems in which each agent can access only a subset of a discrete search…

最优化与控制 · 数学 2017-09-13 Huanyu Ding , David Castanon

We study the TAPF (combined target-assignment and path-finding) problem for teams of agents in known terrain, which generalizes both the anonymous and non-anonymous multi-agent path-finding problems. Each of the teams is given the same…

人工智能 · 计算机科学 2016-12-20 Hang Ma , Sven Koenig