Python - Creating an AI able to play Tic Tac toe

Python - Creating an AI able to play Tic Tac toe

To finish my computer science minor, I took 2 electives and one of them was Artificial Intelligence.

This class taught me about markov decision models, Monte Carlo Tree Search and much more. It was amazing to understand all of the subtilities that are apart of Artificial Intelligence.

Here is a link to the paper: https://docs.google.com/document/d/1B3Es0bsQULhWqw_0kQwHrXdHQ0TrNtW5bapz8KH2Syo/edit?usp=sharing

and a link to the presentation:

Final_project_presentation_group7
Tic-Tac-Toe using MCTS Group 7

Those were group based and I thank my teammates for their contribution.