-
Notifications
You must be signed in to change notification settings - Fork 554
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
launch different seeds simulateously #106
Comments
I believe you can fix this by adding |
I encountered this issue as well, and @kovacgrgur 's solution works! @vitchyr @anair13 would you mind adding this in? |
Feel free to make a PR and I'll merge it in! |
snasiriany
added a commit
to snasiriany/rlkit
that referenced
this issue
Sep 10, 2021
fix the issue brought up by rail-berkeley#106
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI, I want to test different seeds for example/sac.py at the same time.
I use the function named run_experiment_here, but the variant['seed'] should be int.
I use a list such as following:
The error is
Maybe run_experiment can do it, but the same error happens again.
I run it by anaconda.
Could you please help me? Or is anyother function can launch different function that can do it?
The text was updated successfully, but these errors were encountered: