Skip to content

Commit

Permalink
[ci skip] Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Oct 2, 2018
1 parent 83e78d1 commit bd0964f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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)
--------------------------
Expand Down

0 comments on commit bd0964f

Please sign in to comment.