Zeta36/chess-alpha-zero resource
Chess reinforcement learning by AlphaGo Zero methods. 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: 3209
- days_rel: n/a
- days_push: 1258
- n_releases_24m: 0
Adoption not part of the score
2224 stars · 472 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A research/educational project implementing chess reinforcement learning using AlphaGo Zero methods (self-play, MCTS, residual neural networks) in Python with Keras and TensorFlow. It includes notebooks and a supervised-learning-trained model, though full self-play training is impractical on a single machine.
Use cases
- learn how alphago zero works by studying code
- train a neural network to play chess
- implement mcts with a policy-value network
- run a chess ai demo in a jupyter notebook
- experiment with self-play reinforcement learning
- reproduce deepmind's alphazero approach on chess
When to choose
- you want to study or learn AlphaZero-style RL algorithms hands-on
- you want a readable reference implementation in Keras/TensorFlow
- you want to experiment with MCTS plus neural networks on chess
When to avoid
- you need a strong, production-ready chess engine (use Stockfish or Leela Chess Zero)
- you want to complete full self-play training on a single machine (too computationally expensive)
- you need actively maintained, up-to-date dependencies (the project is largely historical)
Facets
learning-resource · maturity maintenance
reinforcement-learning machine-learning deep-learning reinforcement-learning machine-learning python cross-platform alphago-zero chess mcts keras tensorflow self-play jupyter-notebooks game-development gpu
1 source
- readme: https://github.com/Zeta36/chess-alpha-zero · fetched 2026-08-28 · ae870079cfa6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Zeta36/chess-alpha-zero | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Zeta36/chess-alpha-zero")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem