The collection of all my practiced RL projects
-
Stages A-B: RL mechanics + tabular RL – 6 levels
-
Stage C: Gymnasium – 2 levels
-
Stage D: Neural-network RL basics – 3 levels
-
Stage E: Policy gradients / REINFORCE – 2 levels
-
Stage F: Actor-Critic + PPO – 9 levels
- Level 14: Online Actor–Critic with One-Step TD Error
- Level 15: Generalized Advantage Estimation (GAE)
- Level 16: PPO Probability Ratios and Clipped Policy Updates
- Level 17: Fixed-Length PPO Rollouts and Boundary-Aware GAE
- Level 18: PPO with Shuffled Minibatch Updates
- Level 19: PPO with Vectorized Environments
- Level 20: PPO KL Diagnostics and Early Stopping
- Level 21: PPO Gradient Clipping
-
Stage G: RL → LLM transition – ~2-3 levels
-
Stage H: LLM post-training tooling – ~2 levels
-
Stage I: RLHF / RLAIF / RLVR – ~2 levels
-
Stage J: actual miniature RLVR fine-tuning – ~3-4 levels
-
Stage K: research/thesis-level code – ongoing