Meta-RL Induces Exploration in Language Agents

Abstract

Reinforcement learning (RL) has enabled the training of Large Language Model (LLM) agents to interact with the environment and to solve multi-turn longhorizon 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-reinforcement learning provides a principled approach to induce exploration in language agents, enabling more robust adaptation to novel environments through learned exploration strategies.

Cite

Text

Jiang et al. "Meta-RL Induces Exploration in Language Agents." International Conference on Learning Representations, 2026.

Markdown

[Jiang et al. "Meta-RL Induces Exploration in Language Agents." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/jiang2026iclr-metarl/)

BibTeX

@inproceedings{jiang2026iclr-metarl,
  title     = {{Meta-RL Induces Exploration in Language Agents}},
  author    = {Jiang, Yulun and Jiang, Liangze and Teney, Damien and Moor, Michael and Brbic, Maria},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/jiang2026iclr-metarl/}
}