Available Stages:
The stage is the basic module in the gem-controller structure.
The stages control function.
state (numpy.ndarray) – The denormalized state of the environment.
reference (numpy.ndarray) – The actual reference value for this stage.
The new reference-value for the next state.
numpy.ndarray
Resets the stage to an initial state (e.g. before a new episode starts).
Fits the stages parameters to the passed environment.
env (gym_electric_motor.ElectricMotorEnvironment) – The environment to be controlled.
env_id (str) – The id of the environment.
**kwargs (dict) – Optional further parameters to tune the stages.