A new differentiable simulator is 19.91 times faster than the one it replaced, and the method built on it wins every task. Work out how much of each algorithm's training run the simulator actually is, what the speedup is worth to each, and what a perfect simulator would still leave on the table.
Predict firstA simulator gets 19.91x faster. Which algorithm's training run benefits most: a model-free method that treats the simulator as a black box, or an analytic-gradient method that differentiates through it?
Both spend the same 1.1956 h inside the forward simulation, but that is 81.89% of PPO's run and 15.39% of SAPO's. So the 19.91x simulator is worth 16.49x to PPO and 3.91x to SAPO, a 4.22x difference. Make the simulator free and SAPO still finishes only 18.2% sooner, because what it pays for is the gradient, not the physics.