File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ and this project adheres to
8
8
9
9
## [ 1.0.1-preview] - 2020-05-19
10
10
### Bug Fixes
11
- - An issue was fixed where using ` --initialize-from ` would resume from the past step count. (#3962 )
12
11
#### com.unity.ml-agents (C#)
12
+ - A bug that would cause the editor to go into a loop when a prefab was selected was fixed. (#3949 )
13
+ - BrainParameters.ToProto() no longer throws an exception if none of the fields have been set. (#3930 )
13
14
#### ml-agents / ml-agents-envs / gym-unity (Python)
15
+ - An issue was fixed where using ` --initialize-from ` would resume from the past step count. (#3962 )
16
+ - The gym wrapper error for the wrong number of agents now fires more consistently, and more details
17
+ were added to the error message when the input dimension is wrong. (#3963 )
14
18
15
19
## [ 1.0.0-preview] - 2020-05-06
16
20
You can’t perform that action at this time.
0 commit comments