Game of Go

19 papers with code • 1 benchmarks • 1 datasets

Go is an abstract strategy board game for two players, in which the aim is to surround more territory than the opponent. The task is to train an agent to play the game and be superior to other players.

Libraries

Use these libraries to find Game of Go models and implementations

Datasets


Most implemented papers

Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm

ray-project/ray 5 Dec 2017

The game of chess is the most widely-studied domain in the history of artificial intelligence.

Mastering Atari, Go, Chess and Shogi by Planning with a Learned Model

werner-duvaud/muzero-general 19 Nov 2019

When evaluated on Go, chess and shogi, without any knowledge of the game rules, MuZero matched the superhuman performance of the AlphaZero algorithm that was supplied with the game rules.

Accelerating Self-Play Learning in Go

lightvector/KataGo 27 Feb 2019

By introducing several improvements to the AlphaZero process and architecture, we greatly accelerate self-play learning in Go, achieving a 50x reduction in computation over comparable methods.

Better Computer Go Player with Neural Network and Long-term Prediction

facebookresearch/darkforestGo 19 Nov 2015

Against human players, the newest versions, darkfores2, achieve a stable 3d level on KGS Go Server as a ranked bot, a substantial improvement upon the estimated 4k-5k ranks for DCNN reported in Clark & Storkey (2015) based on games against other machine players.

MoËT: Mixture of Expert Trees and its Application to Verifiable Reinforcement Learning

marko-vasic/moet 16 Jun 2019

By training Mo\"ET models using an imitation learning procedure on deep RL agents we outperform the previous state-of-the-art technique based on decision trees while preserving the verifiability of the models.

Planning in Stochastic Environments with a Learned Model

opendilab/LightZero ICLR 2022

However, previous instantiations of this approach were limited to the use of deterministic models.

Teaching Deep Convolutional Neural Networks to Play Go

jmgilmer/GoCNN 10 Dec 2014

Our final networks are able to achieve move prediction accuracies of 41. 1% and 44. 4% on two different Go datasets, surpassing previous state of the art on this task by significant margins.

Move Evaluation in Go Using Deep Convolutional Neural Networks

jmgilmer/GoCNN 20 Dec 2014

The game of Go is more challenging than other board games, due to the difficulty of constructing a position or move evaluation function.

FML-based Dynamic Assessment Agent for Human-Machine Cooperative System on Game of Go

CI-labo-OPU/FML_Competition2020 16 Jul 2017

In this paper, we demonstrate the application of Fuzzy Markup Language (FML) to construct an FML-based Dynamic Assessment Agent (FDAA), and we present an FML-based Human-Machine Cooperative System (FHMCS) for the game of Go.

ELF OpenGo: An Analysis and Open Reimplementation of AlphaZero

pytorch/ELF 12 Feb 2019

The AlphaGo, AlphaGo Zero, and AlphaZero series of algorithms are remarkable demonstrations of deep reinforcement learning's capabilities, achieving superhuman performance in the complex game of Go with progressively increasing autonomy.