Meta-RL Induces Exploration in Language Agents
Yulun Jiang, Liangze Jiang, Damien Teney, Michael Moor, Maria Brbic
TL;DR
This work tackles the challenge that RL-trained LLM agents struggle to explore effectively in multi-turn tasks. It introduces LaMer, a Meta-RL framework enabling cross-episode exploration and in-context policy adaptation via self-reflection, eliminating the need for gradient updates during test-time adaptation. Across Sokoban, MineSweeper, and Webshop, LaMer yields consistent improvements over prompting and RL baselines, with strong test-time scaling and better generalization to harder or unseen tasks. The results demonstrate that meta-learning can imbue language agents with robust exploration strategies, improving adaptation in novel environments and long-horizon decision-making tasks.
Abstract
Reinforcement learning (RL) has enabled the training of large language model (LLM) agents to interact with the environment and to solve multi-turn long-horizon tasks. However, the RL-trained agents often struggle in tasks that require active exploration and fail to efficiently adapt from trial-and-error experiences. In this paper, we present LaMer, a general Meta-RL framework that enables LLM agents to actively explore and learn from the environment feedback at test time. LaMer consists of two key components: (i) a cross-episode training framework to encourage exploration and long-term rewards optimization; and (ii) in-context policy adaptation via reflection, allowing the agent to adapt their policy from task feedback signal without gradient update. Experiments across diverse environments show that LaMer significantly improves performance over RL baselines, with 11%, 14%, and 19% performance gains on Sokoban, MineSweeper and Webshop, respectively. Moreover, LaMer also demonstrates better generalization to more challenging or previously unseen tasks compared to the RL-trained agents. Overall, our results demonstrate that Meta-RL provides a principled approach to induce exploration in language agents, enabling more robust adaptation to novel environments through learned exploration strategies.
