The pbrain-Z2I is just a gomoku engine which use the protocol of gomocup. (最新权重在咸鱼有售)
-
Updated
Feb 21, 2026 - C++
The pbrain-Z2I is just a gomoku engine which use the protocol of gomocup. (最新权重在咸鱼有售)
Omok using MCTS (UCT, PUCT)
Easy to understand Python implementation for Predictor + UCT (PUCT), inspired by AlphaZero.
Generic, optimized MCTS for Odin — ~289,000 sims/s on 9x9 Go via incremental liberty tracking. AlphaZero-style PUCT, leaf-parallel batched + threaded playouts. Plug your game in via a small Game vtable; ships with 11 demo games (Go, Hex, Reversi, Quoridor, Amazons, Nine Men's Morris, …).
A high-performance Italian Checkers AI in C using Monte Carlo Tree Search (MCTS) with Bitboards, UCB1/PUCT selection models, and anytime analysis.
🎮 Enhance decision-making in game environments with the Predictor + UCT (PUCT) library, simplifying research in Monte Carlo Tree Search.
Add a description, image, and links to the puct topic page so that developers can more easily learn about it.
To associate your repository with the puct topic, visit your repo's landing page and select "manage topics."