physim-rollouts
收藏资源简介:
physim rollouts 是一个由 physim 基准测试生成的原始评估轨迹数据集。physim 基准测试旨在评估智能体在模拟宇宙中通过隐藏规律和匿名端口接口进行科学实验的能力。该数据集包含完整的智能体运行轨迹,目录结构为 outputs/<taskset>--<model>--<harness>/<run-uuid>/,每个目录下包含三个主要文件:traces.jsonl 文件记录了完整的 rollouts 信息,包括消息图(每次模型调用、工具调用及完整参数、工具结果)、每次调用的令牌使用量、奖励、指标、每项合约的详细评分,以及(v0.1.3 及以上版本)智能体编写的工作区文件;config.toml 文件记录了精确的运行配置,包括模型、测试框架、难度和随机种子;eval.log 文件为运行日志。该数据集可用于复现分析、生成实验室报告,或通过 python -m physim.traces 命令从该数据重新生成画廊可视化。数据集采用 MIT 许可证。
physim rollouts is a dataset of raw evaluation trajectories generated by the physim benchmark. The physim benchmark is designed to evaluate an agents ability to conduct scientific experiments in a simulated universe through hidden laws and anonymous port interfaces. The dataset contains complete agent run trajectories, with a directory structure of outputs/<taskset>--<model>--<harness>/<run-uuid>/. Each directory contains three main files: traces.jsonl records complete rollout information, including message graphs (each model call, tool call with full parameters, and tool results), token usage per call, rewards, metrics, detailed scoring for each contract, and (for v0.1.3 and above) workspace files written by the agent; config.toml records precise run configuration, including model, test harness, difficulty, and random seed; eval.log is the run log. The dataset can be used for reproducibility analysis, generating lab reports, or regenerating gallery visualizations from this data using the command python -m physim.traces. The dataset is licensed under MIT.
数据集概述:physim rollouts
数据集名称:physim rollouts
许可证:MIT
来源地址:https://huggingface.co/datasets/seanpohorence/physim-rollouts
数据集内容
该数据集包含来自physim基准测试的原始评估轨迹(rollouts)。physim是一个用于评测智能体在模拟宇宙中开展科学实验的基准测试,其中宇宙包含隐藏在匿名端口接口背后的物理定律。
数据组织方式
数据按以下路径结构存储:outputs/<任务集>--<模型>--<工具链>/<运行唯一标识符>/,每个运行目录下包含三类文件:
-
traces.jsonl — 完整的交互轨迹记录,包括:
- 消息图(每个模型轮次、工具调用及其完整参数、工具返回结果)
- 每次调用的令牌使用量
- 奖励值
- 评估指标
- 每个合约的详细评分结果
- (对于v0.1.3及以上版本)智能体编写的工作区文件,存于
info.physim.workspace字段
-
config.toml — 具体的运行配置信息,包括模型、工具链、难度级别和随机种子
-
eval.log — 完整的运行日志
附加信息
- 轨迹可以渲染为实验报告形式进行浏览,访问地址:https://swpo.github.io/physim/rollouts.html
- 可以使用以下命令基于该数据重新生成报告画廊:
python -m physim.traces(需从GitHub仓库获取相关代码)





