In cooperative pathfinding problems, non-conflict 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*) algorithm, which is still state-of-the-art in the field of coupled methods. However, the implementation of this algorithm is hindered in systems with limited memory because the number of nodes in the tree of RRT* grows indefinitely as the paths get optimized. This paper proposes an improved version of MA-RRT*, called Multi-agent RRT* Fixed Node(MA-RRT*FN), which limits the number of nodes stored in the tree of RRT* by removing the weak nodes on the path which are not likely to reach the goal. The results show that MA-RRT*FN performs close to MA-RRT* in terms of scalability and solution quality while the memory required is much lower and fixed.
翻译:在合作路由问题中,需要规划将若干代理人从最初地点带到目的地的非冲突道路,这个问题可以通过多剂RRT*(MA-RRT*)算法有效解决,该算法在混合方法领域仍然是最先进的,但在记忆有限的系统中,这种算法的实施受到阻碍,因为随着路径的优化,RRT*树上的节点数量将无限期增长。本文建议改进MA-RRT*,称为多剂RRT*固定节点(MA-RRT*FN)的版本,该版本通过清除不可能达到目标的道路上的薄弱节点,限制RRT*树上储存的节点数量,结果显示MA-RRT*FN在可缩放和解决方案质量方面接近MA-RRT*,而所需的记忆则要低得多和固定。