sgrvinod/chess-transformers
Teaching transformers to play chess
This library helps chess enthusiasts and researchers train AI models to play chess by learning from databases of human games. You input game data, and it outputs a chess-playing AI model that can predict the best next moves. This is for those interested in creating or experimenting with chess AI.
151 stars.
Use this if you want to develop or customize a chess AI model using transformer architectures and human game data.
Not ideal if you're looking for an out-of-the-box chess engine to play against without any model training or development.
Stars
151
Forks
12
Language
Python
License
MIT
Category
Last pushed
Dec 31, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/sgrvinod/chess-transformers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lucidrains/x-transformers
A concise but complete full-attention transformer with a set of promising experimental features...
kanishkamisra/minicons
Utility for behavioral and representational analyses of Language Models
lucidrains/simple-hierarchical-transformer
Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT
lucidrains/dreamer4
Implementation of Danijar's latest iteration for his Dreamer line of work
Nicolepcx/Transformers-in-Action
This is the corresponding code for the book Transformers in Action