Skip to content
OpenTrain AIFor AI Companies

SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution

Zhiyuan Yao, Yuxin Chen, Zhengxi Lu, Zishan Xu, Yueqing Sun +11 morePublished Jul 29, 2026
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Thin evidence
Verify before relying
Time to first repro
A few hours
Fast first run
Risk flags
0
None detected

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

Freshness tier: hot
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.

Implementation

Best maintained implementation now

Recommended
Confidence: Medium
Reproducibility: Strong

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)

Why this implementation
Confidence: medium

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
Reproduction risks
  • 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.

ZJU-REAL/SDAR
best maintained
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

Time to first repro: hours
Last checked: Aug 25, 2026

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.
Open ZJU-REAL/SDAR

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/SkillZero
    Confidence: 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.

Research context

Tasks

Agentic tool use, Retrieval / indexing

Methods

Reinforcement learning

Domains

Natural Language Processing, Large Language Models, AI Agents, Information Retrieval

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers