Chapter 258 / 8
Research Engineering & Debugging
Implement an automated regression harness that compares outputs, logits, losses, rewards,
Super-hard
Implement an automated regression harness that compares outputs, logits, losses, rewards, and eval metrics across code changes.
Target interface
fingerprint(model, batch, reward_fn, eval_fn, seed=0)Implement the function/class skeleton in the editor. Any correct approach is accepted.
Hints0 / 2
Reference solution
Your own code stays in the editor.