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

https://github.com/hoangtran0410/reversi-mcts

Reversi (Othello) AI game in C#. Using Monte Carlo Tree Search algorithm AND BTMM algorithm.
https://github.com/hoangtran0410/reversi-mcts

bitboard board-game csharp machine-learning mcts mcts-algorithm monte-carlo-tree-search othello-ai othello-game reversi-game ucb1

Last synced: about 1 year ago
JSON representation

Reversi (Othello) AI game in C#. Using Monte Carlo Tree Search algorithm AND BTMM algorithm.

Awesome Lists containing this project

README

          

# Reversi-mcts

BTMM Algorithm Paper: [PDF](http://vap.ac.vn/Portals/0/TuyenTap/2020/4/18/fa7f0835392b41f4a4751e1593be09f5/68-9.pdf)

PatternShape Paper: [PDF](https://sci-hub.do/https://link.springer.com/chapter/10.1007/978-3-319-11680-8_26)