paper-with-me

Papers

ChronoAgentic: A Code-based Multi-Agent World Simulator for Physically Grounded Simulation Construction

2026-05-14 · Hongyu Wang, Jingquan Wang, Bocheng Zou, Radu Serban, Dan Negrut arxiv

Video-based world models generate visually plausible rollouts, but since they infer dynamics in latent states, they enforce no explicit physical constraints: contacts drift, shapes distort, and motion loses consistency. We present ChronoAgentic, a multi-agent framework that instead constructs the world as executable simulation code. The plan agent converts the natural-language prompt into a structured scene plan that the user can inspect and approve. The code agent implements the plan as an executable PyChrono program, grounded in a curated skill library, a generative 3D asset pipeline, and retrieval over the simulator source. After execution, the visual-analysis agent describes the rendered rollout, while deterministic physics checks scan the simulated trajectories for anomalies. The review agent evaluates this execution evidence, and the code agent iteratively repairs the program until it satisfies the plan objectives and physical constraints. On a suite of 80 demos selected from the PhyWorldBench benchmark, ChronoAgentic satisfies the benchmark's full correctness criterion--semantic adherence and physical correctness judged jointly---on 82.5% of demos, against 52.5% for the strongest of ten text-to-video models, scored under the same criterion on their officially released benchmark videos. The same construction loop extends to interactive use, including a live ROS driving environment in a generated city. The project page is available at https://uwsbel.github.io/chrono-agentic-website/.

📄 PDF Abstract BibTeX arXiv:2605.14398

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Nocturne: a scalable driving benchmark for bringing multi-agent learning one step closer to the real world

2022-06-20 · Eugene Vinitsky, Nathan Lichtlé, Xiaomeng Yang, Brandon Amos 외

We introduce Nocturne, a new 2D driving simulator for investigating multi-agent coordination under partial observability. The focus of Nocturne is to enable research into inference and theory of mind in real-world multi-…

Imitation Learning

Non-Collaborative User Simulators for Tool Agents

2025-09-27 · Jeonghoon Shim, Woojung Song, Cheyon Jin, Seungwon KooK 외 arxiv

Tool agents interact with users through multi-turn dialogues to accomplish various tasks. Recent studies have adopted user simulation methods to develop these agents in multi-turn settings. However, existing user simulat…

BehaviorWorldGen: Closing the Loop between Action Models and World Simulators via Controllable Behavior-Aware Structured World Generation

2026-08-23 · Jiaqi Wang, Zhuo Zhang, Haining Guan, Tingguang Zhou 외 arxiv

Modern driving action models are increasingly improved in a self-improvement loop, where a learned world simulator imagines future observations and the resulting data is fed back to refine the action model. However, the …

AI Agents for Conversational Patient Triage: Preliminary Simulation-Based Evaluation with Real-World EHR Data

2025-06-04 · Sina Rashidian, Nan Li, Jonathan Amar, Jong Ha Lee 외

Background: We present a Patient Simulator that leverages real world patient encounters which cover a broad range of conditions and symptoms to provide synthetic test subjects for development and testing of healthcare ag…

AI Agent

Learning to simulate realistic limit order book markets from data as a World Agent

2022-09-26 · Andrea Coletta, Aymeric Moulin, Svitlana Vyetrenko, Tucker Balch

Multi-agent market simulators usually require careful calibration to emulate real markets, which includes the number and the type of agents. Poorly calibrated simulators can lead to misleading conclusions, potentially ca…

Generative Adversarial Network