tinker_cookbook.distillation.PromptOnlyEnv
class tinker_cookbook.distillation.PromptOnlyEnv(ProblemEnv)
Environment that only provides prompts with no rewards.
get_reference_answer()
No reference answer needed for distillation.
step(action, extra)
Return zero reward always.
Parameters:
- action (Action)
- extra (ActionExtra | None)