Skip to content

Commit 2477556

Browse files
Chris Elionvincentpierre
Chris Elion
authored andcommitted
[MLA-1952] Add optional seed for gym action spaces (#5303) (#5315)
1 parent ac38b6b commit 2477556

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

com.unity.ml-agents/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ and this project adheres to
1111
### Minor Changes
1212
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
1313
#### 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)
1614
### Bug Fixes
1715

1816

@@ -86,6 +84,9 @@ or actuators on your system. (#5194)
8684
#### ml-agents / ml-agents-envs / gym-unity (Python)
8785
- Fixed a bug where --results-dir has no effect. (#5269)
8886
- 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+
8990

9091
## [1.9.1-preview] - 2021-04-13
9192
### Major Changes

0 commit comments

Comments
 (0)