26 results found Sort:

A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
Created 2017-12-01
221 commits to master branch, last one 28 days ago
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
Created 2017-12-21
49 commits to master branch, last one 9 months ago
194
2.4k
apache-2.0
28
Monte Carlo tree search in JAX
Created 2022-03-01
53 commits to main branch, last one about a month ago
130
1.3k
apache-2.0
11
[NeurIPS 2023 Spotlight] LightZero: A Unified Benchmark for Monte Carlo Tree Search in General Sequential Decision Scenarios (awesome MCTS)
Created 2022-10-08
197 commits to main branch, last one 2 days ago
A tool for retrosynthetic planning
Created 2020-06-11
146 commits to master branch, last one about a month ago
40
265
apache-2.0
18
A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.
Created 2020-06-22
1,334 commits to master branch, last one 6 months ago
LLM verified with Monte Carlo Tree Search
Created 2023-11-11
919 commits to main branch, last one about a month ago
10
204
apache-2.0
9
A library of tree search algorithms for AI agents
Created 2023-11-17
53 commits to master branch, last one 10 days ago
24
115
mit
4
A novel parallel UCT algorithm with linear speedup and negligible performance loss.
Created 2019-09-26
60 commits to master branch, last one 3 years ago
Animal Fight Chess Game(斗兽棋) written in rust.
Created 2020-06-03
91 commits to master branch, last one 2 years ago
7
90
apache-2.0
2
fast + parallel AlphaZero in JAX
Created 2023-03-09
632 commits to main branch, last one about a month ago
20
76
unknown
7
MiniZero: An AlphaZero and MuZero Training Framework
Created 2023-10-16
438 commits to main branch, last one 3 months ago
81
73
bsd-2-clause
10
Computer go engine using Monte-Carlo Tree Search (MCTS)
Created 2016-09-12
359 commits to master branch, last one 4 months ago
Quoridor AI based on Monte Carlo tree search
Created 2019-06-21
208 commits to main branch, last one 8 months ago
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...
Created 2019-10-10
29 commits to master branch, last one 10 months ago
12
61
apache-2.0
4
Computer go engine using Monte-Carlo Tree Search written in Python3.
Created 2023-01-22
178 commits to main branch, last one about a month ago
🌳 Python implementation of single-player Monte-Carlo Tree Search.
Created 2018-11-20
7 commits to master branch, last one 3 years ago
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...
Created 2023-01-17
26 commits to main branch, last one about a year ago
7
48
unknown
2
[ACL 2023] Solving Math Word Problems via Cooperative Reasoning induced Language Models (LLMs + MCTS + Self-Improvement)
Created 2023-05-07
7 commits to main branch, last one about a year ago
Parallel Monte Carlo Tree Search, see README.md for more detailed usage and information.
Created 2020-10-31
76 commits to master branch, last one 4 years ago
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...
Created 2023-01-07
44 commits to main branch, last one about a year ago