pystorms
pystorms copied to clipboard
Add action and state dimension
Add variables to return the shape and what is represented in the state.
>>> env.state_space()
(1, 2)
Not sure what is the best way to handle state and action description.