Search papers, labs, and topics across Lattice.
This paper introduces SkillForge, a novel framework that enables the continuous evolution and verification of skills in reinforcement learning (RL) agents, addressing the limitations of traditional skill banks that lack effective skill verification. By explicitly optimizing both environment actions and skill invocation during agent interactions, SkillForge enhances the adaptability and efficiency of RL agents in complex decision-making tasks. Experimental results across multiple environments, including ALFWorld and WebShop, reveal that SkillForge significantly outperforms existing methods like SkillRL, showcasing the benefits of dynamic skill management in RL training.
Continuous skill verification in RL agents leads to a substantial performance boost, outperforming traditional static skill banks.
Large language model (LLM) agents are trained with reinforcement learning (RL) for complex decision-making tasks. However, most RL-trained agents remain episodic and cannot accumulate reusable knowledge across episodes. Recent skill-based approaches, such as SkillRL, attempt to address this issue by extracting skills from raw trajectories, but treat the skill bank as an append-only repository without verifying whether stored skills remain effective. In this paper, we propose SkillForge, a framework for continuous skill evolution that enables skills to be verified and refined through environment interaction. By making skill usage explicit during agent interaction, RL can directly optimize both environment actions and skill invocation decisions. SkillForge further introduces evidence-based skill verification and multi-pathway skill induction, allowing the skill bank to continuously grow while maintaining its quality. Extensive experiments on ALFWorld, WebShop, and AppWorld show that SkillForge consistently outperforms SkillRL, demonstrating the effectiveness of continuously verified skills in training stronger LLM agents.