Improving Intrinsic Exploration with Language Abstractions
Jesse Mu, Victor Zhong, Roberta Raileanu, Minqi Jiang, Noah Goodman, Tim Rocktäschel, Edward Grefenstette
TL;DR
This work investigates whether natural language abstractions can improve intrinsic exploration in reinforcement learning. By extending competitive intrinsic baselines AMIGo and NovelD to language-based variants (L-AMIGo and L-NovelD), the authors show substantial performance gains on 13 tasks in MiniGrid and MiniHack, with gains up to 85% relative. The approach provides interpretable training signals through emergent curricula and language-based novelty, and analyzes when language semantics aid exploration. The results suggest language can serve as an efficient, compositional abstraction for guiding exploration in sparse-reward domains.
Abstract
Reinforcement learning (RL) agents are particularly hard to train when rewards are sparse. One common solution is to use intrinsic rewards to encourage agents to explore their environment. However, recent intrinsic exploration methods often use state-based novelty measures which reward low-level exploration and may not scale to domains requiring more abstract skills. Instead, we explore natural language as a general medium for highlighting relevant abstractions in an environment. Unlike previous work, we evaluate whether language can improve over existing exploration methods by directly extending (and comparing to) competitive intrinsic exploration baselines: AMIGo (Campero et al., 2021) and NovelD (Zhang et al., 2021). These language-based variants outperform their non-linguistic forms by 47-85% across 13 challenging tasks from the MiniGrid and MiniHack environment suites.
