paper-with-me

Papers

GenEnv: Difficulty-Aligned Co-Evolution Between LLM Agents and Environment Simulators

2025-12-22 · Jiacheng Guo, Ling Yang, Peter Chen, Qixin Xiao, Yinjie Wang, Xinzhe Juan, Jiahao Qiu, Ke Shen, Mengdi Wang arxiv

Training capable Large Language Model (LLM) agents is critically bottlenecked by the high cost and static nature of real-world interaction data. We address this by introducing GenEnv, a framework that establishes a difficulty-aligned co-evolutionary game between an agent and a scalable, generative environment simulator. Unlike traditional methods that evolve models on static datasets, GenEnv instantiates a dataevolving: the simulator acts as a dynamic curriculum policy, continuously generating tasks specifically tailored to the agent's ``zone of proximal development''. This process is guided by a simple but effective $α$-Curriculum Reward, which aligns task difficulty with the agent's current capabilities. We evaluate GenEnv on five benchmarks, including API-Bank, ALFWorld, BFCL, Bamboogle, and TravelPlanner. Across these tasks, GenEnv improves agent performance by up to \textbf{+40.3\%} over 7B baselines and matches or exceeds the average performance of larger models. Compared to Gemini 2.5 Pro-based offline data augmentation, GenEnv achieves better performance while using 3.3$\times$ less data. By shifting from static supervision to adaptive simulation, GenEnv provides a data-efficient pathway for scaling agent capabilities.

📄 PDF Abstract BibTeX arXiv:2512.19682

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Mimicking Evolution with Reinforcement Learning

2020-03-31 · NeurIPS 2021 12 · João P. Abrantes, Arnaldo J. Abrantes, Frans A. Oliehoek

Evolution gave rise to human and animal intelligence here on Earth. We argue that the path to developing artificial human-like-intelligence will pass through mimicking the evolutionary process in a nature-like simulation…

Evolutionary Algorithmsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Agent-World: Scaling Real-World Environment Synthesis for Evolving General Agent Intelligence

2026-04-20 · Guanting Dong, Junting Lu, Junjie Huang, Wanjun Zhong 외 arxiv

Large language models are increasingly expected to serve as general-purpose agents that interact with external, stateful tool environments. The Model Context Protocol (MCP) and broader agent skills offer a unified interf…

Reinforcement Learning

Multi-Value Alignment in Normative Multi-Agent System: Evolutionary Optimisation Approach

2023-05-12 · Maha Riad, Vinicius Renan de Carvalho, Fatemeh Golpayegani

Value-alignment in normative multi-agent systems is used to promote a certain value and to ensure the consistent behavior of agents in autonomous intelligent systems with human values. However, the current literature is …

Evolutionary Algorithms

Learning with Challenges: Adaptive Difficulty-Aware Data Generation for Mobile GUI Agent Training

2026-01-30 · Linjia Kang, Zhimin Wang, Yongkang Zhang, Duo Wu 외 arxiv

Large-scale, high-quality interaction trajectories are essential for advancing mobile Graphical User Interface (GUI) agents. While existing methods typically rely on labor-intensive human demonstrations or automated mode…

Environment Evolution for Terminal Agents

2026-09-03 · Zhiyuan Fan, Tinghao Yu, Yuanjun Cai, Jiang Zhou 외 hf

Scaling interactive and verifiable environments is critical for training terminal agents. As frontier models become more capable, environments synthesized from scratch become less challenging and thus provide limited lea…