LGCLJun 16

EnvRL: Learn from Environment Dynamics in Agentic Reinforcement Learning

arXiv:2606.1768012.7
Predicted impact top 26% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers training LLM agents on long-horizon tasks, EnvRL offers a method to leverage interaction trajectories for better policy learning, addressing sparse reward challenges.

EnvRL improves reinforcement learning for LLM agents by incorporating environment dynamics learning via state prediction and inverse dynamics objectives, achieving success rate gains of 4.6% on ALFWorld and 10.2% on WebShop over RL-only baselines.

Reinforcement learning (RL) has emerged as a powerful paradigm for training Large Language Models (LLMs) as agents. However, conventional RL methods for long-horizon agentic tasks often struggle with sparse outcome rewards. Intuitively, this overlooks the rich environment dynamics information contained in rollout interaction trajectories. We argue that the interaction experience inherently serves as an implicit supervision signal, reveals the underlying transition mechanisms of the environment, and enables the agent to construct a more accurate internal model of the environment.. Therefore, in this work, we investigate how to leverage this additional signal to improve policy learning. Specifically, we propose EnvRL, a framework that incorporates environment dynamics learning into agentic RL via two auxiliary objectives: state prediction and inverse dynamics. By jointly optimizing with the primary RL objective, we encourage the agent to internalize environment dynamics from its own interaction experience. Extensive experiments on two long-horizon agentic benchmarks demonstrate that EnvRL achieves significant improvements on success-rates over RL-only baselines, e.g., when trained with GRPO, lifting Qwen-2.5-1.5B-Instruct from 72.8% to 77.4% on ALFWorld, and from 56.8% to 67.0% on WebShop.

Foundations

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

Your Notes