We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d5e47 commit cddbafdCopy full SHA for cddbafd
README.md
@@ -1,13 +1,15 @@
1
# tictacNET
2
> Solving Tic-Tac-Toe with Neural Networks.
3
4
-## Install TensorFlow and other packages
5
-
6
-```bash
7
-> pip install tensorflow sklearn pandas
8
-```
9
10
## How to use this
11
12
Run `tictacnet.py` to train your model. Then play it using by running `play.py`.
13
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](https://github.com/bsamseth/tic-tac-toe) for more traditional search-based AI's implemented in multiple languages.
+## Dependencies
+```bash
14
+> pip install tensorflow sklearn pandas
15
+```
0 commit comments