dogefromage / ConnectZero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConnectZero

A connect-4 AI

This project is my own attempt at creating an AI, which uses monte-carlo tree search to play connect-4. This approach is an alternative to the minimax algorithm. My version uses only MCTS, but often times neural networks are also used to improve the evaluation of a position. MCTS has lately shown big success in games like Chess and Go, where Googles AlphaZero and other engines like LeelaChess have overtaken classical minimax ones.

About


Languages

Language:C++ 92.9%Language:CMake 3.2%Language:CSS 2.3%Language:JavaScript 1.0%Language:GLSL 0.6%Language:C 0.0%