Mishors / Maze-Solver-using-RL

Implemented in Python. It generates a random maze that has a solution and two Reinforcement Learning algorithms (Policy Iteration & Value Iteration) are used to solve the maze to give the shortest path as the program output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze-Solver-using-RL

About

Implemented in Python. It generates a random maze that has a solution and two Reinforcement Learning algorithms (Policy Iteration & Value Iteration) are used to solve the maze to give the shortest path as the program output.


Languages

Language:Jupyter Notebook 100.0%