Examples#
Production-ready training recipes demonstrating PSRL’s capabilities across different RL paradigms.
Reinforcement Learning from Verifiable Rewards. Train models on math and reasoning tasks with rule-based reward signals.
Algorithms: PPO, GRPO, DAPO
Multi-turn agent training with tool use. Models learn to invoke code interpreters and interact with real software environments.
Recipes: ReTool, SWE-agent
LLM-derived reward signals for open-ended tasks: LLM-as-a-Judge scoring and On-Policy Distillation. (Under development)
Recipe Overview#
Recipe |
Task Domain |
Reward Type |
Training Backend |
Status |
|---|---|---|---|---|
Math / Reasoning |
Verifiable (boxed answer) |
FSDP / Megatron |
Ready |
|
General |
Verifiable |
FSDP / Megatron |
TBD |
|
General |
Verifiable |
FSDP / Megatron |
TBD |
|
Math + Code Interpreter |
Verifiable + tool-call shaping |
FSDP / Megatron |
Ready |
|
Software Engineering |
Test execution (F2P/P2P) |
FSDP / Megatron |
Ready |
|
General / Open-ended |
Judge LLM score |
, |
TBD |
|
General / Open-ended |
Teacher LLM token-level supervision |
, |
TBD |