Skip to content

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

License

Notifications You must be signed in to change notification settings

honzabrecka/q-p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published