A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
☆4,418Jan 1, 2025Updated last year
Alternatives and similar repositories for alpha-zero-general
Users that are interested in alpha-zero-general are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)☆3,609Apr 24, 2024Updated 2 years ago
- MuZero☆2,801Sep 3, 2024Updated last year
- Chess reinforcement learning by AlphaGo Zero methods.☆2,213Mar 24, 2023Updated 3 years ago
- A replica of the AlphaZero methodology for deep reinforcement learning in Python☆2,033Nov 21, 2022Updated 3 years ago
- A fast, generalized, and modified implementation of Deepmind's distinguished AlphaZero in PyTorch.☆87Dec 11, 2024Updated last year
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation☆3,412Jun 21, 2019Updated 6 years ago
- OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.☆5,174Updated this week
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆230Apr 3, 2023Updated 3 years ago
- Reversi reinforcement learning by AlphaGo Zero methods.☆685Dec 7, 2022Updated 3 years ago
- An open-source implementation of the AlphaGoZero algorithm☆3,535Mar 4, 2021Updated 5 years ago
- Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper.☆5,572May 2, 2024Updated last year
- Implement AlphaZero/AlphaGo Zero methods on Chinese chess.☆1,209Mar 24, 2023Updated 3 years ago
- AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Maste…