Final Project for Machine Learning
monte_carlo.py - Functions and classes specefic to monte carlo tree search. There isn't anything written specifically for tic tac toe, so it should be adaptable to other games.
tictac.py - Functions and classes for the game of tic tac toe. It is written so the board size and number in a row needed to win can be tuned freely.
train.ipyn - Jupyter notebook used to train.
ProjectWriteUp.pdf - Write up of methods and results.