A dataset containing 406,541 game states of Tic-Tac-Toe. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. All states are observed from the perspective of player X, who is also assumed to have played first.
1 |
A data frame with 406,541 rows and 4 variables:
The current game state, i.e. the state of the 3x3 grid.
The move of player X in the current game state.
The next observed state after action selection of players X and B.
Indicates terminal and non-terminal game states. Reward is +1 for 'win', 0 for 'draw', and -1 for 'loss'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.