LGAICLJun 9, 2024

STARLING: Self-supervised Training of Text-based Reinforcement Learning Agent with Large Language Models

arXiv:2406.05872v129 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of skill mastery and generalization in interactive fiction games for RL research, though it is incremental as it builds on existing environments and methods.

The authors tackled the problem of limited generalization in text-based reinforcement learning agents by introducing STARLING, a self-supervised environment with 100 automatically generated games, which revealed that current state-of-the-art agents cannot transfer learned skills to new situations as effectively as humans.

Interactive fiction games have emerged as an important application to improve the generalization capabilities of language-based reinforcement learning (RL) agents. Existing environments for interactive fiction games are domain-specific or time-consuming to generate and do not train the RL agents to master a specific set of skills. In this work, we introduce an interactive environment for self-supervised RL, STARLING, for text-based games that bootstraps the text-based RL agents with automatically generated games (based on the seed set of game ideas) to boost the performance and generalization capabilities to reach a goal of the target environment. These games let the agent hone their skills on a predefined set of tasks. We create and test an environment with 100 games, generated using this automated framework that uses large language models (GPT-3) and an interactive fiction game engine (based on Inform7) to provide the user with the ability to generate more games under minimal human supervision. Experimental results based on both the human participants and baseline text-based RL agents reveal that current state-of-the-art text-based RL agents cannot use previously learned skills in new situations at the level humans can. These results enforce STARLING's potential to serve as a sandbox environment for further research in self-supervised text-based RL.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes