From c16b8b7530c59cb727f0993090103c3473451cc6 Mon Sep 17 00:00:00 2001 From: Christopher Goy Date: Fri, 5 Mar 2021 12:39:57 -0800 Subject: [PATCH] Update changelog. --- com.unity.ml-agents/CHANGELOG.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 444516e976..21fe305711 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -7,21 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] -### Major Changes -#### com.unity.ml-agents (C#) -#### ml-agents / ml-agents-envs / gym-unity (Python) - +## [1.8.1-preview] - 2021-03-08 ### Minor Changes -#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) #### ml-agents / ml-agents-envs / gym-unity (Python) - The `cattrs` version dependency was updated to allow `>=1.1.0` on Python 3.8 or higher. (#4821) ### Bug Fixes #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) -#### ml-agents / ml-agents-envs / gym-unity (Python) -- An issue that caused `GAIL` to fail for environments where agents can terminate episodes by self-sacrifice has been fixed. (#4971) -- Fix an issue where queuing InputEvents overwrote data from previous events in the same frame. +- Fix an issue where queuing InputEvents overwrote data from previous events in the same frame. (#5034) + ## [1.8.0-preview] - 2021-02-17 ### Major Changes