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

Use random seed in reset #121

Open
javiarrobas opened this issue Jul 7, 2023 · 1 comment
Open

Use random seed in reset #121

javiarrobas opened this issue Jul 7, 2023 · 1 comment

Comments

@javiarrobas
Copy link
Contributor

Currently, random seeds are set using the random package where needed. See for example here.
This issue is to update the repository to latest practice by using a seed argument in the reset method.
In fact, with the recent update of this repository to Gym v26 we have accommodated the reset method to comply with the latest interface that already accepts a seed as an argument in reset (see here). However, this new argument is omitted in practice since it is not yet used in the examples nor there is functionality that effectively implements the passed seed. This issue should change that.

@javiarrobas
Copy link
Contributor Author

See comment message in e533cea for the vectorized environment.

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

No branches or pull requests

1 participant