Starting chess-zero
I am starting a build in public project called chess-zero. I am modeling it on AlphaZero, as far as I can. It will be a chess playing system that will learn by playing against itself. I’ll also build the chess board it plays on.
On these non-ML parts like chess board and checking if the move is legal or not I will use coding agents to build, but for the ML pipeline I am not planning to use any coding assistant. This project is designed to be a learning project for the machine learning part. Later I may apply it to another game. I considered checkers first, but chess felt more exciting.