Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 565 Bytes

File metadata and controls

17 lines (10 loc) · 565 Bytes

A gomoku game based on DeepReinforcementLearning

This is a gomoku game based on DeepReinforcementLearning

Run

To train model, run:

python main.py

To play with model, run:

python main_gui.py

Then, you can play with you model:(You need to train your own model and mine is stupid (^_^)) board

welcome to my blog for more details.