Skip to content

timeobossuet/tictactoe_ai_dlearning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictacNET

Solving Tic-Tac-Toe with Neural Networks.

How to use this

Run tictacnet.py to train your model. Then play it using by running play.py. Feel free to tune what ever you want in the model and see how good (or bad!) you can make it.

See bsamseth/tic-tac-toe for more traditional search-based AI's implemented in multiple languages.

Dependencies

> pip install tensorflow sklearn pandas

About

Solving Tic-Tac-Toe with Neural Networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%