├── Chess_AI.ipynb # Jupyter Notebook for Root AlphaZero training/testing ├── best_model.pth # Pre-trained checkpoint for the root AlphaZero agent ├── model.py # PyTorch implementation of ChessNet ...
The tutorial walks through the entire game from scratch in 13 steps, explaining every line of code along the way.