Chapter 196 / 7
Agents, Tool Use & Product Post-Training
Implement an inverse-propensity-weighted (IPS) off-policy evaluator for logged agent actio
Hard
Implement an inverse-propensity-weighted (IPS) off-policy evaluator for logged agent actions.
Target interface
ips_evaluate(logs, target_policy, clip=None, self_normalize=True)Implement the function/class skeleton in the editor. Any correct approach is accepted.
Hints0 / 2
Reference solution
Your own code stays in the editor.