junxiaosong/AlphaZero_Gomoku resource
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row) observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3177
- days_rel: n/a
- days_push: 862
- n_releases_24m: 0
Adoption not part of the score
3625 stars · 1020 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Python implementation of the AlphaZero algorithm that trains a Gomoku (Five in a Row) AI purely through self-play using MCTS and a policy-value neural network. It supports PyTorch, TensorFlow, and Theano/Lasagne backends and is designed as an educational reference that can train a decent model on a single PC.
Use cases
- learn how the AlphaZero algorithm works
- train a Gomoku AI from scratch via self-play
- play against a self-learned board game AI
- study Monte Carlo Tree Search combined with neural networks
- experiment with swapping deep learning frameworks in an RL pipeline
- reproduce AlphaGo Zero-style training on a small game
When to choose
- you want a small, readable codebase to understand AlphaZero self-play training
- you need a Gomoku AI trainable on a single PC in hours
- you want to compare PyTorch, TensorFlow, and Theano implementations of the same RL algorithm
When to avoid
- you need a production-strength Go, chess, or Shogi engine
- you want a polished game application with a full GUI
- you need distributed or large-scale RL training infrastructure
Facets
learning-resource · maturity maintenance
reinforcement-learning machine-learning deep-learning game-engine reinforcement-learning artificial-intelligence machine-learning python cross-platform alphazero mcts gomoku self-play board-game pytorch tensorflow theano educational game-development
1 source
- readme: https://github.com/junxiaosong/AlphaZero_Gomoku · fetched 2026-08-28 · 15f4471be2ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| junxiaosong/AlphaZero_Gomoku | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="junxiaosong/AlphaZero_Gomoku")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem