University of Wroclaw
- chess endgames (bfs)
- inserting missing spaces in text (dynamic programming)
- simple Nonogram solver (walksat inspired)
- upgraded Nonogram solver
- Sokoban solver (a*)
- Commando in a maze (sensorless search)
- advanced Nonogram solver (ac3)
- Nonogram solver (Contraint Logic Programming in Prolog)
- Sudoku solver
- more CLP in Prolog
- Reversi solver (Monte Carlo Tree Search)
- Reversi: simple neural networks in
sklearn
- Car races: MDPs, policy & value iteration