An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# PyRLGobang

## requirement

- keras
- theano (or tensorflow)
- python3

## usage

```
python3 main.py [player|ai] [player|ai]
```