paper-with-me

Papers

Agentic Game Development as a Verifiable Trajectory Data Engine for Scaling World Models

2026-08-26 · Pengfei Zhou, Hexin Wang, Zhengfeiyang Zhang, Yixing Ma, Zhenglin Wan, Kaipeng Zhang, Wangbo Zhao, Yang You arxiv

A common strategy for scaling world models is to train on more crawled video with more compute. We argue that this strategy is inefficient: scaling world models also requires a recursive data engine that offers grounded reward signals. The success of code agents illustrates why this matters. As code is executable, compilers and runtimes can provide high-quality rewards for Reinforcement Learning (RL) post-training of LLMs. By contrast, spatial generation still relies largely on fuzzy proxies such as CLIP scores. These signals are fuzzy and biased, making them hard to support RL post-training. Compared with these, game development provides a missing reward environment for spatial world models. A scene encoded by a game engine is an executable world specification: the engine can efficiently check collision, physics, navigability and bounded playability, while the developer provides the global verification signal by judging whether the scene should be accepted. Game development also provides real-world long-horizon trajectory data for RL post-training. We therefore propose Reinforcement Learning with Human-Engine Verification (RLHEV), a post-training paradigm that combines dense engine signals with implicit human acceptance feedback from the development process.

📄 PDF Abstract BibTeX arXiv:2608.25518

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Verifiable Process Rewards for Agentic Reasoning

2026-05-11 · Huining Yuan, Zelai Xu, Huaijie Wang, Xiangmin Yi 외 arxiv

Reinforcement learning from verifiable rewards (RLVR) has improved the reasoning abilities of large language models (LLMs), but most existing approaches rely on sparse outcome-level feedback. This sparsity creates a cred…

Reinforcement LearningLogical Reasoning

Group-Reflective Self-Distillation for Agentic Reinforcement Learning

2026-07-30 · Binbin Zheng, Zijun Xie, Guanqun Zhao, Enlei Gong 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is effective for training large language model agents. However, terminal rewards provide only coarse trajectory-level supervision, leaving successful behaviors, recur…

Reinforcement Learning

Learning CLI Agents with Structured Action Credit under Selective Observation

2026-05-08 · Haoyang Su, Ying Wen arxiv

Command line interface (CLI) agents are emerging as a practical paradigm for agent-computer interaction over evolving filesystems, executable command line programs, and online execution feedback. Recent work has used rei…

Reinforcement LearningInformation Extraction

SynthTools: A Framework for Scaling Synthetic Tools for Agent Development

2025-11-11 · Tommaso Castellani, Naimeng Ye, Daksh Mittal, Thomson Yen 외 arxiv

For agentic systems to use external tools to solve complex, long-horizon tasks, we need a large set of diverse and controllable tool-use environments. We introduce SynthTools, a fully LLM-based pipeline spanning the enti…

Agentic Reinforcement Learning with Implicit Step Rewards

2025-09-23 · Xiaoqian Liu, Ke Wang, Yuchuan Wu, Fei Huang 외 arxiv

Large language models (LLMs) are increasingly developed as autonomous agents using reinforcement learning (agentic RL) that reason and act in interactive environments. However, sparse and sometimes unverifiable rewards m…

Reinforcement Learning