| --- |
| license: apache-2.0 |
| viewer: false |
| tags: |
| - reinforcement-learning |
| - agent |
| - rollouts |
| --- |
| |
| # PRM-agent-rl-artifacts |
|
|
| Training rollouts and evaluation outputs for the GRPO agent runs in this project. |
| Each rollout file is one optimizer step; each line is one sampled trajectory with |
| its decoded prompt, response and reward. |
|
|
| ## Contents |
|
|
| - `rollouts/alfworld_olmo3_7b_outcome` — ALFWorld / OLMo-3-7B GRPO training rollouts, one JSONL per optimizer step |
| - `rollouts/search_r1_qwen3_8b_4gpu` — Search-R1 / Qwen3-8B outcome-GRPO training rollouts |
| - `rollouts/search_r1_qwen3_8b_perturnnorm` — Search-R1 / Qwen3-8B Process-GRPO (per-turn-norm) training rollouts |
| - `eval/standalone_eval` — Trainer-free checkpoint evaluations: per-step metrics, per-episode trajectories, aggregates |
| - `eval/search_r1_metrics` — Search-R1 per-checkpoint evaluation metrics and per-sample outputs |
|
|