From 9f9df94a8a7579e685c31d8aca4573c720c4809e Mon Sep 17 00:00:00 2001 From: Arthur Juliani Date: Wed, 8 Jul 2020 14:02:56 -0700 Subject: [PATCH] Update changelog for release 4 --- com.unity.ml-agents/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 4b3a188a84..3291d0b1b3 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -9,7 +9,14 @@ and this project adheres to ## [Unreleased] ### Major Changes -#### com.unity.ml-agents (C#) + +### Minor Changes + +### Bug Fixes + +## [1.2.0-preview] - 2020-07-15 + +### Major Changes #### ml-agents / ml-agents-envs / gym-unity (Python) - The Parameter Randomization feature has been refactored to enable sampling of new parameters per episode to improve robustness. The `resampling-interval` parameter has been removed and the config structure updated. More information [here](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Training-ML-Agents.md). (#4065)