SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution
SkillRise is a unified reinforcement learning framework that enables large language model agents to evolve and reuse transferable skills across distinct tasks by organizing them into progressive sequences and employing a single policy to simultaneously solve tasks and curate an evolving skill document, achieving superior performance and efficiency compared to existing multi-stage or independent-task approaches.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are teaching a robot to play a video game. In the old days, if the robot failed level one, it would forget everything, restart level two from scratch, and hope for the best. It was like trying to learn to ride a bike by falling off, getting up, and immediately trying to ride a different bike without remembering how you fell. This is how many computer programs called "AI agents" used to work: they treated every new challenge as a brand-new, isolated event, wasting all the lessons they learned on the previous ones.
But what if the robot could keep a "cheat sheet" or a "diary" that got smarter every time it played? This is the heart of a field called Reinforcement Learning, where AI learns by trying things, getting rewards for success, and learning from mistakes. Recently, scientists have been trying to teach these agents to not just solve a single puzzle, but to learn general "skills" that help them solve many different puzzles. The big question is: How do you teach an AI to write down its own lessons in a way that actually helps it later, without getting confused by the specific details of the first puzzle?
Enter SkillRise, a new method that acts like a super-smart tutor for AI agents. Instead of making the agent forget its past, SkillRise organizes tasks into a "level-up" sequence, moving from easy to hard. As the agent plays, it does two things at once: it tries to solve the current level, and it acts as a "curator" to update its own skill diary. Think of it like a video game character who, after beating a boss, doesn't just move to the next level but immediately writes a new entry in their journal: "Hey, remember how that boss only attacked when you were on the left? Next time, stay on the right."
The magic of SkillRise is how it rewards the AI. It gives points for solving the current task, but it also gives points for how well the "diary entry" helps the agent solve future tasks. This encourages the AI to write down general rules (like "stay on the right") rather than specific details (like "the boss was named Bob"). The researchers tested this on three different "worlds": a house where the agent has to clean and organize (ALFWorld), an online store where it has to buy specific items (WebShop), and a science lab where it runs experiments (ScienceWorld).
The results were impressive. SkillRise didn't just get better at the specific tasks it was trained on; it learned a way of learning. When the researchers gave it longer sequences of related tasks to practice on, the agent got even better, suggesting it was truly reusing its skills rather than just memorizing answers. In fact, it outperformed other top methods by a significant margin—improving success rates by up to 8.5 percentage points. Perhaps most surprisingly, even though it was trained on different tasks, it was still better at retrying the same task over and over than methods designed specifically for that. It also did all this much faster and with less computing power than older methods that required complex, multi-step pipelines to manage memory.
In short, SkillRise suggests that if you want an AI to get smarter, don't just let it practice; teach it to keep a running, evolving notebook of its own wisdom. By separating the act of "doing" from the act of "writing down what we learned," and by rewarding the agent for how useful that writing is for future challenges, we can build agents that don't just solve problems, but actually evolve their own strategies to become better problem-solvers over time.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.