added missing logprob

This commit is contained in:
kit 2025-12-24 00:00:34 +00:00
parent 5e962e682e
commit 6eb2e49618

View file

@ -272,6 +272,7 @@ class GSM8kEnv(BaseEnv):
scores["tokens"] = list()
scores["masks"] = list()
scores["scores"] = list()
scores["inference_logprobs"] = list()
gold_parsed = parse(
rollout_group_data[0]["gold_answer"],
extraction_mode="first_match",