Skill0.5: Joint Skill Internalization and Utilization for Out-of-Distribution Generalization in Agentic Reinforcement Learning

Jiapeng Zhu, Jianxiang Yu, Yibo Zhao, Chengcheng Han, Qi Gu, Xunliang Cai, Xiang Li, Weining Qian

arXiv:2605.28424 · 2026-05-29 공개 · arXiv · PDF

reinforcement-learning alfworld out-of-distribution agentic-rl webshop general-skills skill-internalization privileged-distillation

Abstract

Equipping large language models with explicit skills has emerged as a promising paradigm for enabling autonomous agents to solve complex tasks. Agent skills can be inherently divided into general skills for broad cognitive transfer and task-specific skills for dynamic execution. However, existing skill-based reinforcement learning (RL) methods typically force a rigid choice between full externalization, which incurs prohibitive context overhead, and full internalization, which risks overfitting and knowledge conflicts. To address this dilemma, we propose Skill0.5, a novel agentic RL framework that explicitly differentiates skill treatments by combining general skill internalization with task-specific skill utilization. Driven by a dynamic, difficulty-aware router, Skill0.5 streams tasks into distinct mastery tiers to apply tailored optimization strategies: it internalizes general skills via privileged distillation to build a cognitive foundation for hard tasks, while using diagnostic probing on easy tasks to penalize shortcuts and enforce specific skill utilization. Experiments on ALFWorld and WebShop demonstrate that Skill0.5 outperforms both memory-based and skill-based RL baselines, yielding performance improvements across both in-distribution and out-of-distribution scenarios.

한국어 요약

📋 한 줄 요약

**[Agentic RL / Skill Routing]** Skill0.5가 general skill 내재화 + task-specific skill 활용을 difficulty-aware router로 결합 — privileged distillation·diagnostic probing으로 hard/easy task에 다른 최적화, ALFWorld·WebShop의 ID·OOD 동시 향상.

🎯 핵심 기여도

💡 핵심 아이디어

Agent의 skill 학습은 모든 skill을 동일하게 다루지 말고 general(내재화)과 task-specific(외부 활용)으로 분리하되, task 난이도에 따라 router로 동적 라우팅해 hard task는 privileged distillation·easy task는 diagnostic probing이라는 차별화 최적화를 적용해야 한다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: Skill-based agentic RL의 internalization vs externalization dilemma 해소, difficulty-aware router로 동적 최적화 차별화, OOD generalization 동시 향상, ALFWorld·WebShop의 광범위 검증. **한계**: Router의 difficulty 추정 정확도 의존, privileged distillation에 teacher 필요, 더 복잡 환경(웹·로봇)으로 일반화 추가 검증.

🚀 실용적 활용