tree-search topic

List 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.

AlphaZero_Gomoku_MPI

179
Stars
42
Forks
Watchers

An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku

deep-rts

189
Stars
34
Forks
Watchers

A Real-Time-Strategy game for Deep Learning research

8-puzzle-solver

80
Stars
41
Forks
Watchers

A web-app that can solve 8-puzzle and visualize the search tree

Batch-First

28
Stars
5
Forks
Watchers

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

115
Stars
11
Forks
Watchers

Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.

2048-Python-Bot

18
Stars
7
Forks
Watchers

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.