Skip to main content

Showing 1–6 of 6 results for author: Jeurissen, D

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

    cs.AI

    Playing NetHack with LLMs: Potential & Limitations as Zero-Shot Agents

    Authors: Dominik Jeurissen, Diego Perez-Liebana, Jeremy Gow, Duygu Cakmak, James Kwan

    Abstract: Large Language Models (LLMs) have shown great success as high-level planners for zero-shot game-playing agents. However, these agents are primarily evaluated on Minecraft, where long-term planning is relatively straightforward. In contrast, agents tested in dynamic robot environments face limitations due to simplistic environments with only a few objects and interactions. To fill this gap in the l… ▽ More

    Submitted 1 March, 2024; originally announced March 2024.

  2. arXiv:2307.09905  [pdf, other

    cs.AI

    PyTAG: Challenges and Opportunities for Reinforcement Learning in Tabletop Games

    Authors: Martin Balla, George E. M. Long, Dominik Jeurissen, James Goodman, Raluca D. Gaina, Diego Perez-Liebana

    Abstract: 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 challenges compared to video games. To bridge this gap, we introduce PyTAG, a Python API for interacting with the Tabletop Games framework (TAG). TAG contains a growing set of more… ▽ More

    Submitted 19 July, 2023; originally announced July 2023.

    Comments: Accepted for Publication in: IEEE Conference on Games (2023)

  3. arXiv:2205.15126  [pdf, other

    cs.AI

    Elastic Monte Carlo Tree Search with State Abstraction for Strategy Game Playing

    Authors: Linjie Xu, Jorge Hurtado-Grueso, Dominic Jeurissen, Diego Perez Liebana, Alexander Dockhorn

    Abstract: Strategy video games challenge AI agents with their combinatorial search space caused by complex game elements. State abstraction is a popular technique that reduces the state space complexity. However, current state abstraction methods for games depend on domain knowledge, making their application to new games expensive. State abstraction methods that require no domain knowledge are studied exten… ▽ More

    Submitted 30 May, 2022; originally announced May 2022.

    Comments: 8 pages, 3 figures; Published on IEEE Conference on Games 2022

  4. arXiv:2104.10429  [pdf, other

    cs.AI

    Portfolio Search and Optimization for General Strategy Game-Playing

    Authors: Alexander Dockhorn, Jorge Hurtado-Grueso, Dominik Jeurissen, Linjie Xu, Diego Perez-Liebana

    Abstract: Portfolio methods represent a simple but efficient type of action abstraction which has shown to improve the performance of search-based agents in a range of strategy games. We first review existing portfolio techniques and propose a new algorithm for optimization and action-selection based on the Rolling Horizon Evolutionary Algorithm. Moreover, a series of variants are developed to solve problem… ▽ More

    Submitted 21 April, 2021; originally announced April 2021.

    Comments: 8 pages, 5 figures, submitted to CEC 2021

  5. arXiv:2104.08641  [pdf, other

    cs.AI

    Generating Diverse and Competitive Play-Styles for Strategy Games

    Authors: Diego Perez-Liebana, Cristina Guerrero-Romero, Alexander Dockhorn, Linjie Xu, Jorge Hurtado, Dominik Jeurissen

    Abstract: Designing agents that are able to achieve different play-styles while maintaining a competitive level of play is a difficult task, especially for games for which the research community has not found super-human performance yet, like strategy games. These require the AI to deal with large action spaces, long-term planning and partial observability, among other well-known factors that make decision-… ▽ More

    Submitted 28 June, 2021; v1 submitted 17 April, 2021; originally announced April 2021.

    Comments: 8 pages, 2 figures, published in Proc. IEEE CoG 2021

  6. arXiv:2009.05643  [pdf, other

    cs.AI

    The Design Of "Stratega": A General Strategy Games Framework

    Authors: Diego Perez-Liebana, Alexander Dockhorn, Jorge Hurtado Grueso, Dominik Jeurissen

    Abstract: Stratega, a general strategy games framework, has been designed to foster research on computational intelligence for strategy games. In contrast to other strategy game frameworks, Stratega allows to create a wide variety of turn-based and real-time strategy games using a common API for agent development. While the current version supports the development of turn-based strategy games and agents, we… ▽ More

    Submitted 11 September, 2020; originally announced September 2020.

    Comments: 7 pages, 2 figures