You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the same assertion is satisfied in all the benchmark microgrids:
for i in range(25):
env = DiscreteMicrogridEnv.from_scenario(microgrid_number=i)
assert(len(env.state_series()) == env.observation_space.high.shape[0])
Is that the expected behauviour?
I am not sure if it should be reported as a bug or not.
Any clarification will be appreciated
The text was updated successfully, but these errors were encountered:
Issue Type
Select one:
[] Bug report
[X] Question
[] Feature Request
[] Other
Fill these out:
Question
Question:
I have been following the "Quick Start" section in the docs:
Finally I created a discrete env with the following command:
env = DiscreteMicrogridEnv.from_microgrid(microgrid)
But I noticed the following assertion is not being satisfied. Contrary to what I expected:
assert(len(env.state_series()) == env.observation_space.high.shape[0])
However, the same assertion is satisfied in all the benchmark microgrids:
Is that the expected behauviour?
I am not sure if it should be reported as a bug or not.
Any clarification will be appreciated
The text was updated successfully, but these errors were encountered: