mcts topic
Hypernets
A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.
SuperGo
A student implementation of Alpha Go Zero
muzero
A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each other, and investigate reliability of learned MuZero MDP models.
allie
Allie: A UCI compliant chess engine
ReinforcementLearning
Reinforcing Your Learning of Reinforcement Learning
alpha-zero
AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Mastering Chess and Shogi by Self-Play with a General Reinforcement...
mcts-viz
Visualization of MCTS algorithm applied to Tic-tac-toe.
mcts
MCTS algorithm tutorial and it's explanation with code. Application of MCTS to create A.I for simple game.
Caffe_AlphaZero
Implementation of Deepmind's AlphaZero algorithm with Caffe and C++
mcts-tic-tac-toe
Monte Carlo Tree Search for tic tac toe