All Projects → AlphaZero_Gobang → Similar Projects or Alternatives

43 Open source projects that are alternatives of or similar to AlphaZero_Gobang

Alphazero gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
Stars: ✭ 2,570 (+8762.07%)
Mutual labels:  mcts, gomoku, gobang, alphazero
Alpha Zero General
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
Stars: ✭ 2,617 (+8924.14%)
Mutual labels:  mcts, gomoku, gobang, alphazero
alphaFive
alphaGo版本的五子棋(gobang, gomoku)
Stars: ✭ 51 (+75.86%)
Mutual labels:  gomoku, gobang, alphazero
gobang
一个五子棋AI,使用原生JavaScript开发
Stars: ✭ 22 (-24.14%)
Mutual labels:  gomoku, gobang
muzero
A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each other, and investigate reliability of learned MuZero MDP models.
Stars: ✭ 126 (+334.48%)
Mutual labels:  mcts, alphazero
alpha sigma
A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.
Stars: ✭ 134 (+362.07%)
Mutual labels:  gomoku, alphazero
gomoku-battle
Gomoku Battle is a cross-language cross-system battle platform.
Stars: ✭ 18 (-37.93%)
Mutual labels:  gomoku, gobang
alpha-zero
AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm" by DeepMind.
Stars: ✭ 68 (+134.48%)
Mutual labels:  mcts, alphazero
Deep RL with pytorch
A pytorch tutorial for DRL(Deep Reinforcement Learning)
Stars: ✭ 160 (+451.72%)
Mutual labels:  mcts
Retinal-Disease-Diagnosis-With-Residual-Attention-Networks
Using Residual Attention Networks to diagnose retinal diseases in medical images
Stars: ✭ 14 (-51.72%)
Mutual labels:  residual-networks
wideresnet-tensorlayer
Wide Residual Networks implemented in TensorLayer and TensorFlow.
Stars: ✭ 44 (+51.72%)
Mutual labels:  residual-networks
blackstone
Gomoku (Five in a Row) game manager with a powerful built-in AI, written in Java with a clean, minimal interface.
Stars: ✭ 33 (+13.79%)
Mutual labels:  gomoku
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 …
Stars: ✭ 22 (-24.14%)
Mutual labels:  mcts
Chess-Zero
Chess reinforcement learning by AlphaZero methods.
Stars: ✭ 36 (+24.14%)
Mutual labels:  alphazero
Learning-Lab-C-Library
This library provides a set of basic functions for different type of deep learning (and other) algorithms in C.This deep learning library will be constantly updated
Stars: ✭ 20 (-31.03%)
Mutual labels:  residual-networks
gomoku-wasm
A Gomoku game implements with WebAssembly
Stars: ✭ 30 (+3.45%)
Mutual labels:  gomoku
AnimalChess
Animal Fight Chess Game(斗兽棋) written in rust.
Stars: ✭ 76 (+162.07%)
Mutual labels:  alphazero
resnet-cifar10
ResNet for Cifar10
Stars: ✭ 21 (-27.59%)
Mutual labels:  residual-networks
computer-go-dataset
datasets for computer go
Stars: ✭ 133 (+358.62%)
Mutual labels:  alphazero
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)
Stars: ✭ 26 (-10.34%)
Mutual labels:  mcts
gomoku-react
使用react、redux编写的一个简易网页版五子棋
Stars: ✭ 19 (-34.48%)
Mutual labels:  gomoku
GoBang
这是一个简单的五子棋项目,实现了包括人人对战和人机对战两种模式,并配有相应的博客对整个实现过程进行解释。
Stars: ✭ 37 (+27.59%)
Mutual labels:  gobang
saltzero
Machine learning bot for ultimate tic-tac-toe based on DeepMind's AlphaGo Zero paper. C++ and Python.
Stars: ✭ 27 (-6.9%)
Mutual labels:  alphazero
AU Recognition
AU_Recognition based on CKPlus/CK database
Stars: ✭ 21 (-27.59%)
Mutual labels:  residual-networks
ReZero-ResNet
Unofficial pytorch implementation of ReZero in ResNet
Stars: ✭ 23 (-20.69%)
Mutual labels:  residual-networks
connect4
Solving board games like Connect4 using Deep Reinforcement Learning
Stars: ✭ 33 (+13.79%)
Mutual labels:  residual-networks
godpaper
🐵 An AI chess-board-game framework(by many programming languages) implementations.
Stars: ✭ 40 (+37.93%)
Mutual labels:  mcts
python-gobang
Gobang developed with python/python 五子棋
Stars: ✭ 35 (+20.69%)
Mutual labels:  gobang
AlphaZero-Renju
No description or website provided.
Stars: ✭ 17 (-41.38%)
Mutual labels:  alphazero
caffe-wrn-generator
Caffe Wide-Residual-Network (WRN) Generator
Stars: ✭ 19 (-34.48%)
Mutual labels:  residual-networks
Gomoku-Debugger
Desktop Debugger for CS303 (Artificial Intelligence) Gomoku Project / 和自己的五子棋 AI 桌面对战
Stars: ✭ 18 (-37.93%)
Mutual labels:  gomoku
segmentation-enhanced-resunet
Urban building extraction in Daejeon region using Modified Residual U-Net (Modified ResUnet) and applying post-processing.
Stars: ✭ 34 (+17.24%)
Mutual labels:  residual-networks
pyDLGO
基於深度學習的 GTP 圍棋(围棋)引擎,KGS 指引文件以及演算法教學。
Stars: ✭ 33 (+13.79%)
Mutual labels:  mcts
15 by 15 AlphaGomoku
An implementation of improved AlphaGo algorithm in the game of Gomoku.
Stars: ✭ 53 (+82.76%)
Mutual labels:  gomoku
jupiter
A Monte-Carlo based AI to beat 2048
Stars: ✭ 47 (+62.07%)
Mutual labels:  mcts
blupig-gomoku
A serious Gomoku board game AI written in C++
Stars: ✭ 66 (+127.59%)
Mutual labels:  gomoku
alphazero
Board Game Reinforcement Learning using AlphaZero method. including Makhos (Thai Checkers), Reversi, Connect Four, Tic-tac-toe game rules
Stars: ✭ 24 (-17.24%)
Mutual labels:  alphazero
MyAlphaGoZeroOnConnect4
My Simple Implementation of AlphaGo Zero on Connect4
Stars: ✭ 16 (-44.83%)
Mutual labels:  residual-networks
Hypernets
A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.
Stars: ✭ 221 (+662.07%)
Mutual labels:  mcts
Zerofish
An implementation of the AlphaZero algorithm for chess
Stars: ✭ 34 (+17.24%)
Mutual labels:  alphazero
quoridor-ai
Quoridor AI based on Monte Carlo tree search
Stars: ✭ 23 (-20.69%)
Mutual labels:  mcts
Bender
Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood.
Stars: ✭ 1,728 (+5858.62%)
Mutual labels:  residual-networks
ResUNetPlusPlus
Official code for ResUNetplusplus for medical image segmentation (TensorFlow implementation) (IEEE ISM)
Stars: ✭ 69 (+137.93%)
Mutual labels:  residual-networks
1-43 of 43 similar projects