paper-with-me

Papers

Policy and World Modeling Co-Training for Language Agents

2026-06-01 · Ning Lu, Baijiong Lin, Shengcai Liu, Jiahao Wu, Haoze Lv, Yanbin Wei, Lingting Zhu, Shengju Qian, Xin Wang, Ying-Cong Chen, Qi Wang, Ke Tang arxiv

Reinforcement learning (RL) improves large language model (LLM) agents by teaching them which actions lead to high rewards, but provides little supervision on what those actions do to the environment. World modeling (WM) can fill this gap, yet existing approaches often require separate simulators, extra training stages, or additional inference-time computation. We observe that on-policy RL rollouts already contain the needed signal: each transition pairs an action with its resulting next observation. Based on this observation, we propose PaW, a Policy and World modeling co-training framework that adds auxiliary WM supervision to the same policy during RL, without changing the inference paradigm. To make auxiliary WM supervision informative and stable, PaW introduces three components: action-entropy-based WM data selection, noise-tolerant WM loss, and reward-adaptive loss balancing. Experiments on three agentic task benchmarks show consistent improvements over strong RL baselines across models and RL algorithms. These results suggest that standard RL rollouts are a practical source of WM supervision for language-agent training.

📄 PDF Abstract BibTeX arXiv:2606.02388

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Dyna-Think: Synergizing Reasoning, Acting, and World Model Simulation in AI Agents

2025-05-31 · Xiao Yu, Baolin Peng, Ruize Xu, Michel Galley 외

Recent progress in reasoning with large language models (LLMs), such as DeepSeek-R1, demonstrates impressive capabilities in domains like mathematics and coding, by exhibiting complex cognitive behaviors such as verifica…

AI AgentImitation Learning

Social World Model-Augmented Mechanism Design Policy Learning

2025-10-22 · Xiaoyuan Zhang, Yizhe Huang, Chengdong Ma, Zhixun Chen 외 arxiv

Designing adaptive mechanisms to align individual and collective interests remains a central challenge in artificial social intelligence. Existing methods often struggle with modeling heterogeneous agents possessing pers…

Beyond Next-Observation Prediction: Agent-Authored World Modeling for Sequential Decision Making

2026-06-24 · Guangfeng Cai, Kaibing Yang, Shuo He, Yu Li 외 arxiv

Recent studies on world modeling for Large Language Model (LLM) agents typically formulate the learning objective as next-observation prediction. However, this objective ties supervision to what a transition happens to r…

Decision Making

GUI-R1 : A Generalist R1-Style Vision-Language Action Model For GUI Agents

2025-04-14 · Run Luo, Lu Wang, Wanwei He, Xiaobo Xia

Existing efforts in building Graphical User Interface (GUI) agents largely rely on the training paradigm of supervised fine-tuning on Large Vision-Language Models (LVLMs). However, this approach not only demands extensiv…

Vision-Language-Action

GROW: Aligning GRPO with State-Action Modeling for Open-World VLM Agents

2026-05-18 · Xiongbin Wu, Zhihao Luo, Shanzhe Lei, Lechao Zhang 외 arxiv

Recently, vision-language model (VLM) agents have shown promising progress in open-world tasks, where successful task completion often requires multiple turns of visual perception and action execution. However, existing …

Reinforcement Learning