Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@Mayankm96 Mayankm96 released this 01 Nov 23:53
· 10 commits to master since this release
51d06cf

This release adds the following new features to the library:

Added

  • Adds empirical normalization for observations and rewards
  • Adds logging to Weights and Biases, Neptune
  • Adds pre-commit formatter

Fixed

  • Fixes issue with splitting and padding of trajectories for recurrent network architecture training

Changed

  • Changes the extras key for storing logs. Earlier it was doing extras["episode"], which is now replaced with extras["log"] to make it more generic.
  • Modified the config structure to have the class names within their respective algorithm and architecture dictionaries.