Skip to content

TrueOleg/tick_tack_toy_NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-Machine-Leaning-Using-Tensor-Flow

Ticky is a Tensor Flow Model for playing Tic Tac Toe, which is trained to chose a move with best reward at any state of the board.

Required Server

  1. Python 3.5.2
  2. TensorFlow
  3. Flask
  4. numpy

Required Client

  1. Node

How to Run Server

cd TicTacToeServer
python3 ./server.py

How to Run Client

cd TicTacToeClient
npm i
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published