PulseAugur
实时 16:55:14
English(EN) On dynamic multi-agent pathfinding methods: review, simulations and modifications

新的 A** 算法改进了动态多智能体路径寻找

一篇新论文介绍了 A**,一种改进的动态多智能体路径寻找 (D-MAPF) 算法。该方法增强了在具有移动障碍物、部分可见性和代理冲突的环境中的路径寻找能力。A** 通过将几何路径生成与时间适应解耦,使其能够动态地重新连接到预先计算的候选路径,从而实现了更好的解决方案质量。 AI

影响 引入了一种新颖的 D-MAPF 算法,有可能提高机器人和自主系统的效率。

排序理由 该集群包含一篇介绍新颖算法的新学术论文。[lever_c_demoted from research: ic=1 ai=0.7]

在 arXiv cs.MA (Multiagent) 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的 A** 算法改进了动态多智能体路径寻找

报道来源 [1]

  1. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Wieslaw Marszalek ·

    关于动态多智能体路径规划方法:综述、仿真与改进

    This paper presents a systematic study of pathfinding algorithms in the context of Dynamic Multi-Agent Pathfinding (D-MAPF), a setting that combines dynamic obstacles, partial observability, and inter-agent conflicts. We evaluate six representative algorithms: Dijkstra, D* Lite, …