paper-with-me

Papers

Automated Game Design via Conceptual Expansion

2018-09-06 · Matthew Guzdial, Mark Riedl

Automated game design has remained a key challenge within the field of Game AI. In this paper, we introduce a method for recombining existing games to create new games through a process called conceptual expansion. Prior automated game design approaches have relied on hand-authored or crowd-sourced knowledge, which limits the scope and applications of such systems. Our approach instead relies on machine learning to learn approximate representations of games. Our approach recombines knowledge from these learned representations to create new games via conceptual expansion. We evaluate this approach by demonstrating the ability for the system to recreate existing games. To the best of our knowledge, this represents the first machine learning-based automated game design system.

📄 PDF Abstract BibTeX arXiv:1809.02232

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGame Design

Similar Papers 제목 키워드 기반

Conceptual Game Expansion

2020-02-22 · Matthew Guzdial, Mark Riedl

Automated game design is the problem of automatically producing games through computational processes. Traditionally, these methods have relied on the authoring of search spaces by a designer, defining the space of all p…

Game Design

Automated Synthesis of Steady-State Continuous Processes using Reinforcement Learning

2021-01-12 · Quirin Göttl, Dominik G. Grimm, Jakob Burger

Automated flowsheet synthesis is an important field in computer-aided process engineering. The present work demonstrates how reinforcement learning can be used for automated flowsheet synthesis without any heuristics of …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

ScriptDoctor: Automatic Generation of PuzzleScript Games via Large Language Models and Tree Search

2025-06-06 · Sam Earle, Ahmed Khalifa, Muhammad Umair Nasir, Zehua Jiang 외

There is much interest in using large pre-trained models in Automatic Game Design (AGD), whether via the generation of code, assets, or more abstract conceptualization of design ideas. But so far this interest largely st…

Game DesignLarge Language Model

Towards Automatic Design of Factorio Blueprints

2023-10-02 · Sean Patterson, Joan Espasa, Mun See Chang, Ruth Hoffmann

Factorio is a 2D construction and management simulation video game about building automated factories to produce items of increasing complexity. A core feature of the game is its blueprint system, which allows players to…

Management

Software Engineering For Automated Game Design

2020-04-03 · Michael Cook

As we develop more assistive and automated game design systems, the question of how these systems should be integrated into game development workflows, and how much adaptation may be required, becomes increasingly import…

Game Design