Skip to content

ihsankavalci/connect4-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect-4 Game with Q-Learning Algorithm

Created by @karakusfurkan :shipit: and @ihsankavalci :shipit: and done as a graduation project.

Q-learning is a model-free reinforcement learning algorithm. The goal of Q-learning is to learn a policy, which tells an agent what action to take under what circumstances. It does not require a model (hence the connotation "model-free") of the environment, and it can handle problems with stochastic transitions and rewards, without requiring adaptations.

Image of QL Formula image

source: https://en.wikipedia.org/wiki/Q-learning

In project we found/used min-max algorithm via internet to test our train set.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages