Skip to content

Commit 533e66e

Browse files
Chris Elionandrewcoh
andauthored
Update CHANGELOG.md for #4274 (#4308)
* Update CHANGELOG.md Co-authored-by: andrewcoh <[email protected]>
1 parent 1ccd879 commit 533e66e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this project adheres to
2525
### Major Changes
2626
#### com.unity.ml-agents (C#)
2727
#### ml-agents / ml-agents-envs / gym-unity (Python)
28-
- The minimum supported python version for ml-agents-envs was changed to 3.6.1. (#4244)
28+
- The minimum supported Python version for ml-agents-envs was changed to 3.6.1. (#4244)
2929
- The interaction between EnvManager and TrainerController was changed; EnvManager.advance() was split into to stages,
3030
and TrainerController now uses the results from the first stage to handle new behavior names. This change speeds up
3131
Python training by approximately 5-10%. (#4259)
@@ -36,6 +36,8 @@ Python training by approximately 5-10%. (#4259)
3636
calls to `StatsRecorder.Add()` with the same key in the same step will no
3737
longer overwrite each other. (#4236)
3838
#### ml-agents / ml-agents-envs / gym-unity (Python)
39+
- The versions of `numpy` supported by ml-agents-envs were changed to disallow 1.19.0 or later. This was done to reflect
40+
a similar change in TensorFlow's requirements. (#4274)
3941
- Model checkpoints are now also saved as .nn files during training. (#4127)
4042
- Model checkpoint info is saved in TrainingStatus.json after training is concluded (#4127)
4143
- CSV statistics writer was removed (#4300).

0 commit comments

Comments
 (0)