sora 8c3d32bf2e swe scorer: return 'resolved' key (recipe metric name, not 'acc')
The scorer returned {'acc': ...} while the recipe registers the metric
as 'resolved' -- the aggregator looked for 'resolved' in scores, found
nothing, and reported 0.0 despite per-sample resolved=1.0 in the
checkpoint. Key names now match the recipe registration.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-09-18 17:15:37 +00:00
..