xccds / MCTS-Gomoku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%