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
- Host: GitHub
- URL: https://github.com/bingyangchen/tic-tac-toe
- Owner: bingyangchen
- License: mit
- Created: 2020-11-07T10:19:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T11:11:58.000Z (over 2 years ago)
- Last Synced: 2024-11-29T16:19:49.007Z (about 1 year ago)
- Topics: algorithm, machine-learning, reinforcement-learning, tictactoe
- Language: TypeScript
- Homepage: https://byc1999.com/tic-tac-toe/
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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