论文标题
有条件的生成对抗网络,用于最佳路径计划
Conditional Generative Adversarial Networks for Optimal Path Planning
论文作者
论文摘要
路径规划在自主机器人系统中起着重要作用。有效理解周围环境和有效产生的无碰撞路径都是解决路径计划问题的关键部分。尽管传统的基于采样的算法,例如快速探索的随机树(RRT)及其改进的最佳版本(RRT*),但由于它们能够在复杂的环境中找到可行的路径,但他们无法有效地找到最佳路径,因此已广泛使用。为了解决这个问题并满足上述两个要求,我们提出了一种新型的基于学习的路径计划算法,该算法由基于条件生成的对抗网络(CGAN)和修改后的RRT*算法组成的新型生成模型(由CGANRRT*表示)。鉴于地图信息,我们的CGAN模型可以生成可行路径的有效可能性分布,CGAN-RRT*算法可以利用这些分布,以通过非均匀采样策略找到最佳路径。 CGAN模型是通过从地面真实图中学习的,每个图都通过将RRT算法执行50次在一个原始地图上执行50次的所有结果来生成。我们通过在两组地图上测试CGAN模型并将CGAN-RRT*算法与常规RRT*算法进行比较来证明该CGAN模型的有效性能。
Path planning plays an important role in autonomous robot systems. Effective understanding of the surrounding environment and efficient generation of optimal collision-free path are both critical parts for solving path planning problem. Although conventional sampling-based algorithms, such as the rapidly-exploring random tree (RRT) and its improved optimal version (RRT*), have been widely used in path planning problems because of their ability to find a feasible path in even complex environments, they fail to find an optimal path efficiently. To solve this problem and satisfy the two aforementioned requirements, we propose a novel learning-based path planning algorithm which consists of a novel generative model based on the conditional generative adversarial networks (CGAN) and a modified RRT* algorithm (denoted by CGANRRT*). Given the map information, our CGAN model can generate an efficient possibility distribution of feasible paths, which can be utilized by the CGAN-RRT* algorithm to find the optimal path with a non-uniform sampling strategy. The CGAN model is trained by learning from ground truth maps, each of which is generated by putting all the results of executing RRT algorithm 50 times on one raw map. We demonstrate the efficient performance of this CGAN model by testing it on two groups of maps and comparing CGAN-RRT* algorithm with conventional RRT* algorithm.