Skip to content

v0.4.0

Compare
Choose a tag to compare
@AntoinePrv AntoinePrv released this 23 Nov 19:40
· 730 commits to master since this release

New features

  • Add InformationFunction to configure the content of the info dictionary returned in Environment
  • Add SolvingTime reward function

Breaking changes

  • For observation and reward function, reset has been renamed before_reset, and consequently called right before reset_dynamics
  • Environment.reset return the information dictionary as a fifth parameter.