paper-with-me

Papers

Mind-Studio: Executable World Models with Lookahead Evaluation for Partially Observable Games

2026-06-14 · Yifei Dong, Mingen Zheng, Linquan Wu, Jeff Z. Pan, Jiaxin Bai arxiv

World-model synthesis aims to turn interaction experience into an internal model of environment dynamics. Existing symbolic approaches often fit observed transitions or mixtures of local rules, but they do not produce a complete executable program that can run independently of the real environment. We present Mind-Studio, a framework that synthesizes executable pygame-style world models from state-action-next-state trajectories using large language models. Mind-Studio combines entropy-selected traces with a lightweight game skill file containing object, action, and static scene information extracted from screenshots. We evaluate synthesis quality with a K-step lookahead fidelity protocol that compares generated world-model rollouts against Real-ALE rollouts from the same state. On Montezuma's Revenge, Mind-Studio improves chosen-action next-state prediction from 0.3% for PoE-World to 48.7% while verifying 5 of 8 subgoals; across Alien, Assault, and Skiing, it achieves stronger branch-level fidelity than prior learned lookahead sources.

📄 PDF Abstract BibTeX arXiv:2606.16070

Code (0)

등록된 구현이 없습니다.

Tasks

Montezuma's Revenge

Similar Papers 제목 키워드 기반

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

2026-05-29 · Jiaxin Bai, Yue Guo, Yifei Dong, Jiaxuan Xiong 외 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…

Code Repair

DA-Studio: An Agentic System for End-to-End Data Analysis

2026-06-30 · Yizhe Liu, Shaolei Zhang, Ju Fan arxiv

Real-world data analysis is a multi-step process over heterogeneous inputs rather than merely producing a final answer. A practical system should autonomously organize multi-step workflows, execute generated code in a sa…

Practical Two-Step Lookahead Bayesian Optimization

2019-12-01 · NeurIPS 2019 12 · Jian Wu, Peter Frazier

Expected improvement and other acquisition functions widely used in Bayesian optimization use a "one-step" assumption: they value objective function evaluations assuming no future evaluations will be performed. Because w…

Bayesian OptimizationVocal Bursts Valence Prediction

Recursive Two-Step Lookahead Expected Payoff for Time-Dependent Bayesian Optimization

2020-06-14 · S. Ashwin Renganathan, Jeffrey Larson, Stefan Wild

We propose a novel Bayesian method to solve the maximization of a time-dependent expensive-to-evaluate oracle. We are interested in the decision that maximizes the oracle at a finite time horizon, when relatively few noi…

Bayesian OptimizationVocal Bursts Valence Prediction

Infusing Theory of Mind into Socially Intelligent LLM Agents

2025-09-26 · EunJeong Hwang, Yuwei Yin, Giuseppe Carenini, Peter West 외 arxiv

Theory of Mind (ToM)-an understanding of the mental states of others-is a key aspect of human social intelligence, yet, chatbots and LLM-based social agents do not typically integrate it. In this work, we demonstrate tha…