v0.4.0
New features
- Add
InformationFunction
to configure the content of the info dictionary returned inEnvironment
- Add
SolvingTime
reward function
Breaking changes
- For observation and reward function,
reset
has been renamedbefore_reset
, and consequently called right beforereset_dynamics
Environment.reset
return the information dictionary as a fifth parameter.