paper-with-me

홈 › Papers

Design and Implementation of TAG: A Tabletop Games Framework

2020-09-25 · Raluca D. Gaina, Martin Balla, Alexander Dockhorn, Raul Montoliu, Diego Perez-Liebana

This document describes the design and implementation of the Tabletop Games framework (TAG), a Java-based benchmark for developing modern board games for AI research. TAG provides a common skeleton for implementing tabletop games based on a common API for AI agents, a set of components and classes to easily add new games and an import module for defining data in JSON format. At present, this platform includes the implementation of seven different tabletop games that can also be used as an example for further developments. Additionally, TAG also incorporates logging functionality that allows the user to perform a detailed analysis of the game, in terms of action space, branching factor, hidden information, and other measures of interest for Game AI research. The objective of this document is to serve as a central point where the framework can be described at length. TAG can be downloaded at: https://github.com/GAIGResearch/TabletopGames

📄 PDF Abstract BibTeX arXiv:2009.12065

Code (1)

GAIGResearch/TabletopGames 공식 구현

Tasks

Board GamesTAG

Similar Papers 제목 키워드 기반

PyTAG: Tabletop Games for Multi-Agent Reinforcement Learning

2024-05-28 · Martin Balla, George E. M. Long, James Goodman, Raluca D. Gaina 외

Modern Tabletop Games present various interesting challenges for Multi-agent Reinforcement Learning. In this paper, we introduce PyTAG, a new framework that supports interacting with a large collection of games implement…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

PyTAG: Challenges and Opportunities for Reinforcement Learning in Tabletop Games

2023-07-19 · Martin Balla, George E. M. Long, Dominik Jeurissen, James Goodman 외

In recent years, Game AI research has made important breakthroughs using Reinforcement Learning (RL). Despite this, RL for modern tabletop games has gained little to no attention, even when they offer a range of unique c…

Board GamesCard Gamesreinforcement-learningReinforcement Learning+2

Evolutionary Tabletop Game Design: A Case Study in the Risk Game

2023-10-30 · Lana Bertoldo Rossato, Leonardo Boaventura Bombardelli, Anderson Rocha Tavares

Creating and evaluating games manually is an arduous and laborious task. Procedural content generation can aid by creating game artifacts, but usually not an entire game. Evolutionary game design, which combines evolutio…

Board GamesEvolutionary AlgorithmsGame Design

Tabletop Roleplaying Games as Procedural Content Generators

2020-07-12 · Matthew Guzdial, Devi Acharya, Max Kreminski, Michael Cook 외

Tabletop roleplaying games (TTRPGs) and procedural content generators can both be understood as systems of rules for producing content. In this paper, we argue that TTRPG design can usefully be viewed as procedural conte…

System Design for Maintaining Internal State Consistency in Long-Horizon Robotic Tabletop Games

2026-03-26 · Guangyu Zhao, Ceyao Zhang, Chengdong Ma, Tao Wu 외 arxiv

Long-horizon tabletop games pose a distinct systems challenge for robotics: small perceptual or execution errors can invalidate accumulated task state, propagate across decision-making modules, and ultimately derail inte…