From f344d2c43886128f69233c0ee1dc956bce751870 Mon Sep 17 00:00:00 2001 From: Chris Goy Date: Fri, 12 Mar 2021 10:52:45 -0800 Subject: [PATCH] Update changelog for samples. (#5103) --- 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 8b7afc94c0..cf151d111b 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -32,6 +32,7 @@ and this project adheres to ### Minor Changes #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) - Updated com.unity.barracuda to 1.3.2-preview. (#5084) +- Added 3D Ball to the `com.unity.ml-agents` samples. (#5077) #### ml-agents / ml-agents-envs / gym-unity (Python) - The `encoding_size` setting for RewardSignals has been deprecated. Please use `network_settings` instead. (#4982) - Sensor names are now passed through to `ObservationSpec.name`. (#5036)