400 skills found · Page 1 of 14
mikepound / MazesolvingA variety of algorithms to solve mazes from an input image
mackorone / MmsA Micromouse simulator: write and test maze-solving code without a physical robot
sichkar-valentyn / Reinforcement Learning In PythonImplementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa
jostbr / PymazeA maze generator, solver and visualizer for Python
john-science / MazelibA Python library for creating and solving mazes.
drkostas / Minecraft AIA Reinforcement Learning agent that learns how to solve maze missions in Minecraft.
HaiderAbasi / ROS2 Path Planning And Maze SolvingDeveloping a maze solving robot in ROS2 that leverages information from a drone or Satellite's camera using OpenCV algorithms to find its path to the goal and solve the maze. :)
Tauseef-Hilal / Pathfinding VisualizerPathfinding visualizations with Python and Pygame
dmaydan / Maze Solver GeneratorSolve and generate mazes in JS
jamis / TheseusA very flexible random maze generator, solver, and renderer for Ruby
HenryDavidZhu / MazeBattles.comWebsite built with Node.js and Socket.io where users race against each other to solve generated mazes. Features a single player and one-on-one mode. Uses Prim's MST Algorithm to generate the mazes.
noshluk2 / ROS2 Autonomous Driving And Navigation SLAM With TurtleBot3This is repository for the course ROS2 Autonomous Driving and SLAM using NAV2 with TurtleBot3 on Udemy.
dado3212 / ScreenMazerA macOS screensaver that procedurally generates a maze and then solves it
codebox / MazesJavaScript Maze Generator
ma-shamshiri / Pacman GameIn this project, the Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. I implemented general search algorithms such as depth-first, breadth-first, uniform cost, and A* search algorithms which are used to solve navigation problems in the Pacman world.
Create aesthetic mazes of different shapes, tiles, sizes and more using a CLI tool. A website is also available at https://mazes.apixelinspace.com
Bulebots / BulebuleAn awesome maze-solving micromouse robot
armin-reichert / MazesA comprehensive library of algorithms for creating perfect mazes.
angeluriot / Maze SolverAn interactive online maze generator and solver able to use several different algorithms.
ravenkls / Maze Generator And SolverA maze generator and solver written in Python, which uses a backtracker algorithm and Djikstra's algorithm.