mcts-implementations topic
List
mcts-implementations repositories
Bridge-AI
15
Stars
5
Forks
Watchers
In this project we try to create a sophisticated computer agent to play the Contact Bridge card game. Our goal is to develop an agent that is tough to play against, with fast reaction time so it is ab...
MonteCarloTreeSearch
35
Stars
6
Forks
Watchers
A fast C++ impementation of Monte Carlo Tree Search with abstract classes that a user of this library can extend in order to use it. To demonstrate it I apply it to the game of Quoridor.