用路径数据库动态生成搜索启发,提升机器人运动规划效率
Path Database Guidance for Motion Planning
- 用数据库生成搜索节点扩展的启发式,而非直接复用路径
- 在仿真中多种环境下均显著提升规划速度与成功率
- 适合需要高效规划的机器人系统开发人员
在机器人运动规划中,一种利用先验经验的方法是将已解决的问题路径存入路径数据库。现有方法主要依赖数据库查询路径的方式及其使用方式。本文提出路径数据库引导(PDG),创新性地利用数据库计算启发式,决定搜索树中应扩展哪些节点,而非直接拼接路径或用于采样偏置。该方法可灵活融合其他搜索算法,通过动态交替探索与数据库引导实现更高效搜索。此外,与以往将数据库视为静态先验不同,本方法在搜索隐式定义的机器人配置空间时,会持续更新数据库内容,从而自适应优化引导策略。实验在多种显式定义的环境分布中验证了PDG的有效性。
原文摘要 · Abstract (English)
One approach to using prior experience in robot motion planning is to store solutions to previously seen problems in a database of paths. Methods that use such databases are characterized by how they query for a path and how they use queries given a new problem. In this work we present a new method, Path Database Guidance (PDG), which innovates on existing work in two ways. First, we use the database to compute a heuristic for determining which nodes of a search tree to expand, in contrast to prior work which generally pastes the (possibly transformed) queried path or uses it to bias a sampling distribution. We demonstrate that this makes our method more easily composable with other search methods by dynamically interleaving exploration according to a baseline algorithm with exploitation of the database guidance. Second, in contrast to other methods that treat the database as a single fixed prior, our database (and thus our queried heuristic) updates as we search the implicitly defined robot configuration space. We experimentally demonstrate the effectiveness of PDG in a variety of explicitly defined environment distributions in simulation.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。