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

WIP: Move seed to reset() #123

Closed
wants to merge 5 commits into from

Conversation

elbamos
Copy link

@elbamos elbamos commented Dec 21, 2021

This is a WIP in support of a related PR on PettingZoo. I expect this to fail tests since neither PettingZoo nor Gym has been updated to have the seed parameter on the reset function.

@benblack769
Copy link
Contributor

I started looking at this, and the number of remaining changes requires here is significant. Especially the vector environments need to be rethought pretty thoroughly.

@benblack769
Copy link
Contributor

Basically, we need to decide how this seed argument to reset operates in vector environments. I assume this will also have to align with however gym does it.

@benblack769
Copy link
Contributor

Looks like the gym implementation is finished: https://github.com/openai/gym/blob/master/gym/vector/sync_vector_env.py#L89

@jjshoots
Copy link
Member

Hi @elbamos, how's this PR going on?

@jjshoots
Copy link
Member

Closing becuase #146 deals with this already

@jjshoots jjshoots closed this Apr 27, 2022
@elbamos
Copy link
Author

elbamos commented Oct 11, 2022 via email

@WillDudley
Copy link
Contributor

This issue has been dealt with anyway as per the previous comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants