Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 272 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 272 Bytes

q-p

Yet another implementation of tic-tac-toe game using Q-learning.

Usage

(let [{:keys [x o]} (train q-player q-player 200000)]
  (play x o))

Next steps

Implement neural network to be able to handle larger grids & more complex states generally.