BaseLoggerWrapper(env, storage_class)
|
|
CSVLogger(env[, monitor, info_excluded_keys])
|
|
DatetimeWrapper(env)
|
Wrapper to transform datetime variables into a more useful representation: - 'day_of_month' is replaced with 'is_weekend' (1 if weekend, 0 otherwise). |
DeltaTempWrapper(env, temperature_variables, ...)
|
Wrapper to add delta temperature information to the current observation. |
DiscreteIncrementalWrapper(env, initial_values)
|
A wrapper for an incremental setpoint discrete action space environment. |
DiscretizeEnv(env, discrete_space, ...)
|
Wrapper to discretize an action space. |
EnergyCostWrapper(env, energy_cost_data_path)
|
|
IncrementalWrapper(env, ...)
|
A wrapper for an incremental values of desired action variables |
LoggerWrapper(env, storage_class)
|
|
MultiObjectiveReward(env, reward_terms)
|
|
MultiObsWrapper(env[, n, flatten])
|
|
NormalizeAction(env[, normalize_range])
|
Wrapper to normalize action space. |
NormalizeObservation(env[, ...])
|
|
OfficeGridStorageSmoothingActionConstraintsWrapper(env)
|
|
PreviousObservationWrapper(env, ...)
|
Wrapper to add observation values from previous timestep to current environment observation |
ReduceObservationWrapper(env, obs_reduction)
|
|
VariabilityContextWrapper(env, context_space)
|
|
WandBLogger(env[, entity, project_name, ...])
|
|
WeatherForecastingWrapper(env[, n, delta, ...])
|
|