This project's goal is to solve any randomly generated maze using Q-Learing and Python. The agent has go to from point (0,0) to (X,Y) of given maze and on his way to exit pickup randomly generated "key"
- Pytnon 3.10
- Pipenv
- Copy repository
- In repository execute pipenv install command - this will install all required modules
- When virtual enviroment is sucessfully installed execute *pipenv shell - this will launch venv
- Run script using shell
In virtual enviroment type pipenv install <package name> like with pip. Pipenv will install,check for incompabilities and append package to pipfile.