stable_learning_control.disturbers.action_random_noise_disturber
Contains a small gymnasium wrapper that can be used to disturb the action 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 action of a gymnasium |
Module Contents
- class stable_learning_control.disturbers.action_random_noise_disturber.ActionRandomNoiseDisturber(env, mean, std)[source]
Bases:
gymnasium.ActionWrapper
A gymnasium wrapper that can be used to disturb the action of a gymnasium environment with normally distributed random noise.
Initialise the ActionRandomNoiseDisturber object.
- Parameters: