Graph-Based Motion Planning Networks
Abstract
Differentiable planning network architecture has shown to be powerful in solving transfer planning tasks while it possesses a simple end-to-end training feature. Much related work that has been proposed in literature is inspired by a design principle in which a recursive network architecture is applied to emulate backup operations of a value iteration algorithm. However, existing frameworks can only learn and plan effectively on domains with a lattice structure, i.e., regular graphs embedded in a particular Euclidean space. In this paper, we propose a general planning network called Graph-based Motion Planning Networks (GrMPN). GrMPN will be able to i) learn and plan on general irregular graphs, hence ii) render existing planning network architectures special cases. The proposed GrMPN framework is invariant to task graph permutation, i.e., graph isomorphism. As a result, GrMPN possesses an ability that is data-efficient and strong at generalization strength. We demonstrate the performance of two proposed GrMPN methods against other baselines on three domains ranging from 2D mazes (regular graph), path planning on irregular graphs, and motion planning (an irregular graph of robot configurations).
Cite
Text
Hoang and Vien. "Graph-Based Motion Planning Networks." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020. doi:10.1007/978-3-030-67661-2_33Markdown
[Hoang and Vien. "Graph-Based Motion Planning Networks." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020.](https://mlanthology.org/ecmlpkdd/2020/hoang2020ecmlpkdd-graphbased/) doi:10.1007/978-3-030-67661-2_33BibTeX
@inproceedings{hoang2020ecmlpkdd-graphbased,
title = {{Graph-Based Motion Planning Networks}},
author = {Hoang, Tai and Vien, Ngo Anh},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2020},
pages = {557-573},
doi = {10.1007/978-3-030-67661-2_33},
url = {https://mlanthology.org/ecmlpkdd/2020/hoang2020ecmlpkdd-graphbased/}
}