$ cat wiki/concepts/agentic-rl.md
Agentic Reinforcement Learning
conceptupdated 2026-07-16created 2026-05-16
Definition
LLM 에이전트가 환경과 상호작용하며 RL로 학습하는 패러다임. 단일 응답이 아닌 multi-step tool use, planning, reflection 시퀀스를 reward 신호로 최적화.
Why It Matters
- 본인 관심사 정중앙: agents + RL + reasoning 의 교차점
- 단순 RLHF (응답 1개 평가) 의 한계 — 에이전트는 sequence 평가 필요
- 2026 핵심 연구 흐름 중 하나
State of the Art (2026-07-16)
- Anthropic AAR (2026-04-14): 9개 Claude Opus 4.6 인스턴스가 agentic RL 세팅에서 alignment 연구 문제(weak-to-strong supervision)를 1주간 수행 → PGR 97% vs 인간 연구자 23%. RL 에이전트가 실세계 연구 문제에서 인간을 대체한 첫 실증 케이스. → 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): 값싼 약한 모델로 RL 을 돌린 뒤, RL 이 만들어낸 정책 변화분(
Δ = log π_T − log π_{T,ref})만 on-policy distillation 으로 큰 모델에 옮긴다. 프런티어 규모에서 RLVR 이득을 배포하는 비용을 낮춘다. 프런티어 RL 이 비싼 Anthropic AAR 류 워크로드에 실질적인 비용 지렛대. → Weak-to-Strong Generalization via Direct On-Policy Distillation - 관련 prior work: ReAct, Reflexion, AutoGPT 류 (페이지 TBD)
Open Problems
- Multi-step credit assignment
- Reward hacking in tool-use environments
- Data efficiency (online RL은 비싸다) — Direct-OPD 가 약한 모델 롤아웃으로 일부 해소
- 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 (비용 효율적 RL 전이)
Related Concepts
- Reasoning Models
- agents, tool-use concept 페이지 후속 작성
Sources
Referenced by
Agents (LLM Agents)AI AlignmentAndrej KarpathyAutomated Weak-to-Strong Researcher (AAR)Claude Managed AgentsEmbodied AgentsENPIRE: 실세계 에이전트 로봇 정책 자기 개선Jim FanLong-Horizon-Terminal-Bench (LHTB)Mistral AIMolt: A Scalable PyTorch-Native Training Framework for Agentic Reinforcement LearningNVIDIAOpenAIReasoning ModelsRing-Zero: 창발적 추론을 위한 Zero RL의 1조 매개변수 규모 확장매개변수가 아닌 수평선을 확장: 35B 에이전트로 1조 매개변수 성능 달성SEED: 에이전트 강화학습을 위한 자기 진화 온폴리시 증류Self-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 Learning직접 온폴리시 증류를 통한 약한 모델에서 강한 모델로의 일반화Weekly Synthesis — 2026-W21 (2026-05-11 ~ 2026-05-17)주간 합성 — 2026-W29 (2026-07-13 ~ 2026-07-19)