Project Icon

alpha-zero-general

Flexible Self-Play Reinforcement Learning for Two-Player Turn-Based Games

Product DescriptionAlpha Zero General provides an adaptable implementation of self-play reinforcement learning based on the AlphaGo Zero model. It is compatible with any two-player turn-based game and supports various deep learning frameworks, making it a useful asset for developers. The project includes examples for games like Othello, GoBang, and TicTacToe using PyTorch and Keras. Its design allows for easy customization through subclassing game and neural network templates. Key features include a training loop, Monte Carlo Tree Search, and flexible neural network parameter settings. Setup can be streamlined with nvidia-docker for a Jupyter environment.
Project Details