资源简介:
ARC-AGI-3 vc33 Agent Trajectories 是一个开源数据集,专注于记录基于Claude Code驱动的LLM智能体在玩ARC-AGI-3游戏vc33版本时的游戏轨迹。该数据集是ARA-as-world-model泛化实验的一部分,旨在探索智能体如何通过构建和利用结构化世界模型(称为Agent-Native Research Artifact)来提升游戏表现。智能体在实时游戏过程中动态建立世界模型,并在遇到无法仅通过初始探索解决的关卡时参考该模型以破解难题。数据在游戏过程中持续同步,每次世界模型的固化都会更新到数据集中。数据集内容涵盖多个方面:包括智能体的世界模型和推理痕迹(位于reasoning/ara-vc33/目录)、每个子智能体的动作-推理轨迹(每行动作对应一条JSON行并附带理由说明)、解决方案状态快照(记录进度、机制、陷阱和暂停原因)、每关获胜动作脚本、帧级录制文件(每个会话一个文件)、回合级事件日志(跨运行拼接)、工具日志和自由格式会话笔记、ARC API计分卡、世界模型预测账本(记录咨询信心和后续验证)、游戏账目记录(如代币/步骤指标、ARA增长曲线)、演示工件(用于消融或展示),以及会话索引和清单文件(提供数据来源信息,如智能体模型、代码库提交、协议哈希和同步时间)。数据集通过repo标签L<n>-cleared标记每个关卡清除时的完整记录快照,这些快照适用于下游智能体评估实验,作为保持独立的基准。此外,审议时间间隔、死亡分析和惊喜分析等衍生信息可以从录制文件和轨迹中计算得出,无需单独存储。该数据集适用于强化学习、游戏玩法分析、LLM智能体行为研究、世界模型构建与泛化实验等任务,为研究人员提供了详细的智能体决策过程和交互轨迹数据。
ARC-AGI-3 vc33 Agent Trajectories is an open-source dataset dedicated to recording the gameplay trajectories of LLM-powered agents (which utilize Claude Code as their file-relay tool) while playing the ARC-AGI-3 game vc33. This dataset is part of the ARA-as-world-model generalization experiments, aiming to explore how agents enhance their gameplay performance by constructing and leveraging structured world models termed Agent-Native Research Artifacts. Agents dynamically build world models during real-time gameplay, and refer to these models to solve puzzles that cannot be resolved solely through initial exploration. The dataset is synchronized in real time during gameplay, with each finalized world model updating the dataset.
The dataset encompasses multiple components: the agent's world models and reasoning traces (located in the reasoning/ara-vc33/ directory), action-reasoning trajectories of each sub-agent (each action corresponds to a JSON line with accompanying justifications), solution state snapshots (recording progress, mechanisms, traps, and pause reasons), winning action scripts for each level, frame-level recording files (one file per session), round-level event logs (stitched across multiple runs), tool logs and free-form session notes, ARC API scorecards, world model prediction ledgers (recording consultation confidence and subsequent validation), game accounting records (such as token/step metrics and ARA growth curves), demonstration artifacts (for ablation studies or demonstrations), as well as session indices and manifest files that provide data source information including agent model, codebase commit, protocol hash, and synchronization time.
The dataset marks complete record snapshots upon each level clearance via the repo tag L<n>-cleared; these snapshots serve as independent baselines for downstream agent evaluation experiments. Additionally, derivative information such as deliberation time intervals, death analysis, and surprise analysis can be derived from the recording files and trajectories without requiring separate storage.
This dataset is applicable to tasks including reinforcement learning, gameplay analysis, LLM agent behavior research, world model construction and generalization experiments, providing researchers with detailed data on agent decision-making processes and interactive trajectories.