stable-baselines3 icon indicating copy to clipboard operation
stable-baselines3 copied to clipboard

use lerp for polyak updates

Open ClashLuke opened this issue 6 months ago • 0 comments
trafficstars

slightly increases numerical precision and speed

ideally, we'd put this into a torch.compile-d block, but it's not clear whether SB3 wants to support/use compile.

ClashLuke avatar May 12 '25 14:05 ClashLuke