Skip to content

Commit

Permalink
Updated autobalance environment registered (action normalization deac…
Browse files Browse the repository at this point in the history
…tivated, weather variability added and updated name id)
  • Loading branch information
AlejandroCN7 committed Oct 18, 2023
1 parent d035c5d commit ff42546
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sinergym/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +244,18 @@

# Autobalance example in Stockholm
register(
id='Eplus-autobalance-v1',
id='Eplus-autobalance-stockholm-multidiscrete-stochastic-v1',
entry_point='sinergym.envs:EplusEnv',
kwargs={
'building_file': 'autobalance_model.epJSON',
'weather_files': 'SWE_Stockholm.Arlanda.024600_IWEC.epw',
'action_space': DEFAULT_AUTOBALANCE_ACTION_SPACE_CONTINUOUS,
'action_space': DEFAULT_AUTOBALANCE_ACTION_SPACE,
'time_variables': DEFAULT_TIME_VARIABLES,
'variables': DEFAULT_AUTOBALANCE_VARIABLES,
'meters': DEFAULT_AUTOBALANCE_METERS,
'actuators': DEFAULT_AUTOBALANCE_ACTUATORS,
'flag_normalization': False,
'weather_variability': (1.0, 0.0, 0.001),
'reward': LinearReward,
'reward_kwargs': {
'temperature_variables': [
Expand All @@ -269,4 +271,4 @@
'range_comfort_summer': (
19.0,
21.0)},
'env_name': 'autobalance-v1'})
'env_name': 'autobalance-stockholm-multidiscrete-stochastic-v1'})

0 comments on commit ff42546

Please sign in to comment.