# First Order Model-Based RL through Decoupled Backpropagation

**Authors:** Joseph Amigo, Rooholla Khorrambakht, Elliot Chane-Sane, Nicolas Mansard, Ludovic Righetti

arXiv: 2509.00215 · 2025-09-05

## TL;DR

This paper introduces a hybrid model-based reinforcement learning approach that decouples trajectory generation from gradient computation, enabling efficient policy optimization even without direct access to simulator gradients.

## Contribution

It proposes a novel method combining unrolled trajectories with learned differentiable models to improve sample efficiency and robustness in RL.

## Key findings

- Achieves the sample efficiency and speed of specialized optimizers like SHAC.
- Maintains the generality of standard RL algorithms such as PPO.
- Demonstrates effectiveness on benchmark tasks and real quadruped robot experiments.

## Abstract

There is growing interest in reinforcement learning (RL) methods that leverage the simulator's derivatives to improve learning efficiency. While early gradient-based approaches have demonstrated superior performance compared to derivative-free methods, accessing simulator gradients is often impractical due to their implementation cost or unavailability. Model-based RL (MBRL) can approximate these gradients via learned dynamics models, but the solver efficiency suffers from compounding prediction errors during training rollouts, which can degrade policy performance. We propose an approach that decouples trajectory generation from gradient computation: trajectories are unrolled using a simulator, while gradients are computed via backpropagation through a learned differentiable model of the simulator. This hybrid design enables efficient and consistent first-order policy optimization, even when simulator gradients are unavailable, as well as learning a critic from simulation rollouts, which is more accurate. Our method achieves the sample efficiency and speed of specialized optimizers such as SHAC, while maintaining the generality of standard approaches like PPO and avoiding ill behaviors observed in other first-order MBRL methods. We empirically validate our algorithm on benchmark control tasks and demonstrate its effectiveness on a real Go2 quadruped robot, across both quadrupedal and bipedal locomotion tasks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00215/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00215/full.md

## References

64 references — full list in the complete paper: https://tomesphere.com/paper/2509.00215/full.md

---
Source: https://tomesphere.com/paper/2509.00215