paper-with-me

Papers

Text-based Adventures of the Golovin AI Agent

2017-05-16 · Bartosz Kostka, Jaroslaw Kwiecien, Jakub Kowalski, Pawel Rychlikowski

The domain of text-based adventure games has been recently established as a new challenge of creating the agent that is both able to understand natural language, and acts intelligently in text-described environments. In this paper, we present our approach to tackle the problem. Our agent, named Golovin, takes advantage of the limited game domain. We use genre-related corpora (including fantasy books and decompiled games) to create language models suitable to this domain. Moreover, we embed mechanisms that allow us to specify, and separately handle, important tasks as fighting opponents, managing inventory, and navigating on the game map. We validated usefulness of these mechanisms, measuring agent's performance on the set of 50 interactive fiction games. Finally, we show that our agent plays on a level comparable to the winner of the last year Text-Based Adventure AI Competition.

📄 PDF Abstract BibTeX arXiv:1705.05637

Code (2)

BYU-PCCL/z-machine-games
asannasi/txt_adv_nlp pytorch

Tasks

AI Agent

Similar Papers 제목 키워드 기반

A Tight Bound for Stochastic Submodular Cover

2021-02-01 · Lisa Hellerstein, Devorah Kletenik, Srinivasan Parthasarathy

We show that the Adaptive Greedy algorithm of Golovin and Krause (2011) achieves an approximation bound of $(\ln (Q/\eta)+1)$ for Stochastic Submodular Cover: here $Q$ is the "goal value" and $\eta$ is the smallest non-z…

Ambient Adventures: Teaching ChatGPT on Developing Complex Stories

2023-08-03 · Zexin Chen, Eric Zhou, Kenneth Eaton, Xiangyu Peng 외

Imaginative play is an area of creativity that could allow robots to engage with the world around them in a much more personified way. Imaginary play can be seen as taking real objects and locations and using them as ima…

Story Generation

The Text-Based Adventure AI Competition

2018-08-03 · Timothy Atkinson, Hendrik Baier, Tara Copplestone, Sam Devlin 외

In 2016, 2017, and 2018 at the IEEE Conference on Computational Intelligence in Games, the authors of this paper ran a competition for agents that can play classic text-based adventure games. This competition fills a gap…

Board GamesNatural Language Understanding

DATA Agent

2018-09-28 · Michael Cerny Green, Gabriella A. B. Barros, Antonios Liapis, Julian Togelius

This paper introduces DATA Agent, a system which creates murder mystery adventures from open data. In the game, the player takes on the role of a detective tasked with finding the culprit of a murder. All characters, pla…

Game Design

TextQuests: How Good are LLMs at Text-Based Video Games?

2025-07-31 · Long Phan, Mantas Mazeika, Andy Zou, Dan Hendrycks arxiv

Evaluating AI agents within complex, interactive environments that mirror real-world challenges is critical for understanding their practical capabilities. While existing agent benchmarks effectively assess skills like t…