Release v2.0.0
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 withextras["log"]
to make it more generic. - Modified the config structure to have the class names within their respective algorithm and architecture dictionaries.