← Latest papers
🤖 machine learning

Agentic Reinforcement Learning with Self-Distilled Reward Shaping

This paper introduces Agentic Reinforcement Learning with Self-Distilled Reward Shaping (ADRS), a framework that enhances long-horizon language agent performance by generating return-associated token-level credit through self-distilled, privileged skill signals that are jointly calibrated and gated by teacher confidence and realized returns.

Original authors: Ranxu Zhang, Guinan Chen, Chenshaodong, Jinghao Lin, Xiaozhou Xu, Sunzhe, Yanyong Zhang, Chao Wang

Published 2026-08-05
📖 3 min read☕ Coffee break read

Original authors: Ranxu Zhang, Guinan Chen, Chenshaodong, Jinghao Lin, Xiaozhou Xu, Sunzhe, Yanyong Zhang, Chao Wang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a robot to navigate a giant, messy house to find a specific item, like a warm cup of tea. You can't just tell the robot, "Good job!" only after it finally finds the tea. If you wait that long, the robot won't know which specific steps were helpful—did it open the right door? Did it pick up the right mug? Or did it just wander around for ten minutes before getting lucky? This is the core puzzle of Reinforcement Learning: how do you give credit to the tiny, intermediate decisions that lead to a big success, especially when the final reward is rare and far away?

To solve this, scientists often use a trick called Self-Distillation. Think of it like a student taking a test, and then immediately after, the same student acts as a strict teacher to grade their own answers. The "teacher" version has a special reference sheet (called "privileged information") that the "student" didn't have while taking the test. By comparing what the student did with what the teacher would have done with the reference sheet, we can figure out which moves were smart and which were lucky. However, there's a catch: just because the teacher thinks an answer is "good" doesn't mean it actually led to the right outcome. The teacher might be confident but wrong, or confident about the wrong thing.

This brings us to a new study by researchers at the University of Science and Technology of China and Alibaba Group. They tackled the problem of how to take that "teacher's confidence" and turn it into a reliable guide for the robot's next move, without ever letting the robot use the reference sheet during the actual game. They call their new method ADRS (Agentic Reinforcement Learning with Self-Distilled Reward Shaping).

The researchers found that simply copying the teacher's score doesn't work because the teacher's confidence can be misleading. Sometimes the teacher is very sure about a move that leads to failure, or unsure about a move that leads to success. To fix this, ADRS acts like a smart filter. First, it normalizes the teacher's scores so they are fair to compare across different parts of the task. Then, it checks if the teacher's confidence actually matches the final result (did the confident move lead to a win?). If the confidence and the result agree, the filter boosts that move's score; if they disagree, it dampens the signal. Finally, it injects this refined signal directly into the robot's learning process before the robot decides what to do next.

The results suggest this method is quite effective. When tested on three different challenging tasks—navigating a virtual house, shopping on a simulated website, and searching for answers online—ADRS consistently helped the AI agents perform better, especially on long, complicated tasks. For example, on the house-navigating task, the method helped a specific AI model achieve a 94.5% success rate, beating previous best attempts by a significant margin. The study also showed that the AI learned these skills using less training data than usual and could still perform well even when the tasks got slightly different or harder. Crucially, the researchers demonstrated that the AI didn't need the "reference sheet" during the actual game; it only needed it during the training phase to learn how to make better decisions on its own. This suggests that by carefully calibrating how much we trust a "teacher's" opinion based on real-world results, we can teach AI agents to be much more reliable and efficient at solving complex, multi-step problems.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →