/MCTS-Gomoku

Primary LanguagePython

Monte Carlo Tree Search based on Two Player UCT in Gomoku environment

Self-play based on Two Player UCT

play

         Use 100k simulations with UCT

Vs. AI

$ python human_ui.py

Self Play

UCT Ver.

$ python mcts_uct.py

PUCT Ver.

$ python mcts_puct.py