JiachenRen / GomokuZero

Zero + is a Gomoku AI that implements threat space search, minimax with alpha beta pruning optimized with Zobrist and linear sequence cache, Principal Variation Search, and Monte Carlo Tree Search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement kill with continuous straight 4s and 3s for ZeroMax.

JiachenRen opened this issue · comments

Implemented