From bd0964f5fce88658540db68f18224cef11e6cf0f Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Tue, 2 Oct 2018 14:33:01 +0200 Subject: [PATCH] [ci skip] Update Changelog --- docs/misc/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 9aa4ae1b1c..446003413d 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -12,7 +12,7 @@ Release 2.1.0 (2018-10-2) This version contains breaking changes for DQN policies, please read the full details -**logging and bug fixes** +**Bug fixes + doc update** - added patch fix for equal function using `gym.spaces.MultiDiscrete` and `gym.spaces.MultiBinary` @@ -21,6 +21,7 @@ Release 2.1.0 (2018-10-2) - replaced `async` with `async_eigen_decomp` in ACKTR/KFAC for python 3.7 compatibility - removed action clipping for prediction of continuous actions (see issue #36) - fixed NaN issue due to clipping the continuous action in the wrong place (issue #36) +- documentation was updated (policy + DDPG example hyperparameters) Release 2.0.0 (2018-09-18) --------------------------