paper-with-me

홈 › Papers

EnvHarness: Awakening Static Worlds for Agent Learning

2026-08-20 · Chengsong Huang, Zifeng Wang, Rujun Han, Jun Yan, Yanfei Chen, Zoey CuiZhu, Ke Jiang, Peng Xia, Han Yu, Yufan Zhuang, Yifei Ming, Jiaqi Pan, Bhavana Dalvi Mishra, Jiaxin Huang, Burak Gokturk, Tomas Pfister, Chen-Yu Lee arxiv

LLM agents learn by interacting with environments, yet these environments are hand-built and static: blind to an agent's weaknesses, and quickly left behind as it improves. While recent environment generation methods attempt to address this, they require domain-specific pipelines, rely on expensive or unreliable verifiers, and still produce static environments. To alleviate the engineering burden of rebuilding environments from scratch, we propose Environment Harness (EnvHarness), a programmable layer of plug-in components that wraps a static environment to reshape its behavior without modifying the underlying logic. Operating through standard interfaces, EnvHarness applies across diverse domains while ensuring every reshaped environment retains its original verifier. To automate this process, we introduce EnvRigger, which treats the target policy as a black box, observing its execution trajectories to synthesize EnvHarness components targeting diagnosed flaws, and validating them via fresh rollouts. Across five benchmarks in four domains, EnvHarness outperforms both original environments and domain-specific environment generation pipelines, achieving up to a 9.0-point improvement on held-out instances with 9.8% fewer execution steps. Furthermore, EnvHarness provides a superior optimization signal for reinforcement learning, enabling continuous, targeted co-evolution of the policy and its environment.

📄 PDF Abstract BibTeX arXiv:2608.19880

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Whispers in the Noise: Surrogate-Guided Concept Awakening via a Multi-Agent Framework

2026-05-18 · Mengyu Sun, Ziyuan Yang, Zunlong Zhou, Junxu Liu 외 arxiv

Diffusion models (DMs) are widely used for text-to-image generation, but their strong generative capabilities also raise concerns about unsafe or undesirable content. Concept erasure aims to mitigate these risks by remov…

Text-to-Image Generation

AbideGym: Turning Static RL Worlds into Adaptive Challenges

2025-09-25 · Abi Aryan, Zac Liu, Aaron Childress arxiv

Agents trained with reinforcement learning often develop brittle policies that fail when dynamics shift, a problem amplified by static benchmarks. AbideGym, a dynamic MiniGrid wrapper, introduces agent-aware perturbation…

Reinforcement LearningContinual Learning

SimWorlds: A Multi-Agent System for Dynamic 3D Scene Creation

2026-07-02 · Chunjiang Liu, Xiaoyuan Wang, Haoyu Chen, Yizhou Zhao 외 arxiv

LLM agents are increasingly used to translate natural language into 3D scenes in a procedural way, but existing systems focus on static output. Dynamic 4D scenes from text alone, in which liquids flow, particles emit, ri…

Video Generation

Code2Worlds: Empowering Coding LLMs for 4D World Generation

2026-02-12 · Yi Zhang, Yunshuang Wang, Zeyu Zhang, Hao Tang arxiv

Achieving spatial intelligence requires moving beyond visual plausibility to build world simulators grounded in physical laws. While coding LLMs have advanced static 3D scene generation, extending this paradigm to 4D dyn…

Scene GenerationCode Generation

WorldAct: Activating Monolithic 3D Worlds into Interactive-Ready Object-Centric Scenes

2026-05-15 · Jichen Hu, Jiawei Guo, Jiazhong Cen, Chen Yang 외 arxiv

Recent 3D world modeling systems based on generative scene synthesis, such as Marble, can create coherent and explorable 3D environments, yet their outputs are typically static monolithic assets with limited editability …