Reinforcement Learning

Jet-RL: Enabling On-Policy FP8 Reinforcement Learning with Unified Training and Rollout Precision Flow

HHaocheng XiCCharlie RuanPPeiyuan LiaoYYujun LinHHan CaiYYilong ZhaoSShuo YangKKurt KeutzerSSong HanLLigeng Zhu
Published
January 20, 2026
Authors
10
Word Count
8,862

Jet-RL: Efficient, stable FP8 reinforcement learning.

Abstract

Reinforcement learning (RL) is essential for enhancing the complex reasoning capabilities of large language models (LLMs). However, existing RL training pipelines are computationally inefficient and resource-intensive, with the rollout phase accounting for over 70% of total training time. Quantized RL training, particularly using FP8 precision, offers a promising approach to mitigating this bottleneck. A commonly adopted strategy applies FP8 precision during rollout while retaining BF16 precision for training. In this work, we present the first comprehensive study of FP8 RL training and demonstrate that the widely used BF16-training + FP8-rollout strategy suffers from severe training instability and catastrophic accuracy collapse under long-horizon rollouts and challenging tasks. Our analysis shows that these failures stem from the off-policy nature of the approach, which introduces substantial numerical mismatch between training and inference. Motivated by these observations, we propose Jet-RL, an FP8 RL training framework that enables robust and stable RL optimization. The key idea is to adopt a unified FP8 precision flow for both training and rollout, thereby minimizing numerical discrepancies and eliminating the need for inefficient inter-step calibration. Extensive experiments validate the effectiveness of Jet-RL: our method achieves up to 33% speedup in the rollout phase, up to 41% speedup in the training phase, and a 16% end-to-end speedup over BF16 training, while maintaining stable convergence across all settings and incurring negligible accuracy degradation.

Key Takeaways

  • 1

    Jet-RL enables stable on-policy FP8 RL training.

  • 2

    Unified FP8 precision flow minimizes training instability.

  • 3

    Significant speedup achieved without performance degradation.

Limitations

  • Requires high-performance FP8 GEMM kernels.

  • Benefits more pronounced in larger models.

Keywords

reinforcement learninglarge language modelsquantized RL trainingFP8 precisionBF16 precisionrollout phasetraining instabilityaccuracy collapseoff-policy approachnumerical mismatchJet-RLunified FP8 precision flowinter-step calibrationend-to-end speedup

More in Reinforcement Learning

View all
Jet-RL: Enabling On-Policy FP8 Reinforcement Learning with Unified Training and Rollout Precision Flow | Paperchime