pantheonrl.common.util.resample_noise

resample_noise(model, n_steps)[source]

Resample the model’s noise given the number of active steps.

Parameters:
  • model (BaseAlgorithm) – The model, which might use sde

  • n_steps (int) – The number of timesteps the model has been active

Return type:

None