AI Lecture's homework, coded with python and tkinter
Within the scope of this assignment, the maze game was developed with the pygame library and then its solution was made with Qlearning, one of the reinforcement learning methods. Thus, the Agent can complete the course by self-learning. In addition, learning rates and map size can be changed.
Click to Demo Video
requires
run with main.py
thanks to Hüsrev Yumuşak