← Back to brief
ResearchOfficialBerkeley AI Research

Berkeley AI Research Introduces RL Algorithm Without Temporal Difference Learning

Jul 11, 2026

Berkeley AI Research has introduced a reinforcement learning (RL) algorithm that uses a divide-and-conquer approach instead of traditional temporal difference (TD) learning. This new method is designed to scale better to long-horizon tasks in off-policy settings, where data collection can be expensive. Traditional off-policy RL algorithms like Q-learning often suffer from error propagation in value functions.

Why it matters: This work could enable more scalable off-policy RL algorithms for applications where data collection is costly, such as robotics, dialogue systems, and healthcare.

Full story at: Berkeley AI Research