paper-with-me

Papers

Efficient Heuristic Generation for Robot Path Planning with Recurrent Generative Model

2020-12-07 · Zhaoting Li, Jiankun Wang, Max Q. -H. Meng

Robot path planning is difficult to solve due to the contradiction between optimality of results and complexity of algorithms, even in 2D environments. To find an optimal path, the algorithm needs to search all the state space, which costs a lot of computation resource. To address this issue, we present a novel recurrent generative model (RGM) which generates efficient heuristic to reduce the search efforts of path planning algorithm. This RGM model adopts the framework of general generative adversarial networks (GAN), which consists of a novel generator that can generate heuristic by refining the outputs recurrently and two discriminators that check the connectivity and safety properties of heuristic. We test the proposed RGM module in various 2D environments to demonstrate its effectiveness and efficiency. The results show that the RGM successfully generates appropriate heuristic in both seen and new unseen maps with a high accuracy, demonstrating the good generalization ability of this model. We also compare the rapidly-exploring random tree star (RRT*) with generated heuristic and the conventional RRT* in four different maps, showing that the generated heuristic can guide the algorithm to find both initial and optimal solution in a faster and more efficient way.

📄 PDF Abstract BibTeX arXiv:2012.03449

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HBTP: Heuristic Behavior Tree Planning with Large Language Model Reasoning

2024-06-03 · Yishuai Cai, Xinglin Chen, Yunxin Mao, Minglong Li 외

Behavior Trees (BTs) are increasingly becoming a popular control structure in robotics due to their modularity, reactivity, and robustness. In terms of BT generation methods, BT planning shows promise for generating reli…

Language ModelingLanguage ModellingLarge Language Model

Multi-Robot Path Planning Combining Heuristics and Multi-Agent Reinforcement Learning

2023-06-02 · Shaoming Peng

Multi-robot path finding in dynamic environments is a highly challenging classic problem. In the movement process, robots need to avoid collisions with other moving robots while minimizing their travel distance. Previous…

Collision AvoidanceHeuristic SearchMulti-agent Reinforcement Learningreinforcement-learning

Fully Convolutional Search Heuristic Learning for Rapid Path Planners

2019-08-09 · Yuka Ariki, Takuya Narihira

Path-planning algorithms are an important part of a wide variety of robotic applications, such as mobile robot navigation and robot arm manipulation. However, in large search spaces in which local traps may exist, it rem…

Robot Navigation

Learning Social Heuristics for Human-Aware Path Planning

2025-09-02 · Andrea Eirale, Matteo Leonetti, Marcello Chiaberge arxiv

Social robotic navigation has been at the center of numerous studies in recent years. Most of the research has focused on driving the robotic agent along obstacle-free trajectories, respecting social distances from human…

Simulation-based planning of Motion Sequences for Automated Procedure Optimization in Multi-Robot Assembly Cells

2025-07-31 · Loris Schneider, Marc Ungen, Elias Huber, Jan-Felix Klein arxiv

Reconfigurable multi-robot cells offer a promising approach to meet fluctuating assembly demands. However, the recurrent planning of their configurations introduces new challenges, particularly in generating optimized, c…

Motion Planning