ZJU-REAL/SDAR
Official code for "Self-Distilled Agentic Reinforcement Learning"
What it solves
SDAR addresses the challenge of improving the performance of LLM-based agents in complex environments by unifying Agentic Reinforcement Learning (RL) with On-Policy Self-Distillation (OPSD). It provides a framework to enhance agent capabilities across various tasks, such as navigation, shopping, and search, where standard RL baselines often struggle.
How it works
SDAR implements a self-distilled agentic reinforcement learning method that utilizes a gating mechanism. It allows agents to learn from their own successful trajectories and evolve their skills through a process of self-distillation. The framework supports multiple RL methods including GRPO, RLSD, and Skill-SD, and is compatible with models like Qwen3 and Qwen2.5.
Who it’s for
This project is designed for AI researchers and developers working on agentic reinforcement learning, specifically those looking to implement or experiment with self-distillation techniques to improve LLM agent performance in interactive environments.
Highlights
- Unified Framework: The first open-sourced framework that unifies Agentic RL with OP(S)D.
- Broad Environment Support: Compatible with ALFWorld, WebShop, and Search-QA.
- Broad Method Support: Supports various training methods including OPSD, GRPO, and the proprietary SDAR method.
- Extensive Research Ecosystem: Serves as the foundation for numerous subsequent research works such as TASPO, AHEAD, and AgentOPSD.
Related
- Project
- Dispatch
- Project
- Project
- Project