SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution
Abstract
Domain fit: AI-core · Core AI workload signals detected from paper context and implementation/artifact evidence.
Large language model agents often encounter related yet distinct tasks that share reusable solution patterns. Yet standard agentic reinforcement learning treats tasks as independent episodes, while existing approaches to skill learning either focus on repeated attempts of one task or use pipelines with multiple stages that entangle extraction, retrieval, and execution. We introduce SkillRise, a unified reinforcement learning framework for learning skills across tasks. SkillRise organizes related instances into progressively challenging sequences and uses a single policy to alternate between task solving and curating an evolving skill document passed directly to the next task. Decoupled credit assignment across tasks supervises solving with the current task outcome and curation with discounted downstream outcomes. Experiments on ALFWorld, WebShop, and ScienceWorld show that SkillRise achieves the strongest Pass@1 performance among the compared methods, with gains over the strongest baseline ranging from 2.3 to 8.5 percentage points. Although trained across distinct tasks, its learned curation policy remains effective for repeated attempts on the same task. Further analysis reveals scaling at test time across tasks: performance improves with longer sequences of related tasks even when each task is attempted only once. This trend suggests that SkillRise reuses transferable skills across tasks rather than benefiting from repeated sampling of the same task. SkillRise further retains strong performance while substantially reducing the runtime overhead of skill learning pipelines with multiple stages. Together, these results provide a simple and efficient training paradigm for LLM agents to extract, refine, and reuse transferable skills across tasks.
Results and benchmarks
Large language model agents often encounter related yet distinct tasks that share reusable solution patterns.
| Task | Dataset | Metric | Value | Source |
|---|---|---|---|---|
| Agentic tool use | GRPO | 4B | 79.7 | paper-derived |
| Agentic tool use | LaMer | 4B | 76.7 | paper-derived |
| Agentic tool use | SkillRise | 4B | 85.9 | paper-derived |
Audit each benchmark finding before selecting an implementation path. Evidence refs map to the disclosure below.
Evidence graph: 4 refs, 4 links.
Utility signals: depth 90/100, grounding 95/100, status high.
Implementation
Best maintained implementation now
Official code for "Self-Distilled Agentic Reinforcement Learning"
347 stars · 24 forks · Last push Aug 19, 2026 · Apache-2.0 license
- License
- CI
- Dependencies
- Docker
Matched via arXiv identifier search · Strong overlap with paper title keywords · Community adoption signal (347 stars)
ZJU-REAL/SDAR is the best available implementation candidate based on ranking signals, but recommendation confidence is not yet high. CI workflows are present. License is declared (Apache-2.0).
Open ZJU-REAL/SDAR- No repository-level red flags were detected, but paper-specific preprocessing and hyperparameter details may still be under-specified.
- Selected ZJU-REAL/SDAR as the strongest maintained implementation for new work.
- Includes CI workflow signals.
- Includes dependency/environment manifest signals.
- Repository activity is within the last 24 months.
Compare implementation paths
Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.
- Maintenance
- Active
- Confidence
- Medium
- Reproducibility
- Strong
- Stars
- 347
- Last push
- Aug 19, 2026 (6d)
Matched via arXiv identifier search · Strong overlap with paper title keywords
- No tagged releases
- No Docker setup
- Maintenance
- Active
- Confidence
- Medium
- Reproducibility
- Moderate
- Stars
- 367
- Last push
- Aug 12, 2026 (13d)
Matched via arXiv identifier search · Strong overlap with paper title keywords
- No CI pipeline detected
- No tagged releases
- No Docker setup
Reproduction readiness
Ready to run
Ready to reproduce
- Clone ZJU-REAL/SDAR and install dependencies from pyproject.toml.
- CI pipeline detected, so automated tests are in place.
- Last updated 6 days ago.
Quick start
git clone https://github.com/ZJU-REAL/SDAR.git
pip install -e . Repositories and ecosystem
Official
No additional official repositories detected.
Community
- ZJU-REAL/SkillZeroConfidence: Medium
Official code for "SKILL0: In-Context Agentic Reinforcement Learning for Skill Internalization"
367 stars · 18 forks · Last push Aug 12, 2026 · Apache-2.0 license
Hugging Face artifacts
No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.
Models
- JonusNattapong/Reinforcement-Learning-for-Gold-Trading-Model
395 downloads · 10 likes
Datasets
- n1ghtf4l1/Agentic-Diagnostic-Reasoning-with-Multimodal-SLMs-via-Reinforcement-Learning
9 downloads · 0 likes · Updated Nov 21, 2025
Spaces
No trustworthy spaces matches right now.
Search spaces on Hugging FaceResearch context
Tasks
Agentic tool use, Retrieval / indexing
Methods
Reinforcement learning
Domains
Natural Language Processing, Large Language Models, AI Agents, Information Retrieval
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.