astar-search
There are 76 repositories under astar-search topic.
omron-sinicx/neural-astar
Official implementation of "Path Planning using Neural A* Search" (ICML-21)
forestagostinelli/DeepCubeA
Code for DeepCubeA, a Deep Reinforcement Learning algorithm that can learn to solve the Rubik's cube.
patheloper/pathetic
An A* pathfinding library for serverside minecraft development
khalidsaifullaah/pathfinding-visualizer
A web app to help visualizing typical graph searching algorithms
saptadeb/botLab
Project for ROB 550. Implementing SLAM using LIDAR, wheel encoders and IMU on MBot.
Ali-Elganzory/AI-Search
Visualization for multiple searching algorithms.
srohit0/DataScienceGraphAlgorithms
Selected Graph Algorithms
mahdirezaie336/GimmeButter
A servant robot trying to serve as fast as possible using A* algorithm.
SanGuillao/SokobanSolver
A C++ solver for the puzzle game called Sokoban
Sinu-Tech/Galeraxxx-Search-Escape
Jogo com algoritmo de busca para fugir de uma ou várias IA em um labirinto
yonetaniryo/neural-astar-jax
Jax implementation of Neural A*
aliarjomandbigdeli/search-algorithms
classical search algorithms are used in AI | AI course - Fall 2018
LukeProducts/AStar-Pathfinding-Cpp
A* Pathfinding C++ providing many additional features
BlackMagicAI/AStar
Java and Python implementations of the A* (A Star) path planning algorithm. Includes example test driver command line program.
CGQAQ/cc_astar
A* Algorithm written in pure c++ 17
langyx/Maze-AStar-Pathfinding
A* pathfinding for maze in Swift/SwiftUI
maksym-turkot/astar-8puzzle-solver
A* search n-Puzzle solver and heuristic domination analysis
robail/AStar
Astar (A*) algorithm to find path between two given points
rtrinh760/pathfinding-visualizer
Graph Algorithm Visualizer
TendTo/AstarPathfindingAlgorithm
A pathfinding simulator that uses the A* algorithm to find the shortest path
YashKSahu/Path-Planning-OpenGL-Visualization
An OpenGL graphics library based animation of path planning algorithms.
alexyzha/AStar-Visualizer
A* Algorithm Visualizer || C++ Backend || Visualization on GitHub Pages
arrafi-musabbir/A-star-search-algorithm
Solves A-star search algorithm from a graph oh cities
Ashley-Gibson/Path-Finder
*** IN PROGRESS *** - Path Finding Algorithm Project in C#
bala4krish/Mind_Your_Path
C++ implementation of A-Star path planning algorithm
DADILabKIT/Path_Planning_in_OCCT
DADI Lab에서 진행 중인 길찾기 알고리즘 관련 알고리즘 스터디 및 구현 결과를 관리하는 프로젝트입니다. (A project to manage the study and implementation results of the algorithm related to the wayfinding algorithm in progress at DADI Lab.)
edenroseFR/sliding-8-puzzle
This is a simple 8-puzzle game solved using different search algorithms (A Star, BFS).
eduong100/SokobanSolver-AStarSearch
CS161 Artificial Intelligence Project 3: A working Sokoban solver that computes an optimal solution to the game Sokoban using A* search with heuristics built for Sokoban
mikesu320/graph-search-demo
graph search algorithms depicted on a nxn matrix graph
mohamedhassan279/8-puzzle
8 puzzle solver using: BFS, DFS, A* (Manhattan, Euclidean)
MohamedShetewi/coast-guard-solver
A solver for the Coast Guard Problem. Different search strategies were applied to achieve the goal.
NMPoole/CS5011-AIPractice
Various assignments relating to the practice of AI concepts, specifically: search, logic, learning, and uncertainty.
sunnyallana/AStar-Threaded-Search
This repo implements A* search with multithreading for faster pathfinding.
Toulik-Das/Route-Planner
Find the shortest path along the city streets to connect the starting point and the destination 🛣