2019.10.1
This is a maintenance release for 2019.10.
Added
- Integration tests which cover all example scripts (#1078, #1090)
- Deterministic mode support for PyTorch (#1068)
- Install script support for macOS 10.15.1 (#1051)
- PyTorch modules now support either functions or modules for specifying their non-linearities (#1038)
Fixed
- Errors in the documentation on implementing new algorithms (#1074)
- Broken example for DDPG+HER in TensorFlow (#1070)
- Error in the documentation for using garage with conda (#1066)
- Broken pickling of environment wrappers (#1061)
garage.torch
was not included in the PyPI distribution (#1037)- A few broken examples for
garage.tf
(#1032)