Files
Webshop-7B-SFT/README.md
ModelHub XC 63c0af6605 初始化项目,由ModelHub XC社区提供模型
Model: Jianwen/Webshop-7B-SFT
Source: Original Platform
2026-05-21 01:00:49 +08:00

1.4 KiB

license, language, metrics, base_model, pipeline_tag, library_name
license language metrics base_model pipeline_tag library_name
mit
en
accuracy
Qwen/Qwen2.5-7B-Instruct
text-generation transformers

Introduction

SkillRL-Webshop-SFT is a cold-start checkpoint for the webshop RL environment.

  • Task: WebShop
  • Stage: SFT

Key Features

  • Experience-based Skill Distillation: Transforms successful trajectories into strategic patterns and failed ones into concise lessons from failure.

  • Hierarchical SKILLBANK: Organizes knowledge into General Skills for universal strategic guidance and Task-Specific Skills for category-level heuristics.

  • Recursive Skill Evolution: A dynamic mechanism where the skill library co-evolves with the agent's policy during RL by analyzing validation failures.

  • Context Efficiency: Achieves 10-20% token compression compared to raw trajectory storage while enhancing reasoning utility.

Download

You can download the model then run the training scipts in https://github.com/aiming-lab/SkillRL.

Citation

@article{xia2026skillrl,
  title={SkillRL: Evolving Agents via Recursive Skill-Augmented Reinforcement Learning},
  author={Xia, Peng and Chen, Jianwen and Wang, Hanyang and Liu, Jiaqi and Zeng, Kaide and Wang, Yu and Han, Siwei and Zhou, Yiyang and Zhao, Xujiang and Chen, Haifeng and others},
  journal={arXiv preprint arXiv:2602.08234},
  year={2026}
}