AIMar 30

Dynamic Dual-Granularity Skill Bank for Agentic RL

arXiv:2603.2871691.312 citationsh-index: 26
AI Analysis

This work addresses the challenge of maintaining evolving skill memory for agentic RL, offering a domain-specific solution with incremental improvements in skill-based methods.

The paper tackles the problem of reusable experience in agentic reinforcement learning by proposing D2Skill, a dynamic dual-granularity skill bank that organizes experience into task and step skills, resulting in consistent success rate improvements of 10-20 points over baselines in experiments on ALFWorld and WebShop.

Agentic reinforcement learning (RL) can benefit substantially from reusable experience, yet existing skill-based methods mainly extract trajectory-level guidance and often lack principled mechanisms for maintaining an evolving skill memory. We propose D2Skill, a dynamic dual-granularity skill bank for agentic RL that organizes reusable experience into task skills for high-level guidance and step skills for fine-grained decision support and error correction. D2Skill jointly trains the policy and skill bank through paired baseline and skill-injected rollouts under the same policy, using their performance gap to derive hindsight utility signals for both skill updating and policy optimization. Built entirely from training-time experience, the skill bank is continuously expanded through reflection and maintained with utility-aware retrieval and pruning. Experiments on ALFWorld and WebShop with Qwen2.5-7B-Instruct and Qwen3-4B-Instruct-2507 show that D2Skill consistently improves success rates over skill-free baselines by 10-20 points. Further ablations and analyses show that both dual-granularity skill modeling and dynamic skill maintenance are critical to these gains, while the learned skills exhibit higher utility, transfer across evaluation settings, and introduce only modest training overhead.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes