From c2ee49709c238d9fcb5182f178545f10c96242aa Mon Sep 17 00:00:00 2001 From: Christopher Goy Date: Thu, 11 Feb 2021 08:17:12 -0800 Subject: [PATCH] Update changelog for release 13. --- com.unity.ml-agents/CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 7236dc9f7b..e97c9d3346 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -6,11 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 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) + +### Minor Changes +#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) +#### ml-agents / ml-agents-envs / gym-unity (Python) + +### Bug Fixes +#### com.unity.ml-agents (C#) +#### ml-agents / ml-agents-envs / gym-unity (Python) + + +## [1.8.0-preview] - 2021-02-17 +### Major Changes +#### com.unity.ml-agents (C#) +#### ml-agents / ml-agents-envs / gym-unity (Python) - TensorFlow trainers have been removed, please use the Torch trainers instead. (#4707) - A plugin system for `mlagents-learn` has been added. You can now define custom `StatsWriter` implementations and register them to be called during training.