You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file attached is the players file of the Connect4 AI. It contains an AI that utilizes alpha-beta pruning to beat the MonteCarlo Tree Search algorithm.
About
Implemented an advanced Connect4 AI in Python, using an optimized Minimax algorithm with Alpha-Beta pruning to outperform a Monte Carlo Tree Search-based opponent