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

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.

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
```