10000 GitHub - OdobGames/ProyectosIA: Mazesolver
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

OdobGames/ProyectosIA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence: MazeSolver (Searching Algorithms)

A labyrinth is a graphic game consisting of drawing a line from a point of origin located on the outside of a maze to a target located usually on the opposite side. The difficulty is to find a direct path to the desired place. The labyrinth, on its own configuration, contains different dead ends (of greater or lesser length) and a route correct It can take different shapes: square, oval, round, quadrangular, ec.

In this project you will build a laboratory to explore agents based on artificial intelligence that solve mazes using search algorithms. The project consists of two parts

Video of youtube: https://www.youtube.com/watch?v=Jo2a-rdHKqI

About

Mazesolver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.2%
  • Python 9.8%
0