paper-with-me

Papers

JSON-Bag: A generic game trajectory representation

2025-08-01 · Dien Nguyen, Diego Perez-Liebana, Simon Lucas arxiv

We introduce JSON Bag-of-Tokens model (JSON-Bag) as a method to generically represent game trajectories by tokenizing their JSON descriptions and apply Jensen-Shannon distance (JSD) as distance metric for them. Using a prototype-based nearest-neighbor search (P-NNS), we evaluate the validity of JSON-Bag with JSD on six tabletop games: 7 Wonders, Dominion, Sea Salt and Paper, Can't Stop, Connect4, Dots and boxes; each over three game trajectory classification tasks: classifying the playing agents, game parameters, or game seeds that were used to generate the trajectories. Our approach outperforms a baseline using hand-crafted features in the majority of tasks. Evaluating on N-shot classification suggests using JSON-Bag prototype to represent game trajectory classes is also sample efficient. Additionally, we demonstrate JSON-Bag ability for automatic feature extraction by treating tokens as individual features to be used in Random Forest to solve the tasks above, which significantly improves accuracy on underperforming tasks. Finally, we show that, across all six games, the JSD between JSON-Bag prototypes of agent classes highly correlates with the distances between agents' policies.

📄 PDF Abstract BibTeX arXiv:2508.00712

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Orchestrated Reality: From Role-Play to Living, Playable Game Worlds -- LLM-Driven World Simulation as a Parameterized-Action POMDP

2026-06-14 · Yuhang Huang, Chenmiao Li, Chaowei Fang arxiv

Many games rely on storytelling combined with systems that track levelling, NPC behaviour, and consequence simulation; bridging tightly-authored narrative with deeply-simulated worlds -- most acute in sandbox and open-wo…

GameUIAgent: An LLM-Powered Framework for Automated Game UI Design with Structured Intermediate Representation

2026-03-16 · Wei Zeng, Fengwei An, Zhen Liu, Jian Zhao arxiv

Game UI design requires consistent visual assets across rarity tiers yet remains a predominantly manual process. We present GameUIAgent, an LLM-powered agentic framework that translates natural language descriptions into…

VideoGameBunny: Towards vision assistants for video games

2024-07-21 · Mohammad Reza Taesiri, Cor-Paul Bezemer

Large multimodal models (LMMs) hold substantial promise across various domains, from personal assistance in daily tasks to sophisticated applications like medical diagnostics. However, their capabilities have limitations…

Image CaptioningScene Understanding

Benchmarking EfficientTAM on FMO datasets

2025-09-08 · Senem Aktas, Charles Markham, John McDonald, Rozenn Dahyot arxiv

Fast and tiny object tracking remains a challenge in computer vision and in this paper we first introduce a JSON metadata file associated with four open source datasets of Fast Moving Objects (FMOs) image sequences. In a…

Object Tracking

Mill.jl and JsonGrinder.jl: automated differentiable feature extraction for learning from raw JSON data

2021-05-19 · Simon Mandlik, Matej Racinsky, Viliam Lisy, Tomas Pevny

Learning from raw data input, thus limiting the need for manual feature engineering, is one of the key components of many successful applications of machine learning methods. While machine learning problems are often for…

BIG-bench Machine LearningFeature Engineering