$ cat wiki/concepts/agentic-rl.md
Agentic Reinforcement Learning
concept
Definition
A paradigm in which an LLM agent learns via RL while interacting with an environment. Instead of a single response, it optimizes sequences of multi-step tool use, planning, and reflection against a reward signal.
Why It Matters
- Squarely at the center of my interests: the intersection of agents + RL + reasoning
- A limitation of plain RLHF (evaluating a single response) — agents require sequence-level evaluation
- One of the core research currents of 2026
State of the Art (2026-07-16)
- Anthropic AAR (2026-04-14): 9 instances of Claude Opus 4.6 worked on an alignment research problem (weak-to-strong supervision) for one week in an agentic RL setup → PGR 97% vs. 23% for human researchers. The first empirical case of RL agents replacing humans on a real-world research problem. → Automated Weak-to-Strong Researcher (AAR)
- Self-Distilled Agentic RL (2026-05-16 HF Daily #3): Self-Distilled Agentic RL
- Direct On-Policy Distillation / Direct-OPD (2026-07-06, Tsinghua AIR + ByteDance Seed): Run RL on a cheap weak model, then transfer only the RL-induced policy shift (
Δ = log π_T − log π_{T,ref}) to a large model using on-policy distillation. Cuts the cost of deploying RLVR gains at frontier scale. A practical cost lever for the Anthropic AAR-style workload where frontier RL is expensive. → Weak-to-Strong Generalization via Direct On-Policy Distillation - Related prior work: ReAct, Reflexion, AutoGPT family (page TBD)
Open Problems
- Multi-step credit assignment
- Reward hacking in tool-use environments
- Data efficiency (online RL is expensive) — Direct-OPD partially addresses via weak-model rollouts
- Long-horizon stability
Key Papers
- Automated Weak-to-Strong Researcher (AAR) — Anthropic AAR, 2026-04-14 (97% PGR, weak-to-strong supervision)
- Self-Distilled Agentic Reinforcement Learning — 2026-05
- Weak-to-Strong Generalization via Direct On-Policy Distillation — Direct-OPD, Tsinghua AIR/ByteDance, 2026-07-06 (cost-efficient RL transfer)
Related Concepts
- Reasoning Models
- agents, tool-use concept pages to be written later
Sources
Referenced by
Agents (LLM Agents)AI AlignmentAndrej KarpathyAutomated Weak-to-Strong Researcher (AAR)Claude Managed AgentsEmbodied AgentsENPIRE: Agentic Robot Policy Self-Improvement in the Real WorldJim FanLong-Horizon-Terminal-Bench (LHTB)Mistral AINVIDIAOpenAIReasoning ModelsRing-Zero: Scaling Zero RL to a Trillion Parameters for Emergent ReasoningScaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B AgentSEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement LearningSelf-Distilled Agentic Reinforcement LearningSoftware 3.0Solipsistic Superintelligence is Unlikely to be CooperativeThe Mirage of Optimizing Training Policies: Monotonic Inference Policies as the Real Objective for LLM Reinforcement LearningWeak-to-Strong Generalization via Direct On-Policy DistillationWeekly Synthesis — 2026-W21 (2026-05-11 ~ 2026-05-17)Weekly Synthesis — 2026-W29 (2026-07-13 ~ 2026-07-19)