monte-carlo-tree-search topic
PyPolo
A Python library for Robotic Information Gathering
dyna-gym
This is a pip package implementing Reinforcement Learning algorithms in non-stationary environments supported by the OpenAI Gym toolkit.
minizero
MiniZero: An AlphaZero and MuZero Training Framework
2048-solver
A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384 with 34.6% success and an ML model trained with temporal difference learning.
SANNet
SANNet Neural Network Framework
DQN-2048
Deep Reinforcement Learning to Play 2048 (with Keras)
Stochastic-muzero
Pytorch Implementation of Stochastic MuZero for gym environment. This algorithm is capable of supporting a wide range of action and observation spaces, including both discrete and continuous variation...
Muzero-unplugged
Pytorch Implementation of MuZero Unplugged for gym environment. This algorithm is capable of supporting a wide range of action and observation spaces, including both discrete and continuous variations...
Parallel-MCTS
Parallel Monte Carlo Tree Search, see README.md for more detailed usage and information.
Single-Player-MCTS
🌳 Python implementation of single-player Monte-Carlo Tree Search.