Benchmark Atlas

Agent 与过程评测 · 独立评测

Long-horizon Agent Ledger

跟踪长时程 Agent 的净值、波动和失败事件,区分最后结果与过程风险。

time-serieslong-horizonrisk
Net worth over simulated days 跟踪长时程 Agent 的净值、波动和失败事件,区分最后结果与过程风险。 示意数据,仅复现信息结构,不代表最新榜单结果。 Net worth over simulated days Vending-Bench DEMO DATA D0D5D10D15D20D25D3080100120140160Agent AAgent BAgent Cstockout
Illustrative demo data · renderer: timeSeries

Information grammar

它如何组织信息

多线时间序列 + 失败事件旗标 + 零收益线

Visual system
VS-31 Mercantile time series
Component ID
vending-agent-timeseries

Use when

适用判断

适合 Vending-Bench 等持续环境;不能只截取最终盈利点。

Source lineage

Vending-Bench

长时程 Agent 收益与风险时间序列

Open formal source ↗

Structured data

可替换的数据模型

示意数据,仅复现信息结构,不代表最新榜单结果。

{
  "periods": [
    "D0",
    "D5",
    "D10",
    "D15",
    "D20",
    "D25",
    "D30"
  ],
  "series": [
    {
      "label": "Agent A",
      "values": [
        100,
        108,
        119,
        114,
        132,
        145,
        151
      ]
    },
    {
      "label": "Agent B",
      "values": [
        100,
        104,
        110,
        88,
        91,
        95,
        102
      ]
    },
    {
      "label": "Agent C",
      "values": [
        100,
        97,
        103,
        109,
        116,
        121,
        128
      ]
    }
  ],
  "events": [
    {
      "index": 3,
      "label": "stockout"
    }
  ]
}

Related components

同一图表家族的其他语法