Skip to content

Commit

Permalink
Add type hints and f-strings to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed May 5, 2020
1 parent 03bd086 commit 88cee2b
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 79 deletions.
5 changes: 4 additions & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
Changelog
==========

Pre-Release 0.5.0a2 (WIP)
Pre-Release 0.5.0 (2020-05-05)
------------------------------

**CnnPolicy support for image observations, complete saving/loading for policies**

Breaking Changes:
^^^^^^^^^^^^^^^^^
- Previous loading of policy weights is broken and replace by the new saving/loading for policy
Expand All @@ -30,6 +32,7 @@ Others:
^^^^^^^
- Cleanup rollout return
- Added ``get_device`` util to manage PyTorch devices
- Added type hints to logger + use f-strings

Documentation:
^^^^^^^^^^^^^^
Expand Down

0 comments on commit 88cee2b

Please sign in to comment.