Topic: "monte-carlo-tree-search"
suragnair/alpha-zero-general
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
Language: Jupyter Notebook - Size: 414 MB - Last synced at: 6 months ago - Pushed at: 10 months ago - Stars: 4,140 - Forks: 1,089
junxiaosong/AlphaZero_Gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
Language: Python - Size: 7.88 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 3,484 - Forks: 993
algorithmicsuperintelligence/optillm
Optimizing inference proxy for LLMs
Language: Python - Size: 2.99 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 3,060 - Forks: 236
werner-duvaud/muzero-general
MuZero
Language: Python - Size: 7.09 MB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 2,644 - Forks: 647
google-deepmind/mctx
Monte Carlo tree search in JAX
Language: Python - Size: 480 KB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 2,542 - Forks: 209
opendilab/LightZero
[NeurIPS 2023 Spotlight] LightZero: A Unified Benchmark for Monte Carlo Tree Search in General Sequential Decision Scenarios (awesome MCTS)
Language: Python - Size: 118 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1,444 - Forks: 174
MolecularAI/aizynthfinder
A tool for retrosynthetic planning
Language: Python - Size: 3.93 MB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 724 - Forks: 152
benedekrozemberczki/awesome-monte-carlo-tree-search-papers
A curated list of Monte Carlo tree search papers with implementations.
Language: Python - Size: 238 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 685 - Forks: 76
peter1591/hearthstone-ai
A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.
Language: C++ - Size: 9.89 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 296 - Forks: 49
namin/llm-verified-with-monte-carlo-tree-search
LLM verified with Monte Carlo Tree Search
Language: Jupyter Notebook - Size: 42.4 MB - Last synced at: 24 days ago - Pushed at: 7 months ago - Stars: 281 - Forks: 30
DataCanvasIO/Hypernets
A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.
Language: Python - Size: 17.8 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 265 - Forks: 40
shobrook/saplings
Plug-and-play tree search for agents
Language: Python - Size: 9.74 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 263 - Forks: 16
jbradberry/mcts
Board game AI implementations using Monte Carlo Tree Search
Language: Python - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 184 - Forks: 34
pandezhao/alpha_sigma
A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.
Language: Python - Size: 131 MB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 165 - Forks: 33
lowrollr/turbozero
fast + parallel AlphaZero in JAX
Language: Python - Size: 28.8 MB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 97 - Forks: 11
netcan/AnimalChess
Animal Fight Chess Game(斗兽棋) written in rust.
Language: Rust - Size: 2 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 96 - Forks: 11
rlglab/minizero
MiniZero: An AlphaZero and MuZero Training Framework
Language: C++ - Size: 2.34 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 94 - Forks: 24
zfountas/deep-active-inference-mc
Deep active inference agents using Monte-Carlo methods
Language: Python - Size: 12.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 90 - Forks: 18
liuanji/WU-UCT
A novel parallel UCT algorithm with linear speedup and negligible performance loss.
Language: Python - Size: 7.42 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 90 - Forks: 21
HanqingWangAI/SceneMover
Project of Siggraph Asia 2020 paper: Scene Mover: Automatic Move Planning for Scene Arrangement by Deep Reinforcement Learning
Language: Python - Size: 47 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 81 - Forks: 15
santinic/unvibe
Generate correct code from unit-tests
Language: Python - Size: 958 KB - Last synced at: 23 days ago - Pushed at: 8 months ago - Stars: 80 - Forks: 4
kobanium/Ray
Computer go engine using Monte-Carlo Tree Search (MCTS)
Language: C++ - Size: 93.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 71 - Forks: 81
masouduut94/MCTS-agent-python
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 profound impact on Artificial Intelligence (AI) approaches for domains that can be represented as trees of sequential decisions, particularly games and planning problems. In this project I used a board game called "HEX" as a platform to test different simulation strategies in MCTS field.
Language: Python - Size: 695 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 71 - Forks: 9
kobanium/TamaGo
Computer go engine using Monte-Carlo Tree Search written in Python3.
Language: Python - Size: 2.67 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 65 - Forks: 12
diditforlulz273/PokerRL-Omaha
Omaha Poker functionality+some features for PokerRL Reinforcement Learning card framwork
Language: Python - Size: 122 MB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 62 - Forks: 17
in-op/GameAI
Various C# implementations of game AI
Language: C# - Size: 93.8 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 59 - Forks: 18
gorisanson/quoridor-ai
Quoridor AI based on Monte Carlo tree search
Language: JavaScript - Size: 273 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 58 - Forks: 8
MVPandey/CAE
A fully functional LLM chat backend with FastAPI and Async operations, with a built in MCTS conversation analyzer
Language: Python - Size: 5.27 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 50 - Forks: 7
Weizhe-Chen/PyPolo
A Python library for Robotic Information Gathering
Language: Python - Size: 34.3 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 49 - Forks: 4
cloxnu/Omega_Gomoku_AI
♟♟♟♟♟ A Gomoku game AI based on Monte Carlo Tree Search, can be trained on policy-value network now. 一个蒙特卡洛树搜索算法实现的五子棋 AI,现可用神经网络训练模型。
Language: Python - Size: 30.1 MB - Last synced at: 6 months ago - Pushed at: over 5 years ago - Stars: 45 - Forks: 7
Laboratoire-de-Chemoinformatique/SynPlanner
Computer-aided synthesis planning
Language: Jupyter Notebook - Size: 29.8 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 40 - Forks: 5
grimmerk/alphago-zero-tictactoe-js
A TypeScript game framework based on AlphaZero/TensorFlow.js runs in browser to demonstrate tic-tac-toe AI game. Use a pre-trained model or train from scratch. Ported from suragnair/alpha-zero-general (Python)
Language: TypeScript - Size: 8.06 MB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 40 - Forks: 6
FelixOpolka/Single-Player-MCTS
🌳 Python implementation of single-player Monte-Carlo Tree Search.
Language: Python - Size: 256 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 40 - Forks: 10
regexident/Strategist
Algorithms for building strong immutable AIs for round-based games.
Language: Swift - Size: 287 KB - Last synced at: 17 days ago - Pushed at: over 5 years ago - Stars: 38 - Forks: 6
DHDev0/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 variations.
Language: Python - Size: 12.6 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 37 - Forks: 3
Alfo5123/Connect4
Monte Carlo Tree Search Based AI Connect 4 Bot
Language: Python - Size: 184 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 35 - Forks: 19
thoth-station/adviser
The recommendation engine for Python software stacks and Dependency Monkey in project Thoth.
Language: Python - Size: 13.1 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 34 - Forks: 13
avartia/miniAlphaGo-for-Reversi
An AI for Reversi.
Language: Python - Size: 153 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 34 - Forks: 15
kirarpit/connect4
Solving board games like Connect4 using Deep Reinforcement Learning
Language: Python - Size: 497 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 33 - Forks: 3
thomasahle/mcts-2048
A Monte Carlo Tree Search AI for the game 2048
Language: Java - Size: 43 KB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 30 - Forks: 4
LHRLAB/KBQA-o1
[ICML 2025] Official resources of "KBQA-o1: Agentic Knowledge Base Question Answering with Monte Carlo Tree Search".
Language: Python - Size: 17.5 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 29 - Forks: 1
TianHongZXY/CoRe
[ACL 2023] Solving Math Word Problems via Cooperative Reasoning induced Language Models
Language: Python - Size: 6.01 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 27 - Forks: 4
snowfrogdev/macao
A general purpose game playing A.I. framework based on the Monte Carlo tree search algorithm.
Language: TypeScript - Size: 2.53 MB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 27 - Forks: 4
SuReLI/dyna-gym
This is a pip package implementing Reinforcement Learning algorithms in non-stationary environments supported by the OpenAI Gym toolkit.
Language: Python - Size: 39.7 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 27 - Forks: 4
OMerkel/UCThello
UCThello - a board game demonstrator (Othello variant) with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)
Language: JavaScript - Size: 5.61 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 25 - Forks: 4
sirmammingtonham/alphastone
Using self-play, MCTS, and a deep neural network to create a hearthstone ai player
Language: Python - Size: 16.5 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 24 - Forks: 7
alostsock/craftingway
A ffxiv crafting tool
Language: TypeScript - Size: 13.8 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 22 - Forks: 5
castacks/mcts-stl-planning
Online Signal Temporal Logic (STL) Monte-Carlo Tree Search for Guided Imitation Learning
Language: Python - Size: 111 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 21 - Forks: 0
advait/c4a0
Alpha-Zero Connect Four NN trained via self play
Language: Rust - Size: 1.05 MB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 20 - Forks: 0
RiccardoSpolaor/Verbal-Explanations-of-Spatio-Temporal-Graph-Neural-Networks-for-Traffic-Forecasting
An eXplainable AI system to elucidate short-term speed forecasts in traffic networks obtained by Spatio-Temporal Graph Neural Networks.
Language: Jupyter Notebook - Size: 118 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 4
Ludeme/LudiiAI
Repo with code for Ludii's built-in AIs.
Language: Java - Size: 799 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 19 - Forks: 3
CyCTW/Parallel-MCTS
Parallel Monte Carlo Tree Search, see README.md for more detailed usage and information.
Language: C++ - Size: 999 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 19 - Forks: 2
saaltone/SANNet
SANNet Neural Network Framework
Language: Java - Size: 6.21 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 6
ToruNiina/separo-rs
An implementation of SEPARO, a board game, with Monte Carlo Tree Search algorithm in Rust/wasm.
Language: Rust - Size: 441 KB - Last synced at: 6 months ago - Pushed at: about 5 years ago - Stars: 18 - Forks: 3
jlokitha/connect-4-game
A classic Connect Four game featuring two-player mode and an AI opponent powered by Monte Carlo Tree Search (MCTS), offering an exciting and strategic gameplay experience.
Language: Java - Size: 138 KB - Last synced at: 6 months ago - Pushed at: 10 months ago - Stars: 17 - Forks: 0
DHDev0/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.
Language: Python - Size: 2.27 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 17 - Forks: 2
SergioIommi/DQN-2048
Deep Reinforcement Learning to Play 2048 (with Keras)
Language: Python - Size: 20.6 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 17 - Forks: 3
shehio/monte-carlo-tree-search
Language: Python - Size: 50.8 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 16 - Forks: 2
sfranzen/ismcsolver
A modern C++14 header-only template library implementing information set Monte Carlo tree search.
Language: C++ - Size: 1.33 MB - Last synced at: 10 months ago - Pushed at: about 6 years ago - Stars: 16 - Forks: 3
DHDev0/Muzero
Pytorch Implementation of MuZero for gym environment. It support any Discrete , Box and Box2D configuration for the action space and observation space.
Language: Python - Size: 10 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 15 - Forks: 1
rlglab/optionzero
[ICLR 2025 Oral] OptionZero: A method for autonomously discovering and utilizing options in the MuZero algorithm
Language: C++ - Size: 2.67 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 14 - Forks: 0
melkael/vne
Virtual Network Embedding algorithms, including code for the paper "Monkey Business: Reinforcement learning meets neighborhood search for Virtual Network Embedding"
Language: Julia - Size: 3.62 MB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 0
LeonardoVal/ludorum.js
A board game framework, focused not on graphics or user interfaces, but on artificial players design, implementation and testing.
Language: JavaScript - Size: 5.1 MB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 2
martinobdl/MCTS
Implementation of SPW and DPW for Monte Carlo Tree Search in Continuous action/state space
Language: Python - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 13 - Forks: 3
masouduut94/MCTS-agent-cythonized
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 profound impact on Artificial Intelligence (AI) approaches for domains that can be represented as trees of sequential decisions, particularly games and planning problems. In this project I used a board game called "HEX" as a platform to test different simulation strategies in MCTS field.
Language: Python - Size: 230 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 13 - Forks: 3
namin/dafny-sketcher
piggybacking on the Dafny language implementation to explore interactive semi-automated verified program synthesis, combining LLMs and symbolic reasoning
Language: Dafny - Size: 336 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 12 - Forks: 3
lowrollr/turbozero_torch
fast + parallel AlphaZero in PyTorch
Language: Jupyter Notebook - Size: 28 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 12 - Forks: 5
Sagebati/OxyMcts
Mcts library written in rust, for rust.
Language: Rust - Size: 72.3 KB - Last synced at: 13 days ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 3
Simuschlatz/AlphaBing
♟️ A combination of Reinforcement Learning and Alpha-Beta Search in Chinese chess
Language: Python - Size: 160 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 1
dimitrijekaranfilovic/quoridor
Bots for the board game quoridor implemented using four algorithms: minimax, minimax with alpha beta pruning, expectimax and monte carlo tree search.
Language: Python - Size: 2.24 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 12 - Forks: 2
xuxiyang1993/MCTS-for-Computational-Guidance
Python implementation of algorithm proposed in paper "Autonomous On-Demand Free Flight Operations in Urban Air Mobility using Monte Carlo Tree Search"
Language: Python - Size: 31.5 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 3
VelbazhdSoftwareLLC/IthakaBoardGame
Ithaka board game is played on a four by four square grid with three pieces in each of four colors.
Language: Java - Size: 65.5 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 11 - Forks: 6
yangrc1234/Gomoku-Zero
A gomoku AI based on Alpha Zero paper.
Language: Python - Size: 1.75 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 11 - Forks: 2
qpwoeirut/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.
Language: C++ - Size: 1.35 GB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 11 - Forks: 0
tsudalab/MCTS-RNA
MCTS-RNA is a computational tool for solving RNA inverse folding problem with controlling the GC-content of the RNA sequence very precisely.
Language: Python - Size: 34.2 KB - Last synced at: 6 months ago - Pushed at: over 8 years ago - Stars: 11 - Forks: 5
MichiganDataScienceTeam/W25-mini-alphago
AlphaGo for 9x9 Go from scratch
Language: Python - Size: 516 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 10 - Forks: 1
igorpejic/visapi
Monte Carlo Tree Search on Perfect Rectangle Packing Problem Instances
Language: Jupyter Notebook - Size: 9.31 MB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 2
Butanium/monte-carlo-tree-search-TSP
Monte Carlo tree search for the travelling salesman problem (MCTS for the TSP)
Language: OCaml - Size: 21.8 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0
ihalage/MetaZero
MetaZero - A reinforcement learning program to optimise metasurface radar cross section (RCS) by self-playing. Inspired by AlphaZero.
Language: Python - Size: 949 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 2
Chrism1c/TetrAIs
Six Tetris Artificial Intelligence Algorithms Showdown
Language: Python - Size: 36 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 4
OMerkel/Oware
Oware and Ouril - traditional African Mancala games with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)
Language: HTML - Size: 17.1 MB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 2
GoodCoder666/katac4
An AlphaZero engine for Saiblo Connect4, featuring a pure Python implementation of key KataGo techniques.
Language: Python - Size: 4.62 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 9 - Forks: 0
PaytonWebber/mcts-rs
A Rust implementation of the Monte Carlo Tree Search (MCTS) algorithm, utilizing an arena allocator for efficient memory management.
Language: Rust - Size: 38.1 KB - Last synced at: 18 days ago - Pushed at: 9 months ago - Stars: 9 - Forks: 2
metareflection/synthesis-scheme
explorations of Scheme synthesis in Scheme
Language: Scheme - Size: 104 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 0
cnarutox/Gobang
Gobang Based on Monte Carlo Tree Search
Language: Python - Size: 1.95 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 2
peldszus/alpha-zero-general-lib
An implementation of the AlphaZero algorithm for adversarial games to be used with the machine learning framework of your choice
Language: Python - Size: 154 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 9 - Forks: 1
0xNineteen/hyper-alpha-zero
hyper optimized alpha zero implementation to play gomoku (distributed training with ray, mcts with cython)
Language: Python - Size: 864 KB - Last synced at: 21 days ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 0
shehio/ReinforcementLearning
Reinforcement Learning algorithms with nothing abstracted away
Language: Python - Size: 788 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 1
maxhumber/Carlo
Monte Carlo Tree Search Library
Language: Swift - Size: 7.21 MB - Last synced at: 16 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 3
ChampiB/Homing-Pigeon
Homing Piegon is an inference framework implementing Variational Message Passing. It can be used to implement an Active Inference agent that performs planning using a Tree Search algorithm that can been seen as a form of Bayesian Model Expansion.
Language: C++ - Size: 947 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 0
nikohass/rust-socha2021
Blokus client for the Software-Challenge Germany 2021
Language: Rust - Size: 764 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 1
xuxiyang1993/Multi_MCTS_Guidance_Separation_Assurance
Language: Python - Size: 782 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 8
nakkekakke/rummy-ai
Text based classic Rummy game with an AI that uses ISMCTS. Data Structures and Algorithms course project, University of Helsinki
Language: Java - Size: 757 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 2
RubenBranco/SokobanAlphaGo
AlphaGo Zero Reinforcement Learning Sokoban Solver
Language: Python - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 8 - Forks: 3
jdermont/YaPaperSoccer
A single player source code for Ya Paper Soccer - paper soccer for Android.
Language: C++ - Size: 57.5 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 7 - Forks: 2
TianyiQ/Doudizhu-MCTS
AI for the Chinese card game Doudizhu
Language: C++ - Size: 72.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 3
rkc007/AlphaGo-Zero-Implementation-Using-Reinforcement-Learning
This is my implementation of the DeepMind's AlphaZero algorithm for the Game of Go
Language: Python - Size: 50.8 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 2
williamcorsel/hexai
MiniMax with Alpha-Beta pruning and Monte-Carlo Tree Search implementations for the board game Hex
Language: Python - Size: 30.3 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0
xuxiyang1993/gym-guidance-collision-avoidance-single
Language: Python - Size: 45.5 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 3
petosa/simple-alpha-zero
Clean, tested, & modular AlphaZero implementation with multiplayer support.
Language: Python - Size: 133 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 2