Skip to content

Dataset generation scripts for “Path Planning using Neural A* Search” presented in ICML-21

License

Notifications You must be signed in to change notification settings

omron-sinicx/planning-datasets

Repository files navigation

Datasets for Path Planning using Neural A* Search (ICML'21)

This repository is for generating datasets used in our project:

Ryo Yonetani*, Tatsunori Taniai*, Mohammadamin Barekatain, Mai Nishimura, Asako Kanezaki, "Path Planning using Neural A* Search", ICML, 2021 [paper] [project page]

Getting Started

Prerequisites

  • python3 (>=3.7.7)
  • python3-venv

Install using venv

$ git submodule update --init --recursive    # if you forget --recursive option
$ python3 -m venv venv
$ source activate venv/bin/activate
$ pip install -e .

Generate datasets

$ sh 0_MP.sh		# generate shortest path problem instances for MP dataset
$ sh 1_TiledMP.sh	# for Tiled MP dataset
$ sh 2_CSM.sh		# for CSM dataset
$ sh 3_SDD.sh		# generate image+pedestrian traj instances from Stanford Drone Dataset

If you want to fully reproduce our result for MP, TiledMP, and CSM datasets, please use the original data included in this repository.

Acknowledgments

Reference

About

Dataset generation scripts for “Path Planning using Neural A* Search” presented in ICML-21

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published