Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MLA-1952] Add optional seed for gym action spaces #5303

Merged
merged 4 commits into from
Apr 23, 2021

Conversation

chriselion
Copy link
Contributor

Proposed change(s)

Add an optional action_space_seed argument to UnityToGymWrapper initializer - if this is set, it will be passed to gym.Space.seed() after the action space is created.

Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)

Resolves #5297

Types of change(s)

  • Bug fix

Checklist

  • Added tests that prove my fix is effective or that my feature works
  • Updated the changelog (if applicable)

@chriselion chriselion merged commit 64420bc into main Apr 23, 2021
@delete-merged-branch delete-merged-branch bot deleted the MLA-1952-seed-gym.Space branch April 23, 2021 20:20
chriselion pushed a commit that referenced this pull request Apr 23, 2021
* add optional seed for action spaces

* add optional seed for action spaces

* changelog

* undo packages-lock.json change
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UnityEnvironment seed not working
2 participants