概念
rl self-play
创建2026-04-15
更新2026-04-15
阅读量级1 分钟
概念导读

Self-play limitations refer to the constraints and failure modes of self-play approaches in reinforcement learning and model distillation. While self-play has been highly successful in games (e.g., AlphaGo), its application to LLM post-training and distillation faces challenges including reward hacking, distribution collapse, and the lack of a stable ground-...

  1. Related
  2. References

Self-Play Limitations

Self-play limitations refer to the constraints and failure modes of self-play approaches in reinforcement learning and model distillation. While self-play has been highly successful in games (e.g., AlphaGo), its application to LLM post-training and distillation faces challenges including reward hacking, distribution collapse, and the lack of a stable ground-truth objective. The on-policy-distillation-survey discusses these limitations in the context of modern LLM training.

References