Visualisation of MCTS in Unity with C# for different games, being created for my third year university project at the University of York
-
Updated
Jun 12, 2018 - C#
Visualisation of MCTS in Unity with C# for different games, being created for my third year university project at the University of York
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.
An AI agent developed to play Ms. Pac-Man by adopting a strategy formed by MCTS and a FSM.
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.
Add a description, image, and links to the mcts-visualisation topic page so that developers can more easily learn about it.
To associate your repository with the mcts-visualisation topic, visit your repo's landing page and select "manage topics."