Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 423 Bytes

File metadata and controls

19 lines (14 loc) · 423 Bytes

Evaluation Metrics

The primary metric is binary:

solved = hidden tests apply and validation exits 0

PatchGym also records:

  • validation exit code,
  • changed files,
  • patch line count,
  • agent duration,
  • stdout/stderr files,
  • noop and oracle baseline behavior.

The noop baseline should fail on valid tasks. The oracle baseline should pass. Those baselines test the harness before comparing real agents.