kLabUM / pystorms

Simulation Sandbox for the Design and Evaluation of Stormwater Control Algorithms
https://pystorms.netlify.app
GNU General Public License v3.0
30 stars 16 forks source link

Add action and state dimension #29

Open abhiramm7 opened 2 years ago

abhiramm7 commented 2 years ago

Add variables to return the shape and what is represented in the state.

>>> env.state_space()
(1, 2)
abhiramm7 commented 2 years ago

Not sure what is the best way to handle state and action description.