Skip to content

Jamison-Chen/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

This project is a game implemented with Reinforcement Learning and the Minimax Algorithm.

How We Train The Machine?

Expand, Select, Backpropagate

TODO

Graph Data Structure

TODO

Borad Rotation

TODO

The Minimax Algorithm

TODO