Chrome Extension
WeChat Mini Program
Use on ChatGLM

Solving NoGo on Small Rectangular Boards

Haoyu Du,Ting Han Wei, Martin Mueller

ADVANCES IN COMPUTER GAMES, ACG 2023(2024)

Cited 0|Views5
No score
Abstract
The game of NoGo is similar to Go in terms of rules, but requires very different strategies. While strong heuristic computer players have been created for NoGo, solving and optimal play have been less studied. We introduce Sorted Bucket Hash (SBH), a new approach to building transposition tables for game solvers, and apply it to solve NoGo on small boards. Using boolean negamax with standard heuristics and SBH, our program SBHSolver has now solved NoGo on 50 different rectangular boards including 3x9, the largest solved NoGo game to date. It re-solved 5 x 5 NoGo much more efficiently than She's work in 2013 and Cazenave's work in 2020. The SBH data structure can also efficiently extract a proof tree for the game. We provide analyses of NoGo proof trees and games, and discuss human-understandable strategies from this perspective.
More
Translated text
Key words
Game solving,Transposition tables,NoGo,Sorted Bucket Hash
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Chat Paper
Summary is being generated by the instructions you defined