paper-with-me

Papers

Scalable Board Expansion within a General Game System

2026-01-10 · Clémentine Sacré arxiv

This thesis explores the use of a General Game System (GGS) to support the automatic expansion of game boards in boardless games. Traditional implementations of such games often rely on oversized static boards defined from the start, even though large portions of these boards may never be used during gameplay. This approach leads to unnecessary complexity. To address this issue, this thesis propose a dynamic board expansion mechanism in which the game board grows automatically during play.

📄 PDF Abstract BibTeX arXiv:2601.16216

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Measuring Board Game Distance

2023-01-10 · Matthew Stephenson, Dennis J. N. J. Soemers, Éric Piette, Cameron Browne

This paper presents a general approach for measuring distances between board games within the Ludii general game system. These distances are calculated using a previously published set of general board game concepts, eac…

Board Games

Train on Small, Play the Large: Scaling Up Board Games with AlphaZero and GNN

2021-07-18 · Shai Ben-Assayag, Ran El-Yaniv

Playing board games is considered a major challenge for both humans and AI researchers. Because some complicated board games are quite hard to learn, humans usually begin with playing on smaller boards and incrementally …

Board GamesGraph Neural NetworkIncremental Learning

Game-TARS: Pretrained Foundation Models for Scalable Generalist Multimodal Game Agents

2025-10-27 · Zihao Wang, Xujing Li, Yining Ye, Junjie Fang 외 arxiv

We present Game-TARS, a generalist game agent trained with a unified, scalable action space anchored to human-aligned native keyboard-mouse inputs. Unlike API- or GUI-based approaches, this paradigm enables large-scale c…

Fast and Knowledge-Free Deep Learning for General Game Playing (Student Abstract)

2023-12-21 · Michał Maras, Michał Kępa, Jakub Kowalski, Marek Szykuła

We develop a method of adapting the AlphaZero model to General Game Playing (GGP) that focuses on faster model generation and requires less knowledge to be extracted from the game rules. The dataset generation uses MCTS …

Dataset Generation

Boardwalk: Towards a Framework for Creating Board Games with LLMs

2025-08-22 · Álvaro Guglielmin Becker, Gabriel Bauer de Oliveira, Lana Bertoldo Rossato, Anderson Rocha Tavares arxiv

Implementing board games in code can be a time-consuming task. However, Large Language Models (LLMs) have been proven effective at generating code for domain-specific tasks with simple contextual information. We aim to i…

Code Generation