stable_learning_control.disturbers.observation_random_noise_disturber
Contains a small gymnasium wrapper that can be used to disturb the observation of
a gymnasium environment with normally distributed random noise (i.e. mean
and
std
).
Classes
A gymnasium wrapper that can be used to disturb the observation of a gymnasium |
Module Contents
- class stable_learning_control.disturbers.observation_random_noise_disturber.ObservationRandomNoiseDisturber(env, mean, std)[source]
Bases:
gymnasium.ObservationWrapper
A gymnasium wrapper that can be used to disturb the observation of a gymnasium environment with normally distributed random noise.
Initialise the ObservationRandomNoiseDisturber object.
- Parameters: