/mcts_tictactoe

Implementation of Monte Carlo Tree Search (MCTS) applied to the game TicTacToe

Primary LanguagePython

Monte Carlo Tree Search for Tic Tac Toe

Introduction

Implementation of Monte Carlo Tree Search (MCTS) applied to the game Tic Tac Toe.

Screenshot of the game

Run

Simply run:

python main.py