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
A connect four game with AI built using Monte Carlo tree search. There are 2 versions of the application:
One designed to be used in the terminal and one for an Arduino with a tft display
About
A connect four game with AI built using Monte Carlo Tree Search with UCT applied to balance exploration/exploitation. There are 2 versions of the application: One designed to be used in the terminal and one for an Arduino with a tft display