mcts-visualisation
There are 4 repositories under mcts-visualisation topic.
Mikeywalsh/MCTS-Visualisation
Visualisation of MCTS in Unity with C# for different games, being created for my third year university project at the University of York
JiachenRen/GomokuZero
Zero + is a Gomoku AI that implements threat space search, minimax with alpha beta pruning optimized with Zobrist and linear sequence cache, Principal Variation Search, and Monte Carlo Tree Search.
LoveDuckie/dissertation-ms-pacman-ai
An AI agent developed to play Ms. Pac-Man by adopting a strategy formed by MCTS and a FSM.
patrikasvanagas/MCTS-Hex-CPP14
A Hex board game with a customizable Monte Carlo Tree Search (MCTS) agent with optional leaf parallelization in C++14. Includes a logging functionality for MCTS insights.