8000 GitHub - Xiaoshan-jun/riskmap
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Xiaoshan-jun/riskmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Heuristic generating with transformer

In this repository, we release models from the papers

  • [Learning-accelerated A* Search for Risk-aware Path Planning], which will be present in SCITECH 2024

Introduction

This study aims to enhance the efficiency of solving the Constrained Shortest Path (CSP) problem. We introduce a novel approach that employs a transformer-based neural network, specifically a decoder architecture, to generate heuristic values for the A* algorithm. This methodological innovation results in a significant acceleration of the A* algorithm's performance, outpacing the traditional Manhattan heuristic in terms of speed.

Generator architecture

Alt text Alt text

train

python train.py

test predict, you need to change the args.model_path into the path you saved the model(end with .pt) first

python visualization.py 

formal evaluation, you need to change the arg.model_path into the path you saved the model(end with .pt) first

python evaluate_model.py

Bibtex

@inproceedings{xiang2024learning,
  title={Learning-accelerated A* Search for Risk-aware Path Planning},
  author={Xiang, Jun and Xie, Junfei and Chen, Jun},
  booktitle={AIAA SCITECH 2024 Forum},
  pages={2895},
  year={2024}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0