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
AI Players
Greedy AI: the POLICY network without randomnessProbabilistic AI: the POLICY network with randomnessThinking AI(xxx s): MCTS algorithm with POLICY and VALUE networks- To be implemented
Install
- dependencies
- Python 3
- PyTorch
- 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
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 details)
File details
Details for the file gobang-0.1.0.tar.gz.
File metadata
- Download URL: gobang-0.1.0.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e2f49c3fde6efac276bba4e2d7109ad3e776a18e8fecaaf62234dcb2c90145c
|
|
| MD5 |
5fdf9f95271c08fadb32660b0014dec8
|
|
| BLAKE2b-256 |
ff96e0e353fd895249f5b5e53ee4ed85885f547debda4331f1299033ce455e5a
|