Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages