Skip to main content

Showing 1–13 of 13 results for author: Gisslén, L

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.08231  [pdf, other

    cs.CV cs.AI

    Using Deep Convolutional Neural Networks to Detect Rendered Glitches in Video Games

    Authors: Carlos Garcia Ling, Konrad Tollmar, Linus Gisslen

    Abstract: In this paper, we present a method using Deep Convolutional Neural Networks (DCNNs) to detect common glitches in video games. The problem setting consists of an image (800x800 RGB) as input to be classified into one of five defined classes, normal image, or one of four different kinds of glitches (stretched, low resolution, missing and placeholder textures). Using a supervised approach, we train a… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

    Comments: 8 pages, 6 figures, AAIDE conference

  2. arXiv:2406.07980  [pdf, other

    cs.LG

    Reinforcement Learning for High-Level Strategic Control in Tower Defense Games

    Authors: Joakim Bergdahl, Alessandro Sestini, Linus Gisslén

    Abstract: In strategy games, one of the most important aspects of game design is maintaining a sense of challenge for players. Many mobile titles feature quick gameplay loops that allow players to progress steadily, requiring an abundance of levels and puzzles to prevent them from reaching the end too quickly. As with any content creation, testing and validation are essential to ensure engaging gameplay mec… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

    Comments: Published at CoG 2024

  3. arXiv:2406.07084  [pdf, other

    cs.LG

    Leveraging Large Language Models for Efficient Failure Analysis in Game Development

    Authors: Leonardo Marini, Linus Gisslén, Alessandro Sestini

    Abstract: In games, and more generally in the field of software development, early detection of bugs is vital to maintain a high quality of the final product. Automated tests are a powerful tool that can catch a problem earlier in development by executing periodically. As an example, when new code is submitted to the code base, a new automated test verifies these changes. However, identifying the specific c… ▽ More

    Submitted 11 June, 2024; originally announced June 2024.

    Comments: Published at CoG 2024

  4. arXiv:2309.12815  [pdf, other

    cs.LG

    Improving Generalization in Game Agents with Data Augmentation in Imitation Learning

    Authors: Derek Yadgaroff, Alessandro Sestini, Konrad Tollmar, Ayca Ozcelikkale, Linus Gisslén

    Abstract: Imitation learning is an effective approach for training game-playing agents and, consequently, for efficient game production. However, generalization - the ability to perform well in related but unseen scenarios - is an essential requirement that remains an unsolved challenge for game AI. Generalization is difficult for imitation learning agents because it requires the algorithm to take meaningfu… ▽ More

    Submitted 7 April, 2024; v1 submitted 22 September, 2023; originally announced September 2023.

    Comments: 8 pages, 5 figures

  5. arXiv:2308.07598  [pdf, other

    cs.LG cs.AI

    Generating Personas for Games with Multimodal Adversarial Imitation Learning

    Authors: William Ahlberg, Alessandro Sestini, Konrad Tollmar, Linus Gisslén

    Abstract: Reinforcement learning has been widely successful in producing agents capable of playing games at a human level. However, this requires complex reward engineering, and the agent's resulting policy is often unpredictable. Going beyond reinforcement learning is necessary to model a wide range of human playstyles, which can be difficult to represent with a reward function. This paper presents a novel… ▽ More

    Submitted 15 August, 2023; originally announced August 2023.

    Comments: Published in CoG 2023

  6. arXiv:2307.11105  [pdf, other

    cs.SE cs.AI cs.LG

    Technical Challenges of Deploying Reinforcement Learning Agents for Game Testing in AAA Games

    Authors: Jonas Gillberg, Joakim Bergdahl, Alessandro Sestini, Andrew Eakins, Linus Gisslen

    Abstract: Going from research to production, especially for large and complex software systems, is fundamentally a hard problem. In large-scale game production, one of the main reasons is that the development environment can be very different from the final product. In this technical paper we describe an effort to add an experimental reinforcement learning system to an existing automated game testing soluti… ▽ More

    Submitted 19 July, 2023; originally announced July 2023.

    Comments: 8 pages, 5 figures

  7. arXiv:2208.12674  [pdf, other

    cs.GR cs.CV cs.LG

    Automatic Testing and Validation of Level of Detail Reductions Through Supervised Learning

    Authors: Matilda Tamm, Olivia Shamon, Hector Anadon Leon, Konrad Tollmar, Linus Gisslén

    Abstract: Modern video games are rapidly growing in size and scale, and to create rich and interesting environments, a large amount of content is needed. As a consequence, often several thousands of detailed 3D assets are used to create a single scene. As each asset's polygon mesh can contain millions of polygons, the number of polygons that need to be drawn every frame may exceed several billions. Therefor… ▽ More

    Submitted 25 August, 2022; originally announced August 2022.

    Comments: 8 pages, 8 figures, to be published on IEEE Conference on Games

  8. arXiv:2208.07811  [pdf, other

    cs.SE cs.AI cs.LG

    Towards Informed Design and Validation Assistance in Computer Games Using Imitation Learning

    Authors: Alessandro Sestini, Joakim Bergdahl, Konrad Tollmar, Andrew D. Bagdanov, Linus Gisslén

    Abstract: In games, as in and many other domains, design validation and testing is a huge challenge as systems are growing in size and manual testing is becoming infeasible. This paper proposes a new approach to automated game validation and testing. Our method leverages a data-driven imitation learning technique, which requires little effort and time and no knowledge of machine learning or programming, tha… ▽ More

    Submitted 19 August, 2022; v1 submitted 15 August, 2022; originally announced August 2022.

    Comments: 10 pages, 8 figures, and 3 tables

  9. arXiv:2202.10057  [pdf, other

    cs.LG cs.AI

    CCPT: Automatic Gameplay Testing and Validation with Curiosity-Conditioned Proximal Trajectories

    Authors: Alessandro Sestini, Linus Gisslén, Joakim Bergdahl, Konrad Tollmar, Andrew D. Bagdanov

    Abstract: This paper proposes a novel deep reinforcement learning algorithm to perform automatic analysis and detection of gameplay issues in complex 3D navigation environments. The Curiosity-Conditioned Proximal Trajectories (CCPT) method combines curiosity and imitation learning to train agents to methodically explore in the proximity of known trajectories derived from expert demonstrations. We show how C… ▽ More

    Submitted 21 February, 2022; originally announced February 2022.

  10. arXiv:2103.15819  [pdf, other

    cs.LG cs.AI

    Augmenting Automated Game Testing with Deep Reinforcement Learning

    Authors: Joakim Bergdahl, Camilo Gordillo, Konrad Tollmar, Linus Gisslén

    Abstract: General game testing relies on the use of human play testers, play test scripting, and prior knowledge of areas of interest to produce relevant test data. Using deep reinforcement learning (DRL), we introduce a self-learning mechanism to the game testing framework. With DRL, the framework is capable of exploring and/or exploiting the game mechanics based on a user-defined, reinforcing reward signa… ▽ More

    Submitted 29 March, 2021; originally announced March 2021.

    Comments: 4 pages, 6 figures, 2020 IEEE Conference on Games (CoG), 600-603

    Journal ref: 2020 IEEE Conference on Games (CoG), 600-603

  11. arXiv:2103.13798  [pdf, other

    cs.LG

    Improving Playtesting Coverage via Curiosity Driven Reinforcement Learning Agents

    Authors: Camilo Gordillo, Joakim Bergdahl, Konrad Tollmar, Linus Gisslén

    Abstract: As modern games continue growing both in size and complexity, it has become more challenging to ensure that all the relevant content is tested and that any potential issue is properly identified and fixed. Attempting to maximize testing coverage using only human participants, however, results in a tedious and hard to orchestrate process which normally slows down the development cycle. Complementin… ▽ More

    Submitted 23 June, 2021; v1 submitted 25 March, 2021; originally announced March 2021.

  12. arXiv:2103.04847  [pdf, other

    cs.LG cs.AI

    Adversarial Reinforcement Learning for Procedural Content Generation

    Authors: Linus Gisslén, Andy Eakins, Camilo Gordillo, Joakim Bergdahl, Konrad Tollmar

    Abstract: We present a new approach ARLPCG: Adversarial Reinforcement Learning for Procedural Content Generation, which procedurally generates and tests previously unseen environments with an auxiliary input as a control variable. Training RL agents over novel environments is a notoriously difficult task. One popular approach is to procedurally generate different environments to increase the generalizabilit… ▽ More

    Submitted 10 June, 2021; v1 submitted 8 March, 2021; originally announced March 2021.

    Comments: 8 pages, 6 figures (11 subfigures)

  13. arXiv:1803.05402  [pdf, other

    cs.AI cs.LG stat.ML

    Imitation Learning with Concurrent Actions in 3D Games

    Authors: Jack Harmer, Linus Gisslén, Jorge del Val, Henrik Holst, Joakim Bergdahl, Tom Olsson, Kristoffer Sjöö, Magnus Nordin

    Abstract: In this work we describe a novel deep reinforcement learning architecture that allows multiple actions to be selected at every time-step in an efficient manner. Multi-action policies allow complex behaviours to be learnt that would otherwise be hard to achieve when using single action selection techniques. We use both imitation learning and temporal difference (TD) reinforcement learning (RL) to p… ▽ More

    Submitted 6 September, 2018; v1 submitted 14 March, 2018; originally announced March 2018.