paper-with-me

Papers

PatchWorld: Gradient-Free Optimization of Executable World Models for Agent Environments

2026-05-29 · Jiaxin Bai, Yue Guo, Yifei Dong, Jiaxuan Xiong, Tianshi Zheng, Yixia Li, Tianqing Fang, Yufei Li, Yisen Gao, Haoyu Huang, Zhongwei Xie, Hong Ting Tsang, Zihao Wang, Lihui Liu, Jeff Z. Pan, Yangqiu Song arxiv

World models for interactive text agents must typically be learned from observation-action trajectories alone. Specifically, the environment returns text observations after each action, but does not expose a ground-truth latent state nor an inspectable transition model.A research gap remains in how to induce executable code as a world model in this black-box setting for prediction and agent decision making. We introduce PatchWorld, a gradient-free framework that turns offline trajectories into executable Python world models through counterexample-guided code repair.Instead of predicting the next observation with a black-box model, PatchWorld induces symbolic belief-state programs whose action updates can be inspected, replayed, and locally patched. Across seven AgentGym environments, PatchWorld-Simple achieves the highest code-based decision-making score among evaluated methods (76.4% macro success in live one-step lookahead), matching or exceeding LLM-based lookahead while invoking no LLM calls inside the world-model prediction module itself. We further find that a human-specified residual-memory bias improves surface observation fidelity but weakens agent decision-making utility. This reveals a tradeoff in executable world models, since improving observation fidelity can come at the expense of action-discriminative dynamics, and vice versa. Code is available at https://github.com/HKBU-KnowComp/PatchWorld.

📄 PDF Abstract BibTeX arXiv:2605.30880

Code (0)

등록된 구현이 없습니다.

Tasks

Code Repair

Similar Papers 제목 키워드 기반

VisualPatchWorld: Code World Models as Latent Structured Representations for Planning

2026-07-28 · Jiaxin Bai, Jiaxuan Xiong arxiv

Different research lines use the term world model in different ways, yet they share a common aim: to capture how the world evolves under action in a form that supports perception, simulation, and planning. Two prominent …

NeuroDeX: Unlocking Diverse Support in Decompiling Deep Neural Network Executables

2025-09-08 · Yilin Li, Guozhu Meng, Mingyang Sun, Yanzhong Wang 외 arxiv

On-device deep learning models have extensive real world demands. Deep learning compilers efficiently compile models into executables for deployment on edge devices, but these executables may face the threat of reverse e…

Grasp-and-Lift: Executable 3D Hand-Object Interaction Reconstruction via Physics-in-the-Loop Optimization

2026-01-26 · Byeonggyeol Choi, Woojin Oh, Jongwoo Lim arxiv

Dexterous hand manipulation increasingly relies on large-scale motion datasets with precise hand-object trajectory data. However, existing resources such as DexYCB and HO3D are primarily optimized for visual alignment bu…

High-performance real-world optical computing trained by in situ gradient-based model-free optimization

2023-07-22 · Guangyuan Zhao, Xin Shu, Renjie Zhou

Optical computing systems provide high-speed and low-energy data processing but face deficiencies in computationally demanding training and simulation-to-reality gaps. We propose a gradient-based model-free optimization …

Discretization-free Knowledge Gradient Methods for Bayesian Optimization

2017-07-20 · Jian Wu, Peter I. Frazier

This paper studies Bayesian ranking and selection (R&S) problems with correlated prior beliefs and continuous domains, i.e. Bayesian optimization (BO). Knowledge gradient methods [Frazier et al., 2008, 2009] have been wi…

Bayesian Optimization