From a9918fdd7ebec4e3e6b6b306e23715d0c7ce4d06 Mon Sep 17 00:00:00 2001 From: vincentpierre Date: Wed, 26 May 2021 11:10:33 -0700 Subject: [PATCH] Modifying the changelog for the continuous action SAC target entropy fix --- com.unity.ml-agents/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index fc2e2d24c4..1ef856fd60 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to #### ml-agents / ml-agents-envs / gym-unity (Python) - Added a fully connected visual encoder for environments with very small image inputs. (#5351) ### Bug Fixes +- The calculation of the target entropy of SAC with continuous actions was incorrect and has been fixed. (#5372) - RigidBodySensorComponent now displays a warning if it's used in a way that won't generate useful observations. (#5387)