diff --git a/CHANGELOG.md b/CHANGELOG.md index ca84aa42..2a003946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [1.2.0] - Unreleased ### Added - Define the `environment_info` trainer config to log environment info (PyTorch implementation) +- Add support to automatically get write and checkpoint intervals and make it the default option ### Fixed - Move the batch sampling inside gradient step loop for DDPG and TD3