Coder Social home page Coder Social logo

hammadkhann / ai-maze-searches Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 178 KB

The Maze-Puzzle a rectangular maze where each cell is either empty (contains 0) or blocked (contains 1). There is a special cell designated as start cell and there are some cells designated as goal cells. Our search agent (Raju) need to find an escaping path from given a maze. There are some searching strategies that we need to follow in finding the optimal path. The aims of this maze puzzle is to understand different search strategies. Consider an overly simple example for this programming assignment: Dimension 5 x 5 Initial State= starting cell (0, 0) Goal State= goal cell (4, 4) Optimal Path = {(0, 0), (1, 1), (2, 2), (3, 3), (4, 4)} with Path Cost = 5 when all cell movements have equal unit cost.

Java 100.00%

ai-maze-searches's Introduction

Hi ๐Ÿ‘‹, I'm Muhammad Hammad Khan

Machine Learning Engineer @ Flo Health

hammadkhann

hammadkhann

hammad_khan23

Connect with me:

hammad_khan23 https://www.linkedin.com/in/muhammad-hammad-khan-b84822142/ hammad_khan23

Languages and Tools:

aws django docker elasticsearch hadoop hive java kibana mongodb nginx pandas python pytorch redis scikit_learn seaborn tensorflow

hammadkhann

ย hammadkhann

hammadkhann

ai-maze-searches's People

Contributors

hammadkhann avatar

Watchers

 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.