Skip to content

Flexible Custom MLP Policies + bug fixes

Compare
Choose a tag to compare
@araffin araffin released this 05 Dec 19:25
· 173 commits to master since this release
  • added support for storing model in file like object. (thanks to @erniejunior)
  • fixed wrong image detection when using tensorboard logging with DQN
  • fixed bug in ppo2 when passing non callable lr after loading
  • fixed tensorboard logging in ppo2 when nminibatches=1
  • added early stoppping via callback return value (@erniejunior)
  • added more flexible custom mlp policies (@erniejunior)