Reinforcement learning and alignment papers explained

In reinforcement learning, an agent learns from the consequences of its actions. The hard part is assigning credit across time while the policy itself changes the data it sees. Alignment methods add another question: how should human preferences become a learning signal?

Begin with value learning, move to direct policy optimization, then see how preferences guide a language model. The wider collection explores planning, exploration, world models, and learning actions for robots.

Start here

  1. Playing Atari with Deep RL (DQN)

    Learn how rewards and next-state values train an agent from game pixels.

  2. Proximal Policy Optimization

    Understand policy updates and why limiting their size helps training.

  3. InstructGPT

    Follow demonstrations and human comparisons into reward modeling and RLHF.

All RL & alignment explainers

17 papers · newest explainers first