pathfinding topic

List pathfinding repositories

pathing

72
Stars
3
Forks
Watchers

A very fast & zero-allocation, grid-based, pathfinding library for Go.

astar-gridmap-2d

56
Stars
19
Forks
Watchers

A* algorithms for 2D gridmaps. The fastest one, until you prove me wrong

SPSO

72
Stars
21
Forks
Watchers

Spherical Vector-based Particle Swarm Optimization

pathfind

56
Stars
6
Forks
Watchers

Path finding on a 2D polygonal map

pathgan

37
Stars
7
Forks
Watchers

A Pytorch implementation of Generative Adversarial Network for Heuristics of Sampling-based Path Planning

path-planning-cnn

36
Stars
4
Forks
Watchers

Solving synthetic 2d path-planning problems with a CNN.

lacam

30
Stars
12
Forks
Watchers

LaCAM: Search-Based Algorithm for Quick Multi-Agent Pathfinding (AAAI-23)

MT-RRT

17
Stars
1
Forks
Watchers

General purpose library for multithreaded Rapidly Random exploring Trees

A_Star_Algorithm_Path_Planning

15
Stars
5
Forks
Watchers

This repository contains my code with output for generation of shortest path in a 2 D environment with static obstacles. The algorithm uses predetermined knowledge about the obstacles and navigates th...