/Connect4

Project 3 of THU course Introduction to AI

Primary LanguageC++

Connect4

Description

Using MCTS and UCT algorithms play Connect 4 (The rules are a little bit different. More details). Evaluation is based on competition results with existing .so in ./TestCases.

Inference

bash compile.sh
bash compete.sh 5 // how many rounds with each .so you want to play
python stat.py

Output exampleimage-20220608235736404