From e2d86be6d8835dbd3cd0d794ebc17862286d8a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Serrano=20Mu=C3=B1oz?= Date: Sun, 23 Jun 2024 23:13:01 -0400 Subject: [PATCH] Prepare public release --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 111b6d69..16b5e203 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -30,6 +30,7 @@ body: description: The skrl version can be obtained with the command `pip show skrl`. options: - --- + - 1.2.0 - 1.1.0 - 1.0.0 - 1.0.0-rc2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 71132f6e..cb058434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [1.2.0] - Unreleased +## [1.2.0] - 2024-06-23 ### Added - Define the `environment_info` trainer config to log environment info (PyTorch implementation) - Add support to automatically compute the write and checkpoint intervals and make it the default option