https://github.com/zyayoung/pyrlgobang
A simple CNN based gomoku game with gui
https://github.com/zyayoung/pyrlgobang
Last synced: 3 months ago
JSON representation
A simple CNN based gomoku game with gui
- Host: GitHub
- URL: https://github.com/zyayoung/pyrlgobang
- Owner: zyayoung
- Created: 2018-02-09T07:59:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T08:02:47.000Z (over 7 years ago)
- Last Synced: 2025-01-21T18:15:22.537Z (5 months ago)
- Language: Python
- Size: 12.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyRLGobang
## requirement
- keras
- theano (or tensorflow)
- python3## usage
```
python3 main.py [player|ai] [player|ai]
```