Skip to content

2019.02.2

Compare
Choose a tag to compare
@ryanjulian ryanjulian released this 05 Nov 03:02
· 2 commits to release-2019.02 since this release
53cad5e

This is a maintenance release for 2019.02.

This is the final maintenance release for this version, as described in our maintenance plan.

Users should expect no further bug fixes for 2019.02, and should plan on moving their projects onto 2019.10 ASAP. Maintainers will accept PRs for the 2019.02 branch which fully conform to the contributor's guide, but will not proactively backport new fixes into the release branch.

This release fixes several small bugs:

  • Improper implementation of entropy regularization in TensorFlow PPO/TRPO (#579)
  • Broken advantage normalization was broken for recurrent policies (#626)
  • Bug in examples/sim_policy.py (#691)
  • FiniteDifferenceHvp was not pickleable (#745)