paper-with-me

홈 › Papers

Regular Games -- an Automata-Based General Game Playing Language

2025-11-13 · Radosław Miernik, Marek Szykuła, Jakub Kowalski, Jakub Cieśluk, Łukasz Galas, Wojciech Pawlik arxiv

We propose a new General Game Playing (GGP) system called Regular Games (RG). The main goal of RG is to be both computationally efficient and convenient for game design. The system consists of several languages. The core component is a low-level language that defines the rules by a finite automaton. It is minimal with only a few mechanisms, which makes it easy for automatic processing (by agents, analysis, optimization, etc.). The language is universal for the class of all finite turn-based games with imperfect information. Higher-level languages are introduced for game design (by humans or Procedural Content Generation), which are eventually translated to a low-level language. RG generates faster forward models than the current state of the art, beating other GGP systems (Regular Boardgames, Ludii) in terms of efficiency. Additionally, RG's ecosystem includes an editor with LSP, automaton visualization, benchmarking tools, and a debugger of game description transformations.

📄 PDF Abstract BibTeX arXiv:2511.10593

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-Player Games with LDL Goals over Finite Traces

2020-08-13 · Julian Gutierrez, Giuseppe Perelli, Michael Wooldridge

Linear Dynamic Logic on finite traces LDLf is a powerful logic for reasoning about the behaviour of concurrent and multi-agent systems. In this paper, we investigate techniques for both the characterisation and verificat…

Regular Boardgames

2017-06-08 · Jakub Kowalski, Maksymilian Mika, Jakub Sutowicz, Marek Szykuła

We propose a new General Game Playing (GGP) language called Regular Boardgames (RBG), which is based on the theory of regular languages. The objective of RBG is to join key properties as expressiveness, efficiency, and n…

Board Games

Efficient Reasoning in Regular Boardgames

2020-06-15 · Jakub Kowalski, Radosław Miernik, Maksymilian Mika, Wojciech Pawlik 외

We present the technical side of reasoning in Regular Boardgames (RBG) language -- a universal General Game Playing (GGP) formalism for the class of finite deterministic games with perfect information, encoding rules in …

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

An Empirical Evaluation of Two General Game Systems: Ludii and RBG

2019-06-29 · Éric Piette, Matthew Stephenson, Dennis J. N. J. Soemers, Cameron Browne

Although General Game Playing (GGP) systems can facilitate useful research in Artificial Intelligence (AI) for game-playing, they are often computationally inefficient and somewhat specialised to a specific class of game…

Vocal Bursts Valence Prediction