REPO: Bringing Stable Value Learning to On-Policy

Cohere · youtube · 2026-07-18

This is an in-depth Cohere talk on the reinforcement learning paper Relative Entropy Policy Optimization (REPO), which aims to bring "stable value-based learning" back to on-policy training.

The speaker contrasts two RL paradigms: policy-gradient methods (like REINFORCE, TRPO, PPO), which are sample-friendly but suffer from high variance and tuning difficulties; and off-policy value-driven methods, which are more sample-efficient but rely on replay buffers and complex stabilization. The core question: can value learning work stably in on-policy scenarios without massive replay buffers?

To address this, the video covers REPO's key components and training intuitions, including:

The speaker emphasizes that this work not only improves RL stability but also promotes better benchmarking and scientific comparison in robotics and RL research.

Original post →

More from Research

Research channel →