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
Release files for gobang 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gobang-0.1.0.tar.gz | 1.7 MB | Details |
Release files / gobang-0.1.0.tar.gz
| Download URL | gobang-0.1.0.tar.gz |
|---|---|
| Size | 1.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e2f49c3fde6efac276bba4e2d7109ad3e776a18e8fecaaf62234dcb2c90145c
|
|
BLAKE2b-256 checksum How to use checksums |
ff96e0e353fd895249f5b5e53ee4ed85885f547debda4331f1299033ce455e5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|