Rare find

Tic Tac Toe RL. A neural network that learns to play tic tac toe from scratch, written in under 400 lines of C with no libraries.

github.com/antirez/ttt-rl

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2025
  • Print stats for only latest 10k games.
  • Modify reward to converge faster.
  • README: compile linking with mathlib.
  • README: future work.
  • back propagation -> backpropagation.
  • README: commas and grammar.
  • README: better state motivations.
  • README: Fix Kilo link.
  • Added WarGames citation.
  • README: better subtitle.
  • First release, README written.