pathfinding topic

List pathfinding repositories

astar-pathfinding-unity

29
Stars
6
Forks
Watchers

A grid-based implementation of the A* Pathfinding algorithm in Unity, that makes use of Priority Queues

GridUniverse

22
Stars
5
Forks
Watchers

Old and new Reinforcement Learning algorithms run on the GridUniverse ecosystem

pythonfinder

36
Stars
24
Forks
Watchers

PythonFinder: Cross Platform Search Tool for Finding Pythons

Path-Finding-Visualizer

23
Stars
2
Forks
Watchers

An easy to use Interactive Graph Path visualizer with batteries included to implement your own Algorithm.

namigator

40
Stars
27
Forks
Watchers

An intelligent navigation API for World of Warcraft Vanilla, TBC and WotLK

PPather

34
Stars
22
Forks
Watchers

Mirror of PPather code published to ownedcore.com on 3/20/2017

path_planning_GAN

46
Stars
14
Forks
Watchers

Path Planning using Generative Adversarial Network (GAN)

snake

22
Stars
1
Forks
Watchers

Snake Game in python , this snake search for the food itself

AStarPathfindingUnity

42
Stars
17
Forks
Watchers

Implementation of the A*-Algorithm in Unity3D

Unity-Pathfinding-Jobs-StressTest

45
Stars
10
Forks
Watchers

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...