paper-with-me

Papers

Logic-based AI for Interpretable Board Game Winner Prediction with Tsetlin Machine

2022-03-08 · Charul Giri, Ole-Christoffer Granmo, Herke van Hoof, Christian D. Blakely

Hex is a turn-based two-player connection game with a high branching factor, making the game arbitrarily complex with increasing board sizes. As such, top-performing algorithms for playing Hex rely on accurate evaluation of board positions using neural networks. However, the limited interpretability of neural networks is problematic when the user wants to understand the reasoning behind the predictions made. In this paper, we propose to use propositional logic expressions to describe winning and losing board game positions, facilitating precise visual interpretation. We employ a Tsetlin Machine (TM) to learn these expressions from previously played games, describing where pieces must be located or not located for a board position to be strong. Extensive experiments on $6\times6$ boards compare our TM-based solution with popular machine learning algorithms like XGBoost, InterpretML, decision trees, and neural networks, considering various board configurations with $2$ to $22$ moves played. On average, the TM testing accuracy is $92.1\%$, outperforming all the other evaluated algorithms. We further demonstrate the global interpretation of the logical expressions and map them down to particular board game configurations to investigate local interpretability. We believe the resulting interpretability establishes building blocks for accurate assistive AI and human-AI collaboration, also for more complex prediction tasks.

📄 PDF Abstract BibTeX arXiv:2203.04378

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Shinohara Rock-Paper-Scissors

2025-03-13 · Takashi Ui

This paper analyzes Shinohara Rock-Paper-Scissors (RPS), a variant of the classic RPS game introduced by board game designer Yoshiteru Shinohara. Players compete against a host who always plays rock, so players choose ei…

General Board Geometry

2021-11-22 · Cameron Browne, Éric Piette, Matthew Stephenson, Dennis J. N. J. Soemers

Game boards are described in the Ludii general game system by their underlying graphs, based on tiling, shape and graph operators, with the automatic detection of important properties such as topological relationships be…

From Forecasting Leaderboards to Deployment Decisions: A Fail-Closed Certification Protocol

2026-06-23 · Geumyoung Kim arxiv

Forecasting leaderboards rank models by predictive quality, but their winners are often read as deployment-ready top-1 advice. That reading can fail when forecasts are passed through a fixed decision interface, such as a…

A Confidence-Calibrated MOBA Game Winner Predictor

2020-06-28 · Dong-Hee Kim, Changwoo Lee, Ki-Seok Chung

In this paper, we propose a confidence-calibration method for predicting the winner of a famous multiplayer online battle arena (MOBA) game, League of Legends. In MOBA games, the dataset may contain a large amount of inp…

Document Classification

Neurohex: A Deep Q-learning Hex Agent

2016-04-24 · Kenny Young, Ryan Hayward, Gautham Vasan

DeepMind's recent spectacular success in using deep convolutional neural nets and machine learning to build superhuman level agents --- e.g. for Atari games via deep Q-learning and for the game of Go via Reinforcement Le…

Atari GamesGame of GoQ-LearningReinforcement Learning