monte-carlo-tree-search topic

List monte-carlo-tree-search repositories

awesome-monte-carlo-tree-search-papers

606
Stars
70
Forks
Watchers

A curated list of Monte Carlo tree search papers with implementations.

alphago-zero-tictactoe-js

39
Stars
6
Forks
Watchers

A game framework based on AlphaZero/TensorFlow.js runs in browser to demonstrate tic-tac-toe AI game. Use a pre-trained model or train from scratch. Ported from suragnair/alpha-zero-general (Python)

AnimalChess

91
Stars
11
Forks
Watchers

Animal Fight Chess Game(斗兽棋) written in rust.

alpha-zero-general

3.7k
Stars
1.0k
Forks
Watchers

A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more

AlphaZero_Gomoku

3.2k
Stars
956
Forks
Watchers

An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)

alpha_sigma

159
Stars
34
Forks
Watchers

A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.

mcts

180
Stars
34
Forks
Watchers

Board game AI implementations using Monte Carlo Tree Search

hearthstone-ai

296
Stars
49
Forks
Watchers

A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.