Skip to content

RichardS0268/Connect4

Repository files navigation

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

Releases

No releases published

Packages

No packages published