Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 251 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 251 Bytes

Finding your path in a maze using Reinforcement Learning

The goal of this project is for an agent to find the optimal route in order to reach the end of a maze.

The Q-Learning algorithm has been implemented in Python.

python3 main.py