Discord
@b/mcts
Simulation
3
0
Public

mcts

A simulation of two agents, using monte carlo tree search, competing in a game of tic tac toe.

This is a simulation of two agents, using monte carlo tree search, competing in a game of tic tac toe. The model is an adaptation of a public domain implementation of MCTS by Luke Harold Miles.