Skip to content

AI Lecture's homework, coded with python and tkinter

Notifications You must be signed in to change notification settings

Tezcan98/Qlearning_Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Maze Game with Qlearning

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

To Play

requires

pip install pygame

pip install tkinter

pip install pickle

run with main.py

thanks to Hüsrev Yumuşak

About

AI Lecture's homework, coded with python and tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages