/Path-Predictor

This is a simple project based on reinforcement learning which is a type of machine learning technique. A bot is assigned a task to reach the destination from the source.

Primary LanguagePython

Path-Predictor



This project is based on the reinforcement learning which is a type of machine learning technique that enables an agent to learn in an interactive environment by trial and error using feedback from its own actions and experiences. In this we used Q learning algorithm which helps agent to reach the distination room from the current room.

Room-Layout

image

How to Run

  1. run git clone

  2. go to root directry

  3. run in python compiler or IDE

  4. now run the app.py file

  5. after running the appy.py file you need to click on the localhost link generated which will redirect you to the default browser.

    image

  6. once you click on the link a webpage would open like this

    image

  7. now enter the room number of your choice and click the predict button

    image

  8. now the result is displayed based on user input

    image