2 PartsIn Progress
Reinforcement Learning From Scratch
A series on building reinforcement learning agents from scratch, covering everything from basic concepts to advanced techniques.
01
Spinning Up RL
Getting started with reinforcement learning
I've been working through Will Brown and Kyle Corbitt's Production Ready Agent Engineering Course and I'm really enjoying it so far. I was inspired by one of the notebooks that had a simple…
14 min read
02
Reversing Chinese Poetry
Creating our first RL Pipeline with Verifiers
The code for this can be found here in the reversing-chinese-poetry directory. In the previous article, we built a simple number guesser to understand the core RL loop. In this article, we'll create…
22 min read
03