@@ -6,29 +6,30 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to
7
7
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
9
- ## [ Unreleased ]
9
+ ## [ 3.0.0-exp.1 ] - 2023-10-09
10
10
### Major Changes
11
11
#### 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 )
15
15
16
16
#### 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 )
19
19
20
20
### Minor Changes
21
21
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
22
- - Added DecisionStep parameter to DecisionRequester (#)
22
+ - Added DecisionStep parameter to DecisionRequester (#5940 )
23
23
- This will allow the staggering of execution timing when using multi-agents, leading to more stable performance.
24
24
25
25
#### 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 )
27
27
- Added training config feature to evenly distribute checkpoints throughout training. (#5842 )
28
28
- Updated training area replicator to add a condition to only replicate training areas when running a build. (#5842 )
29
29
30
30
### Bug Fixes
31
31
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
32
+ - Compiler errors when using IAsyncEnumerable<T > with .NET Standard 2.1 enabled (#5951 )
32
33
#### ml-agents / ml-agents-envs
33
34
34
35
0 commit comments