paper-with-me

Papers

Expanding LLM Agent Boundaries with Strategy-Guided Exploration

2026-03-02 · Andrew Szot, Michael Kirchhof, Omar Attia, Alexander Toshev arxiv

Reinforcement learning (RL) has demonstrated notable success in post-training large language models (LLMs) as agents for tasks such as computer use, tool calling, and coding. However, exploration remains a central challenge in RL for LLM agents, especially as they operate in language-action spaces with complex observations and sparse outcome rewards. In this work, we address exploration for LLM agents by leveraging the ability of LLMs to plan and reason in language about the environment to shift exploration from low-level actions to higher-level language strategies. We thus propose Strategy-Guided Exploration (SGE), which first generates a concise natural-language strategy that describes what to do to make progress toward the goal, and then generates environment actions conditioned on that strategy. By exploring in the space of strategies rather than the space of actions, SGE induces structured and diverse exploration that targets different environment outcomes. To increase strategy diversity during RL, SGE introduces mixed-temperature sampling, which explores diverse strategies in parallel, along with a strategy reflection process that grounds strategy generation on the outcomes of previous strategies in the environment. Across UI interaction, tool-calling, coding, and embodied agent environments, SGE consistently outperforms exploration-focused RL baselines, improving both learning efficiency and final performance. We show that SGE enables the agent to learn to solve tasks too difficult for the base model.

📄 PDF Abstract BibTeX arXiv:2603.02045

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Efficient Agent Evaluation via Diversity-Guided User Simulation

2026-04-23 · Itay Nakash, George Kour, Ateret Anaby-Tavor arxiv

Large language models (LLMs) are increasingly deployed as customer-facing agents, yet evaluating their reliability remains challenging due to stochastic, multi-turn interactions. Current evaluation protocols rely on line…

Learning to Adapt: Self-Improving Web Agent via Cognitive-Aware Exploration

2026-05-29 · Weile Chen, Bingchen Miao, Qifan Yu, Wendong Bu 외 arxiv

Recent advances in Multimodal Large Language Models (MLLMs) have led to promising progress in web agents. However, existing web agents often rely on handcrafted execution pipelines or expensive expert trajectories, limit…

RAPO: Expanding Exploration for LLM Agents via Retrieval-Augmented Policy Optimization

2026-03-03 · Siwei Zhang, Yun Xiong, Xi Chen, Zi'an Jia 외 arxiv

Agentic Reinforcement Learning (Agentic RL) has shown remarkable potential in large language model-based (LLM) agents. These works can empower LLM agents to tackle complex tasks via multi-step, tool-integrated reasoning.…

Reinforcement Learning

Learning to Explore: Policy-Guided Outlier Synthesis for Graph Out-of-Distribution Detection

2026-02-28 · Li Sun, Lanxu Yang, Jiayu Tian, Bowen Fang 외 arxiv

Detecting out-of-distribution (OOD) graphs is crucial for ensuring the safety and reliability of Graph Neural Networks. In unsupervised graph-level OOD detection, models are typically trained using only in-distribution (…

Out-of-Distribution DetectionReinforcement LearningAnomaly Detection

Novelty-Guided Data Reuse for Efficient and Diversified Multi-Agent Reinforcement Learning

2024-12-20 · Yangkun Chen, Kai Yang, Jian Tao, Jiafei Lyu

Recently, deep Multi-Agent Reinforcement Learning (MARL) has demonstrated its potential to tackle complex cooperative tasks, pushing the boundaries of AI in collaborative environments. However, the efficiency of these sy…

DiversityMulti-agent Reinforcement LearningStarcraftStarcraft II