Articles & Guides

Reinforcement Learning

Claude API relay guides, detection insights and hands-on LLM API benchmarks

43 articles

CCTest · Blog
Robots Cannot Wait for Inference: SmoothRL Aligns Online RL with Asynchronous Execution
Reinforcement Learning
cctest.ai

Robots Cannot Wait for Inference: SmoothRL Aligns Online RL with Asynchronous Execution

Astribot’s SmoothRL framework addresses a basic mismatch in robot learning: an action chunk generated by a large model is not necessarily the chunk the robot executes. It updates the policy only on actions that actually enter the physical trajectory.

Read more
CCTest · Blog
Does On-Policy Distillation Really Distill? The Case for Teacher-Free Adaptation
Reinforcement Learning
cctest.ai

Does On-Policy Distillation Really Distill? The Case for Teacher-Free Adaptation

A new analysis suggests that much of on-policy distillation’s benefit may come from suppressing low-probability tokens rather than transferring meaningful teacher knowledge. The authors use this finding to motivate a teacher-free method called On-Policy Self-Adaptation.

Read more
CCTest · Blog
DAPD Reframes Policy Distillation Around Information Alignment
Reinforcement Learning
cctest.ai

DAPD Reframes Policy Distillation Around Information Alignment

DAPD argues that a key failure mode in on-policy self-distillation comes from information asymmetry: the teacher can rely on privileged signals that the student will not have at inference time. Its dual-anchored design aims to prevent this “privilege illusion” from being distilled into the final policy.

Read more
CCTest · Blog
SAF-OPD: A More Stable Way to Combine RLVR and On-Policy Distillation
Reinforcement Learning
cctest.ai

SAF-OPD: A More Stable Way to Combine RLVR and On-Policy Distillation

SAF-OPD tackles a subtle failure mode in LLM post-training: reinforcement learning with verifiable rewards and on-policy distillation are complementary, but a fixed mixture can collapse entropy and suppress exploration. The proposed SAF framework regulates when and how strongly the teacher signal is used.

Read more