https://github.com/safememoryzone/mcts
Tic-Tac-Toe engine implemented with Monte Carlo tree search.
https://github.com/safememoryzone/mcts
c-plus-plus monte-carlo-tree-search
Last synced: about 2 months ago
JSON representation
Tic-Tac-Toe engine implemented with Monte Carlo tree search.
- Host: GitHub
- URL: https://github.com/safememoryzone/mcts
- Owner: SafeMemoryZone
- License: mit
- Created: 2024-07-04T07:28:03.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-10T14:14:42.000Z (11 months ago)
- Last Synced: 2025-02-10T21:36:49.392Z (3 months ago)
- Topics: c-plus-plus, monte-carlo-tree-search
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcts
Tic-Tac-Toe engine implemented with [Monte Carlo Tree Search](https://en.wikipedia.org/wiki/Monte_Carlo_tree_search).
## Quickstart
```console
$ make
$ ./mcts
```