pathfinding topic
astar-pathfinding-unity
A grid-based implementation of the A* Pathfinding algorithm in Unity, that makes use of Priority Queues
GridUniverse
Old and new Reinforcement Learning algorithms run on the GridUniverse ecosystem
pythonfinder
PythonFinder: Cross Platform Search Tool for Finding Pythons
Path-Finding-Visualizer
An easy to use Interactive Graph Path visualizer with batteries included to implement your own Algorithm.
namigator
An intelligent navigation API for World of Warcraft Vanilla, TBC and WotLK
PPather
Mirror of PPather code published to ownedcore.com on 3/20/2017
path_planning_GAN
Path Planning using Generative Adversarial Network (GAN)
snake
Snake Game in python , this snake search for the food itself
AStarPathfindingUnity
Implementation of the A*-Algorithm in Unity3D
Unity-Pathfinding-Jobs-StressTest
Unity project showcasing A* pathfinding, fully jobified & burst compiled. It also contains examples of RaycastCommand and BoxcastCommand that are used to build the grid, as well as another example of...