AlphaZero Plays Connect Four: Coding a Tree Search in Python
In a previous post, I explained how AlphaZero can play Connect Four. If you havenβt already, you can read the first part here. In this part 2, I will share how to write the code for the Monte Carlo Tree Search to play Connect Four below. First, we will import our libraries and define our … Read more