Register and share your invite link to earn from video plays and referrals.

Xiuyu Li
@sheriyuo
Researcher @StepFun_ai | Working on long-horizon tasks | Prev @RUC1937 | Opinions are my own
Joined February 2026
1.7K Following    12.4K Followers
OPID does skill distillation for agentic RL using the agent's own completed trajectories as the skill source, so the supervision stays on-policy and matched to the current state distribution. Hand-written or off-policy skill libraries drift from what the policy actually visits in multi-turn interaction, which is the gap it targets. Skills are extracted in hindsight from finished rollouts and split into two levels: episode-level skills that capture global workflows and failure-avoidance rules, and step-level skills for local decisions, with a critical-first routing that distills the high-leverage ones back into the policy. OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning Paper:
Show more