From 98037352f5c1a3cf8776ddc51f10347e246f1caa Mon Sep 17 00:00:00 2001 From: Antonin Raffin Date: Mon, 27 Jan 2020 15:57:34 +0100 Subject: [PATCH] Update changelog --- docs/misc/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 37e0f27..d38f7b2 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -9,6 +9,7 @@ Pre-Release 0.2.0a0 (WIP) Breaking Changes: ^^^^^^^^^^^^^^^^^ - Python 2 support was dropped, Torchy Baselines now requires Python 3.6 or above +- Return type of `evaluation.evaluate_policy()` has been changed New Features: ^^^^^^^^^^^^^ @@ -26,6 +27,7 @@ Others: - Add type check - Converted all format string to f-strings - Add test for `OrnsteinUhlenbeckActionNoise` +- Add type aliases in `common.type_aliases` Documentation: ^^^^^^^^^^^^^^