Official implementation of "Path Planning using Neural A* Search" (ICML-21)
-
Updated
Jan 30, 2025 - Jupyter Notebook
Official implementation of "Path Planning using Neural A* Search" (ICML-21)
Java 3D Astar Pathfinding Library
Code for DeepCubeA, a Deep Reinforcement Learning algorithm that can learn to solve the Rubik's cube.
这个算法用于无人机群避障一个加入机群的无人机,算法分为两种思路:(1)加入者的路径规划主动机动规避编队机群、(2)编队微调避让加入者。目前只做了第一种思路。唯一已知信息是原机群的运动轨迹F(x,y,z,t)|each plane,对于第一种思路:对于补位飞机唯一的输入参数是无人机编队时间帧和每架飞机的对应位置,即F(x,y,z,t)|each plane,输出参数是规划的单条路径。对于第二种思路:让正常飞行的编队可以保持在其原始轨迹周围(即,边界条件,规避机动范围<Δv球),补位无人机穿越他们的空隙到达目标位置,输出为需要避碰的其他无人机的机动向量。第一种思路采用三维A*+分段局部规划
A web app to help visualizing typical graph searching algorithms
Project for ROB 550. Implementing SLAM using LIDAR, wheel encoders and IMU on MBot.
Visualization for multiple searching algorithms.
Selected Graph Algorithms
A project for visualising working of the A* algorithm made in "Unity".
A servant robot trying to serve as fast as possible using A* algorithm.
A C++ solver for the puzzle game called Sokoban
Jogo com algoritmo de busca para fugir de uma ou várias IA em um labirinto
classical search algorithms are used in AI | AI course - Fall 2018
A* Pathfinding C++ providing many additional features
An OpenGL graphics library based animation of path planning algorithms.
Graph Algorithm Visualizer
C++ implementation of A-Star path planning algorithm
Java and Python implementations of the A* (A Star) path planning algorithm. Includes example test driver command line program.
Add a description, image, and links to the astar-search topic page so that developers can more easily learn about it.
To associate your repository with the astar-search topic, visit your repo's landing page and select "manage topics."