arendu-zz / MCTS

Toy Monte Carlo Tree Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monte Carlo Tree Search

Monte Carlo Tree Search (MCTS) for connect four. You (human) play as player1 and the AI (MCTS agent) plays player2.

Requires numpy and python3.

python mcts_c4.py

About

Toy Monte Carlo Tree Search


Languages

Language:Python 100.0%