Recreating DeepMind’s AlphaZero - AI Plays Connect 4 - Part 2: Intro to Monte Carlo Tree Search

In this series we re-create DeepMind’s AlphaZero to create an Artificial Intelligence Reinforcement Learning algorithm that plays Connect 4 using Python. A nice visualization of MCTS: View the rest of the series: Full Code: AI, Deep Learning, Reinforcement Learning, DeepMind, Convolutional Neural Networks, Monte Carlo Tree Search, AlphaGo, AlphaZero, Connect4, ConnectX pygame render code modified from source: Other bits of code modified from:
Back to Top