tree-search topic
awesome-monte-carlo-tree-search-papers
A curated list of Monte Carlo tree search papers with implementations.
AlphaZero_Gomoku_MPI
An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku
muzero-pytorch
Pytorch Implementation of MuZero
deep-rts
A Real-Time-Strategy game for Deep Learning research
8-puzzle-solver
A web-app that can solve 8-puzzle and visualize the search tree
Batch-First
A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.
bigtree
Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.
2048-Python-Bot
A 2048 Bot written in Python using an adversarial search algorithm. Uses screen grabbing to determine the game state and a basic tree search to calculate moves.