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.
- Host: GitHub
- URL: https://github.com/hoangtran0410/reversi-mcts
- Owner: HoangTran0410
- Created: 2021-04-17T07:16:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T17:32:51.000Z (about 5 years ago)
- Last Synced: 2025-02-01T08:28:45.012Z (over 1 year ago)
- Topics: bitboard, board-game, csharp, machine-learning, mcts, mcts-algorithm, monte-carlo-tree-search, othello-ai, othello-game, reversi-game, ucb1
- Language: C#
- Homepage:
- Size: 474 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)