Articles & Guides

Reinforcement Learning

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

34 articles

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
CCTest · Blog
SAT makes asynchronous reinforcement learning more stable by adapting trust regions to staleness
Reinforcement Learning
cctest.ai

SAT makes asynchronous reinforcement learning more stable by adapting trust regions to staleness

Asynchronous RL improves throughput, but stale rollouts can make optimization drift away from the policy that produced the data. SAT introduces a staleness-aware trust-region rule that tightens PPO-style updates only where mismatch is most risky.

Read more
CCTest · Blog
Distilled RL brings teacher guidance into reinforcement learning for LLM post-training
Reinforcement Learning
cctest.ai

Distilled RL brings teacher guidance into reinforcement learning for LLM post-training

Distilled Reinforcement Learning proposes a middle path between outcome-only RL and unconditional online policy distillation. It uses a teacher model to redistribute token-level policy-gradient signals while keeping optimization anchored to rewards.

Read more