mcts topic

List mcts repositories

UCThello

26
Stars
3
Forks
Watchers

UCThello - a board game demonstrator (Othello variant) with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)

MCTS-agent-python

61
Stars
9
Forks
Watchers

Monte Carlo Tree Search (MCTS) is a method for finding optimal decisions in a given domain by taking random samples in the decision space and building a search tree accordingly. It has already had a p...

muzero-cpp

30
Stars
5
Forks
Watchers

A C++ pytorch implementation of MuZero

pyDLGO

50
Stars
8
Forks
Watchers

基於深度學習的 GTP 圍棋(围棋)引擎,KGS 指引文件以及演算法教學。

Sayuri

74
Stars
9
Forks
Watchers

AlphaZero based engine for the game of Go (圍棋/围棋).

MCTSnet

18
Stars
2
Forks
Watchers

A PyTorch implementation of DeepMind's MCTSnet

omega

36
Stars
4
Forks
Watchers

A number of agents (PPO, MuZero) with a Perceiver-based NN architecture that can be trained to achieve goals in nethack/minihack environments.

janggi

18
Stars
6
Forks
Watchers

야매장기 - 알파고를 참고한 장기 AI

jupiter

49
Stars
3
Forks
Watchers

A Monte-Carlo based AI to beat 2048

synthesis

40
Stars
5
Forks
Watchers

A rust implementation of AlphaZero algorithm