@@ -8,10 +8,27 @@ and this project adheres to
88
99## [ Unreleased]
1010### Major Changes
11+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
12+
13+ #### ml-agents / ml-agents-envs / gym-unity (Python)
14+
15+ ### Minor Changes
16+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
17+
18+ #### ml-agents / ml-agents-envs / gym-unity (Python)
19+
20+ ### Bug Fixes
21+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
22+
23+ #### ml-agents / ml-agents-envs / gym-unity (Python)
24+
25+ ## [ 2.2.0] - 2022-01-14
26+ ### Major Changes
1127
1228#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
1329- Added a new feature to replicate training areas dynamically during runtime. (#5568 )
1430- Update Barracuda to 2.3.1-preview (#5591 )
31+ - Update Input System to 1.3.0 (#5661 )
1532
1633#### ml-agents / ml-agents-envs / gym-unity (Python)
1734
@@ -39,6 +56,7 @@ and this project adheres to
3956
4057### Bug Fixes
4158#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
59+ - Update gRPC native lib to universal for arm64 and x86_64. This change should enable ml-agents usage on mac M1 (#5283 , #5519 )
4260- Fixed a bug where ml-agents code wouldn't compile on platforms that didn't support analytics (PS4/5, XBoxOne) (#5628 )
4361
4462#### ml-agents / ml-agents-envs / gym-unity (Python)
@@ -50,6 +68,7 @@ terminated teammates. (#5441)
5068- Fixed conflicting CLI and yaml options regarding resume & initialize_from (#5495 )
5169- Fixed failing tests for gym-unity due to gym 0.20.0 release (#5540 )
5270- Fixed a bug in VAIL where the variational bottleneck was not properly passing gradients (#5546 )
71+ - Harden user PII protection logic and extend TrainingAnalytics to expose detailed configuration parameters. (#5512 )
5372
5473## [ 2.1.0-exp.1] - 2021-06-09
5574### Minor Changes
0 commit comments