sinergym.utils.wrappers
Implementation of custom Gym environments.
Functions
|
Classes
|
|
|
|
|
Wrapper to transform datetime variables into a more useful representation: - 'day_of_month' is replaced with 'is_weekend' (1 if weekend, 0 otherwise). |
|
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 |
|
|
|
|
|
|
|