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

    Language:C#15120
  • 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.

    Language:Swift9141
  • LoveDuckie/dissertation-ms-pacman-ai

    An AI agent developed to play Ms. Pac-Man by adopting a strategy formed by MCTS and a FSM.

    Language:C#7411
  • 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.

    Language:C++0200