@@ -11,7 +11,7 @@ and this project adheres to
11
11
12
12
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
13
13
- Added a new feature to replicate training areas dynamically during runtime. (#5568 )
14
- - Update Barracuda to 2.3.1-preview
14
+ - Update Barracuda to 2.3.1-preview ( # 5591 )
15
15
16
16
#### ml-agents / ml-agents-envs / gym-unity (Python)
17
17
@@ -20,36 +20,34 @@ and this project adheres to
20
20
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
21
21
- Added the capacity to initialize behaviors from any checkpoint and not just the latest one (#5525 )
22
22
- Added the ability to get a read-only view of the stacked observations (#5523 )
23
+
23
24
#### ml-agents / ml-agents-envs / gym-unity (Python)
24
- - Set gym version in gym-unity to gym release 0.20.0
25
+ - Set gym version in gym-unity to gym release 0.20.0 ( # 5540 )
25
26
- Added support for having ` beta ` , ` epsilon ` , and ` learning rate ` on separate schedules (affects only PPO and POCA). (#5538 )
26
-
27
27
- Changed default behavior to restart crashed Unity environments rather than exiting. (#5553 )
28
28
- Rate & lifetime limits on this are configurable via 3 new yaml options
29
29
1 . env_params.max_lifetime_restarts (--max-lifetime-restarts) [ default=10]
30
30
2 . env_params.restarts_rate_limit_n (--restarts-rate-limit-n) [ default=1]
31
31
3 . env_params.restarts_rate_limit_period_s (--restarts-rate-limit-period-s) [ default=60]
32
-
33
-
34
32
- Deterministic action selection is now supported during training and inference(#5619 )
35
33
- Added a new ` --deterministic ` cli flag to deterministically select the most probable actions in policy. The same thing can
36
34
be achieved by adding ` deterministic: true ` under ` network_settings ` of the run options configuration.(#5597 )
37
35
- Extra tensors are now serialized to support deterministic action selection in onnx. (#5593 )
38
36
- Support inference with deterministic action selection in editor (#5599 )
39
- ### Bug Fixes
40
- - Fixed a bug where the critics were not being normalized during training. (#5595 )
41
- - Fixed the bug where curriculum learning would crash because of the incorrect run_options parsing. (#5586 )
37
+ - Added minimal analytics collection to LL-API (#5511 )
42
38
39
+ ### Bug Fixes
43
40
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
44
41
45
42
#### ml-agents / ml-agents-envs / gym-unity (Python)
43
+ - Fixed a bug where the critics were not being normalized during training. (#5595 )
44
+ - Fixed the bug where curriculum learning would crash because of the incorrect run_options parsing. (#5586 )
46
45
- Fixed a bug in multi-agent cooperative training where agents might not receive all of the states of
47
46
terminated teammates. (#5441 )
48
47
- Fixed wrong attribute name in argparser for torch device option (#5433 )(#5467 )
49
48
- Fixed conflicting CLI and yaml options regarding resume & initialize_from (#5495 )
50
49
- Fixed failing tests for gym-unity due to gym 0.20.0 release (#5540 )
51
50
- Fixed a bug in VAIL where the variational bottleneck was not properly passing gradients (#5546 )
52
- - Added minimal analytics collection to LL-API (#5511 )
53
51
54
52
## [ 2.1.0-exp.1] - 2021-06-09
55
53
### Minor Changes
0 commit comments