Skip to content

thegyro/Connect-Four-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect-Four-AI

Command Line version for an adversarial Connect Four AI written in Python

#AI falls into a trap depth 1 trap

The above screenshot explains the limitation of a depth 1 minimax agent (credits - Tushar Nagarajan)

depth 3 trap

You can see the depth 3 alpha beta declaring an early failure without prolonging the game. This was because of poor choice of heuristic function (which in this case, just checked for a win or a loss)

About

Command Line version for an adversarial Connect Four AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages