-
Notifications
You must be signed in to change notification settings - Fork 120
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
TypeError: sample() missing 1 required positional argument: 'space_prng' #133
Comments
@Tezirg I just tested it with the new commit and it works. Why did you reopen the issue? |
We close issues once they have been propagated to the main repo in a release. Right now the fix is still on branch, on the dev fork (awaiting review) |
Okay, sounds good. |
I changed replaced line 89 and am still having the issue... Any ideas what I might be doing wrong? |
@steliospnnl hello :-) |
grid2op/Action/SerializableActionSpace.py Line 89
Line 89: res.sample()
Needs to be replaced with: res.sample(self.space_prng)
The text was updated successfully, but these errors were encountered: