Skip to main content

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

Project description

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 implemented

Install

  • dependencies
  • install
    $ pip install gobang
    

Run

$ gobang

# or
$ python -m gobang

Comments

  • This project was originally developed 2 years ago.
  • The AI is developed based on Supervised Learning and Reinforcement learning.

References

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gobang-0.1.0.tar.gz (1.7 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page