8000 GitHub - zym013579/gobang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zym013579/gobang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gobang

This is a program that a computer learns to play gobang. To learn how it plays gobang, DQN is used.

How To Use

  • if you want to play with computer with GUI
python gui.py
  • if you want to play with computer without GUI
python test.py
  • if you want to train this AI
python main.py

Assumed Environment

  • python3 (anaconda)
  • chainer1.24
  • opencv
  • numba
# to install chainer 
pip install chainer==1.24.0
# to install opencv3
conda install -c menpo opencv3

About Source Code

  • main.py
    • for training
  • test.py
    • for playing with this AI without GUI
  • gui.py
    • for playing with this AI with GUI
  • evaluation.py
    • a part of neural network in this program
  • main_play.py
    • a trash code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0