File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ and this project adheres to
11
11
### Minor Changes
12
12
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
13
13
#### ml-agents / ml-agents-envs / gym-unity (Python)
14
- The ` UnityToGymWrapper ` initializer now accepts an optional ` action_space_seed ` seed. If this is specified, it will
15
- be used to set the random seed on the resulting action space. (#5303 )
16
14
### Bug Fixes
17
15
18
16
@@ -86,6 +84,9 @@ or actuators on your system. (#5194)
86
84
#### ml-agents / ml-agents-envs / gym-unity (Python)
87
85
- Fixed a bug where --results-dir has no effect. (#5269 )
88
86
- Fixed a bug where old ` .pt ` checkpoints were not deleted during training. (#5271 )
87
+ - The ` UnityToGymWrapper ` initializer now accepts an optional ` action_space_seed ` seed. If this is specified, it will
88
+ be used to set the random seed on the resulting action space. (#5303 )
89
+
89
90
90
91
## [ 1.9.1-preview] - 2021-04-13
91
92
### Major Changes
You can’t perform that action at this time.
0 commit comments