smartgrid.scenarii.medium_annual_scenario¶
- smartgrid.scenarii.medium_annual_scenario(max_step: int | None = 10000)[source]¶
A scenario with a medium neighborhood and annual profiles of consumption.
Medium refers to: 100 Households, 19 Offices, and 1 School. Annual means that the consumption profiles are not aggregated, and provide data for each hour of each day of a full year. It thus contains more changes than the aggregated dataset (daily), e.g., with seasonal changes between summer and winter.
It uses the OpenEI dataset of profiles, and the Adaptability3 reward function.
- Parameters:
max_step – The maximal number of time steps that the simulation should run for. By default, we assume 10,000 time steps, which can be quite long but provide enough data. It can also be set to None to let the interaction loop control when to stop (warning: the environment will never stop by itself in this case! Do not use the done value to avoid running an infinite loop!).
- Returns:
An environment pre-configured and ready to use (except for the reset call!).
- Return type: