Skip to content

astamagg/ttt_features.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ttt_features.py

First attempt at creating a feature vector for tictactoe.
Possible feature values are:
If there is a possibility for player 1 to win if he uses the current square on the board the value of the square is 2
If there is a possiblitity for player 2 to win if he uses the current square in the next round the value of the square is 1
If the current square does not make it possible for either to win in the next game its value is 0

This code was written in spyder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages