Skip to content

A Gobang(also known as "Five in a Row" and "Gomoku") game equipped with AlphaGo-liked AI.

License

Notifications You must be signed in to change notification settings

jidasheng/gobang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Gobang(also known as "Five in a Row" and "Gomoku") game equipped with AlphaGo-liked AI.

Features

  • Friendly GUI
  • MATCH RULES supported
  • Easy to install
  • AlphaGo-liked AI

Game

Screen

AI Players

  • Greedy AI: the POLICY network without randomness
  • Probabilistic AI: the POLICY network with randomness
  • Thinking AI(xxx s): MCTS algorithm with POLICY and VALUE networks
    • To be updated

Install

  • dependencies
  • install
    $ pip install gobang

Run

$ gobang

# or
$ python -m gobang

Comments

  • This project was originally developed in 2017 based on RocAlphaGo.
  • The AI is developed based on Supervised Learning and Reinforcement learning from AlphaGo.

References

  1. RocAlphaGo
  2. Mastering the game of Go with deep neural networks and tree search

About

A Gobang(also known as "Five in a Row" and "Gomoku") game equipped with AlphaGo-liked AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages