From 22d0192f02b7b142ad48faa6fcf2691ff920314f Mon Sep 17 00:00:00 2001 From: Chris Elion Date: Thu, 16 Jul 2020 11:40:38 -0700 Subject: [PATCH 1/3] Update changelog for .nn checkpoints --- 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 41f40524fc..a588a6a157 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to ### Major Changes ### Minor Changes +Model checkpoints are now also saved as .nn files during training. (#4127) ### Bug Fixes #### com.unity.ml-agents (C#) From ac34ccc3094637157a805493dd7b6893e0295089 Mon Sep 17 00:00:00 2001 From: sankalp04 <30798796+sankalp04@users.noreply.github.com> Date: Thu, 16 Jul 2020 14:53:20 -0400 Subject: [PATCH 2/3] Update CHANGELOG.md --- 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 a588a6a157..257a13c2ff 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to ### Minor Changes Model checkpoints are now also saved as .nn files during training. (#4127) +Model checkpoint info is saved in TrainingStatus.json after training is concluded (#4127) ### Bug Fixes #### com.unity.ml-agents (C#) From 0d07cadcd0dd59183065544fc25ac39daae9d689 Mon Sep 17 00:00:00 2001 From: sankalp04 <30798796+sankalp04@users.noreply.github.com> Date: Thu, 16 Jul 2020 14:54:41 -0400 Subject: [PATCH 3/3] Changed bullet format --- com.unity.ml-agents/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 257a13c2ff..8f8deb1af6 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -11,8 +11,8 @@ and this project adheres to ### Major Changes ### Minor Changes -Model checkpoints are now also saved as .nn files during training. (#4127) -Model checkpoint info is saved in TrainingStatus.json after training is concluded (#4127) +- Model checkpoints are now also saved as .nn files during training. (#4127) +- Model checkpoint info is saved in TrainingStatus.json after training is concluded (#4127) ### Bug Fixes #### com.unity.ml-agents (C#)