MCTS (Pytorch) A Pytorch Implementation of MCTS (AlphaZero) Example Various metrics for a model trained on TicTacToe How to Run Step 1: Create a venv and download the requirements python -m venv venv source venv/bin/activate pip install -r requirements.txt Step 1.5: Activate the venv . venv/bin/activate Step 2: Run the example python mcts.py