English

Understanding Reinforcement Learning for Model Training, and future directions with GRAPE

Computation and Language 2025-10-22 v2 Artificial Intelligence Machine Learning

Abstract

This paper provides a self-contained, from-scratch, exposition of key algorithms for instruction tuning of models: SFT, Rejection Sampling, REINFORCE, Trust Region Policy Optimization (TRPO), Proximal Policy Optimization (PPO), Group Relative Policy Optimization (GRPO), and Direct Preference Optimization (DPO). Explanations of these algorithms often assume prior knowledge, lack critical details, and/or are overly generalized and complex. Here, each method is discussed and developed step by step using simplified and explicit notation focused on LLMs, aiming to eliminate ambiguity and provide a clear and intuitive understanding of the concepts. By minimizing detours into the broader RL literature and connecting concepts to LLMs, we eliminate superfluous abstractions and reduce cognitive overhead. Following this exposition, we provide a literature review of new techniques and approaches beyond those detailed. Finally, new ideas for research and exploration in the form of GRAPE (Generalized Relative Advantage Policy Evolution) are presented.

Keywords

Cite

@article{arxiv.2509.04501,
  title  = {Understanding Reinforcement Learning for Model Training, and future directions with GRAPE},
  author = {Rohit Patel},
  journal= {arXiv preprint arXiv:2509.04501},
  year   = {2025}
}

Comments

35 pages, 1 figure

R2 v1 2026-07-01T05:21:52.947Z