Skip to content

arunvnnk/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

tictactoe

Program that learns on its own to play TicTacToe. The initial algorithm that is implemented (check play_AI_learn in util.py) is based on the matchbox AI system by https://en.wikipedia.org/wiki/Donald_Michie. Instead of storing all the states of the board, the program adds any new state to a record dictionary and initializes the record dictionary.

(This is the very first commit; debugging and testing in progress)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages