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

reproduce the results #93

Closed
ChenyangRan opened this issue Jun 13, 2024 · 1 comment · Fixed by #97
Closed

reproduce the results #93

ChenyangRan opened this issue Jun 13, 2024 · 1 comment · Fixed by #97
Labels
question Further information is requested

Comments

@ChenyangRan
Copy link

Hi, since the panda-gym cannot set the random seed as gym, where you can use env.set(seed) to reproduce the results.
When I use env.reset(seed=10), if the random seed is the same, I get the same return value, such as desired_goal. But if I don't set the seed, I can't guarantee the consistency of the state of the subsequent env.resets. Is there a way to guarantee the consistency of the state of each subsequent reset just like gym?

@ChenyangRan ChenyangRan added the question Further information is requested label Jun 13, 2024
@qgallouedec
Copy link
Owner

closing In favour of #94

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

Successfully merging a pull request may close this issue.

2 participants