Skip to content
OpenTrain AIFor AI Companies

Skill1: Unified Evolution of Skill-Augmented Agents via Reinforcement Learning

Yaorui Shi, Yuxin Chen, Zhengxi Lu, Yuchun Miao, Shugui Liu +4 morePublished May 7, 2026
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Missing
Not verified yet
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.

A persistent skill library allows language model agents to reuse successful strategies across tasks. Maintaining such a library requires three coupled capabilities. The agent selects a relevant skill, utilizes it during execution, and distills new skills from experience. Existing methods optimize these capabilities in isolation or with separate reward sources, resulting in partial and conflicting evolution. We propose Skill1, a framework that trains a single policy to co-evolve skill selection, utilization, and distillation toward a shared task-outcome objective. The policy generates a query to search the skill library, re-ranks candidates to select one, solves the task conditioned on it, and distills a new skill from the trajectory. All learning derives from a single task-outcome signal. Its low-frequency trend credits selection and its high-frequency variation credits distillation. Experiments on ALFWorld and WebShop show that Skill1 outperforms prior skill-based and reinforcement learning baselines. Training dynamics confirm the co-evolution of the three capabilities, and ablations show that removing any credit signal degrades the evolution.

Results and benchmarks

Freshness tier: hot
A persistent skill library allows language model agents to reuse successful strategies across tasks.

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 · Partial 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 · Partial overlap with paper title keywords

  • No tagged releases
  • No Docker setup
Maintenance
Active
Confidence
Medium
Reproducibility
Moderate
Stars
367
Last push
Aug 12, 2026 (14d)

Matched via arXiv identifier search · Strong overlap with paper title keywords

  • No CI pipeline detected
  • No tagged releases
  • No Docker setup
Maintenance
Recently updated
Confidence
Low
Reproducibility
Moderate
Stars
109
Last push
May 20, 2026 (98d)

Matched via arXiv identifier search · Community adoption signal (109 stars)

  • No CI pipeline detected
  • No tagged releases
  • No Docker setup

Reproduction readiness

Time to first repro: hours
Last checked: Aug 24, 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

Methods

Reinforcement learning

Domains

Natural Language Processing, AI Agents

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

Jump to Paper2Code search queries derived from this paper's research context.