@@ -6,29 +6,30 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to
77[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
88
9- ## [ Unreleased ]
9+ ## [ 3.0.0-exp.1 ] - 2023-10-09
1010### Major Changes
1111#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
12- - Upgraded ML-Agents to Sentis 1.2.0-exp.2 (# )
13- - The minimum supported Unity version was updated to 2022.3. (#)
14- - Added batched raycast sensor option. (#)
12+ - Upgraded ML-Agents to Sentis 1.2.0-exp.2 and deprecated Barracuda. ( # 5979 )
13+ - The minimum supported Unity version was updated to 2022.3. (#5950 )
14+ - Added batched raycast sensor option. (#5950 )
1515
1616#### ml-agents / ml-agents-envs
17- - Updated to PyTorch 1.13.1
18- - Deprecated support for Python 3.8.x and 3.9.x
17+ - Updated to PyTorch 1.13.1 ( # 5982 )
18+ - Deprecated support for Python 3.8.x and 3.9.x ( # 5981 )
1919
2020### Minor Changes
2121#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
22- - Added DecisionStep parameter to DecisionRequester (#)
22+ - Added DecisionStep parameter to DecisionRequester (#5940 )
2323 - This will allow the staggering of execution timing when using multi-agents, leading to more stable performance.
2424
2525#### ml-agents / ml-agents-envs
26- - Added timeout cli and yaml config file support for specifying environment timeout.
26+ - Added timeout cli and yaml config file support for specifying environment timeout. ( # 5991 )
2727- Added training config feature to evenly distribute checkpoints throughout training. (#5842 )
2828- Updated training area replicator to add a condition to only replicate training areas when running a build. (#5842 )
2929
3030### Bug Fixes
3131#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
32+ - Compiler errors when using IAsyncEnumerable<T > with .NET Standard 2.1 enabled (#5951 )
3233#### ml-agents / ml-agents-envs
3334
3435
0 commit comments