Giter VIP home page Giter VIP logo

samarthrana / ai-maze-runner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zainsiddiqui/ai-maze-runner

1.0 0.0 0.0 2.4 MB

This program explores various Artificial Intelligence pathfinding algorithms, both in the traditional application of path planning, and more abstractly in the construction and design of complex objects. The program generates a maze of a given density and runs an pathfinding algorithm on the maze.

Python 100.00%

ai-maze-runner's Introduction

AI-Maze-Runner

This program explores various Artificial Intelligence pathfinding algorithms, both in the traditional application of path planning, and more abstractly in the construction and design of complex objects. The program generates a maze of a given density and runs an pathfinding algorithm on the maze. To see full detailed analysis, please view Report.pdf

Screen Shot 2020-05-13 at 7 43 24 PM

Project uses Python programming language

The algorithms implemented:

Depth-First Search

Breadth-First Search

A (star): where the heuristic is to estimate the distance remaining via the Euclidean Distance

d((x1, y1),(x2, y2)) = sqrt((x1 − x2)^2 + (y1 − y2)^2)

A (star): where the heuristic is to estimate the distance remaining via the Manhattan Distance

d((x1, y1),(x2, y2)) = |x1 − x2| + |y1 − y2|

Bi-Directional Breadth-First Search

Screen Shot 2020-05-13 at 7 43 29 PM Screen Shot 2020-05-13 at 7 43 46 PM Screen Shot 2020-05-13 at 7 43 53 PM

ai-maze-runner's People

Contributors

zainsiddiqui avatar krupee avatar

Stargazers

Samarth Rana avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.