paper-with-me

Papers

Learning to Play Othello with Deep Neural Networks

2017-11-17 · Paweł Liskowski, Wojciech Jaśkowski, Krzysztof Krawiec

Achieving superhuman playing level by AlphaGo corroborated the capabilities of convolutional neural architectures (CNNs) for capturing complex spatial patterns. This result was to a great extent due to several analogies between Go board states and 2D images CNNs have been designed for, in particular translational invariance and a relatively large board. In this paper, we verify whether CNN-based move predictors prove effective for Othello, a game with significantly different characteristics, including a much smaller board size and complete lack of translational invariance. We compare several CNN architectures and board encodings, augment them with state-of-the-art extensions, train on an extensive database of experts' moves, and examine them with respect to move prediction accuracy and playing strength. The empirical evaluation confirms high capabilities of neural move predictors and suggests a strong correlation between prediction accuracy and playing strength. The best CNNs not only surpass all other 1-ply Othello players proposed to date but defeat (2-ply) Edax, the best open-source Othello player.

📄 PDF Abstract BibTeX arXiv:1711.06583

Code (1)

wjaskowski/dnnothello 공식 구현

Similar Papers 제목 키워드 기반

Othello is Solved

2023-10-30 · Hiroki Takizawa

The game of Othello is one of the world's most complex and popular games that has yet to be computationally solved. Othello has roughly ten octodecillion (10 to the 58th power) possible game records and ten octillion (10…

OLIVAW: Mastering Othello without Human Knowledge, nor a Fortune

2021-03-31 · Antonio Norelli, Alessandro Panconesi

We introduce OLIVAW, an AI Othello player adopting the design principles of the famous AlphaGo programs. The main motivation behind OLIVAW was to attain exceptional competence in a non-trivial board game at a tiny fracti…

Linear Latent World Models in Simple Transformers: A Case Study on Othello-GPT

2023-10-11 · Dean S. Hazineh, Zechen Zhang, Jeffery Chiu

Foundation models exhibit significant capabilities in decision-making and logical deductions. Nonetheless, a continuing discourse persists regarding their genuine understanding of the world as opposed to mere stochastic …

Decision Making

What if Othello-Playing Language Models Could See?

2025-07-19 · Xinyi Chen, Yifei Yuan, Jiaang Li, Serge Belongie 외 arxiv

Language models are often said to face a symbol grounding problem. While some have argued the problem can be solved without resort to other modalities, many have speculated that grounded learning is more efficient. We ex…

How GPT learns layer by layer

2025-01-13 · Jason Du, Kelly Hong, Alishba Imran, Erfan Jahanparast 외

Large Language Models (LLMs) excel at tasks like language processing, strategy games, and reasoning but struggle to build generalizable internal representations essential for adaptive decision-making in agents. For agent…

NavigateRepresentation Learning