All Projects → alphazero → Similar Projects or Alternatives

53 Open source projects that are alternatives of or similar to alphazero

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 (+183.33%)
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 (+10804.17%)
Mutual labels:  othello, alphago-zero, alphazero
pedax
Reversi Board with edax, which is the strongest reversi engine.
Stars: ✭ 18 (-25%)
Mutual labels:  reversi, othello
reversi
Multiplayer Reversi Game on Internet Computer
Stars: ✭ 62 (+158.33%)
Mutual labels:  reversi, othello
checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
Stars: ✭ 19 (-20.83%)
Mutual labels:  checkers, draughts
Alphazero gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
Stars: ✭ 2,570 (+10608.33%)
Mutual labels:  alphago-zero, alphazero
saltzero
Machine learning bot for ultimate tic-tac-toe based on DeepMind's AlphaGo Zero paper. C++ and Python.
Stars: ✭ 27 (+12.5%)
Mutual labels:  alphago-zero, alphazero
alphaFive
alphaGo版本的五子棋(gobang, gomoku)
Stars: ✭ 51 (+112.5%)
Mutual labels:  alphago-zero, alphazero
tic-tac-toe-react
A simple React app that lets you play Tic-Tac-Toe in your browser
Stars: ✭ 20 (-16.67%)
Mutual labels:  tic-tac-toe
MyAlphaGoZeroOnConnect4
My Simple Implementation of AlphaGo Zero on Connect4
Stars: ✭ 16 (-33.33%)
Mutual labels:  alphago-zero
terminally bored terminal board games
board games for your terminal!
Stars: ✭ 53 (+120.83%)
Mutual labels:  connect-four
ymir-js
This toolkit is created to make it easier for you to develop games like chess, checkers, go, match 3 puzzle and more. It is still under development.
Stars: ✭ 30 (+25%)
Mutual labels:  checkers
discord-tictactoe
Highly customizable innovative Discord Bot for playing Tic-Tac-Toe 🎮🏅
Stars: ✭ 84 (+250%)
Mutual labels:  tic-tac-toe
Zerofish
An implementation of the AlphaZero algorithm for chess
Stars: ✭ 34 (+41.67%)
Mutual labels:  alphazero
KKAlphaGoZero
alphaGoZero论文的实现
Stars: ✭ 35 (+45.83%)
Mutual labels:  alphago-zero
tic-tac-toe
Play tic-tac-toe in your Terminal
Stars: ✭ 42 (+75%)
Mutual labels:  tic-tac-toe
AndTTT
🎲 Simple tic tac toe game for Android
Stars: ✭ 15 (-37.5%)
Mutual labels:  tic-tac-toe
ultimate-ttt
Play "Ultimate Tic-Tac-Toe" in the browser 🚀
Stars: ✭ 20 (-16.67%)
Mutual labels:  tic-tac-toe
tictac
Un-winnable game of Tic Tac Toe using MinMax
Stars: ✭ 15 (-37.5%)
Mutual labels:  tic-tac-toe
ultimate-ttt-rl
Reinforcement Learning based Ultimate Tic Tac Toe player
Stars: ✭ 20 (-16.67%)
Mutual labels:  tic-tac-toe
tic-tac-toe
Tic Tac Toe game implementation in Elm
Stars: ✭ 21 (-12.5%)
Mutual labels:  tic-tac-toe
boardgame
An online board game playground. Including lobby, chat
Stars: ✭ 11 (-54.17%)
Mutual labels:  tic-tac-toe
tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
Stars: ✭ 45 (+87.5%)
Mutual labels:  tic-tac-toe
TicTacToe-SwiftUI
Unidirectional data flow tic-tac-toe sample with SwiftUI.
Stars: ✭ 22 (-8.33%)
Mutual labels:  tic-tac-toe
TicTacToeUI-Android
Check out the new style for App Design aims for Tic Tac Toe Game...😉😀😁😎
Stars: ✭ 40 (+66.67%)
Mutual labels:  tic-tac-toe
ultimate-tictactoe
An implementation of ultimate tictactoe in Elm
Stars: ✭ 15 (-37.5%)
Mutual labels:  tic-tac-toe
tic-tac-toe-js
No description or website provided.
Stars: ✭ 20 (-16.67%)
Mutual labels:  tic-tac-toe
FITTER
Fortran tIc Toc Timer
Stars: ✭ 14 (-41.67%)
Mutual labels:  tic-tac-toe
HexBot
A Relatively Simply Awesome Discord bot with Music, Games, Comics, Memes and other cool features. This bot is made in Python 3.8 using discord.py
Stars: ✭ 109 (+354.17%)
Mutual labels:  tic-tac-toe
tictacNET
Solving Tic-Tac-Toe with Neural Networks.
Stars: ✭ 17 (-29.17%)
Mutual labels:  tic-tac-toe
tictactoe-reinforcement-learning
Train a tic-tac-toe agent using reinforcement learning.
Stars: ✭ 36 (+50%)
Mutual labels:  tic-tac-toe
ttt-tdd
Book about test-driven development with an example of making “Tic-Tac-Toe” by TDD · ❌ ⭕️ 🧪
Stars: ✭ 29 (+20.83%)
Mutual labels:  tic-tac-toe
connect-four-js
Minimax and Alpha-Beta Pruning implementations in JavaScript
Stars: ✭ 21 (-12.5%)
Mutual labels:  connect-four
connect-four
Connect-4 web game
Stars: ✭ 27 (+12.5%)
Mutual labels:  connect-four
connect4
🎮 It is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column, user wins by forming row of four of same color
Stars: ✭ 18 (-25%)
Mutual labels:  connect-four
reversi-ai
A text based python implementation of the Reversi game with an artificial intelligence as opponent.
Stars: ✭ 34 (+41.67%)
Mutual labels:  reversi
Reversi
🎲 黑白棋 课程设计 + AI (Minimax)
Stars: ✭ 48 (+100%)
Mutual labels:  reversi
MyReversi
This is a project for learning game programming. Welcome to help me and fork it.
Stars: ✭ 26 (+8.33%)
Mutual labels:  reversi
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 (+8.33%)
Mutual labels:  othello
Deep-Reinforcement-Learning-for-Boardgames
Master Thesis project that provides a training framework for two player games. TicTacToe and Othello have already been implemented.
Stars: ✭ 17 (-29.17%)
Mutual labels:  othello
ProxyChecker
proxy checker to check the status of the ip-port proxy list
Stars: ✭ 24 (+0%)
Mutual labels:  checkers
Chess Alpha Zero
Chess reinforcement learning by AlphaGo Zero methods.
Stars: ✭ 1,868 (+7683.33%)
Mutual labels:  alphago-zero
Elf
ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Stars: ✭ 3,240 (+13400%)
Mutual labels:  alphago-zero
connect4-alpha-zero
Connect4 reinforcement learning by AlphaGo Zero methods.
Stars: ✭ 102 (+325%)
Mutual labels:  alphago-zero
sai
SAI: a fork of Leela Zero with variable komi.
Stars: ✭ 92 (+283.33%)
Mutual labels:  alphago-zero
connect4
Solving board games like Connect4 using Deep Reinforcement Learning
Stars: ✭ 33 (+37.5%)
Mutual labels:  alphago-zero
AlphaZero Gobang
Deep Learning big homework of UCAS
Stars: ✭ 29 (+20.83%)
Mutual labels:  alphazero
Chess-Zero
Chess reinforcement learning by AlphaZero methods.
Stars: ✭ 36 (+50%)
Mutual labels:  alphazero
AnimalChess
Animal Fight Chess Game(斗兽棋) written in rust.
Stars: ✭ 76 (+216.67%)
Mutual labels:  alphazero
computer-go-dataset
datasets for computer go
Stars: ✭ 133 (+454.17%)
Mutual labels:  alphazero
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 (+425%)
Mutual labels:  alphazero
AlphaZero-Renju
No description or website provided.
Stars: ✭ 17 (-29.17%)
Mutual labels:  alphazero
alpha sigma
A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.
Stars: ✭ 134 (+458.33%)
Mutual labels:  alphazero
1-53 of 53 similar projects