← Projects
Tetris AI
The battle of the Tetris AIs — deep Q-network against a genetic algorithm.
- Years
- 2023–2025
- Status
- Finished
- Field
- ml
- GitHub
- ★ 1 · 1 forks
About
Two approaches to the same game, put head to head: a deep Q-network learning from raw board state, and a genetic algorithm evolving hand-picked heuristic weights.
Built with
- Python
- PyTorch
- Genetic algorithms