An open API service indexing awesome lists of open source software.

https://github.com/bingyangchen/tic-tac-toe


https://github.com/bingyangchen/tic-tac-toe

algorithm machine-learning reinforcement-learning tictactoe

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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