sinergym.utils.wrappers
Implementation of custom Gym environments.
Functions
|
Classes
|
|
|
|
|
Wrapper to transform datetime variables into a more useful representation for deep RL: - 'day_of_month' is replaced with 'day_of_month_cos' and 'day_of_month_sin' (cyclic encoding). |
|
Wrapper to add delta temperature information to the current observation. |
|
A wrapper for an incremental setpoint discrete action space environment. |
|
Wrapper to discretize an action space. |
|
|
|
A wrapper for an incremental values of desired action variables |
|
|
|
|
|
|
|
Wrapper to normalize action space. |
|
|
|
Wrapper to add observation values from previous timestep to current environment observation |
|
Wrapper that probabilistically updates context variables at each step. |
|
|
|
|
|
|
|