Back to Browse

A* Variants Implemented Using Python & Matplotlib

139 views
Sep 7, 2020
2:53

Implemented A* variants: Beam Search, Iterative Deepening, Dynamic Weighting, Theta*, and Jump Point. More information: http://theory.stanford.edu/~amitp/GameProgramming/Variations.html Code: https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/AStar/a_star_variants.py

Download

0 formats

No download links available.

A* Variants Implemented Using Python & Matplotlib | NatokHD