Skip to content

A connect-4 game which utalizes and compares a minimax decision tree to Monte Carlo Tree Search.

Notifications You must be signed in to change notification settings

JKelly423/connect-4-reinforced-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect-4 Reinforced Learning Game AI

A connect-4 game which utalizes and compares multiple AI search algoritms.

By: Jack Kelly

Play by running

  • pip install numpy
  • pip install pygame
  • python connect4.py

Documentation

View the project website here to view the documentation

About

A connect-4 game which utalizes and compares a minimax decision tree to Monte Carlo Tree Search.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages