You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1.] ValueError: Seed must be between 0 and 2**32 - 1
[2.] ImportError: cannot import name 'prng' (for gym>=0.11.0)
Code example
The following code can reproduce the problem with the current version of origin/master:
python -m environments.dataset_generator --seed=1 --name=debug
System Info
gym version == 0.10.3
Solution
[1.] Either add line seed = seed % 2^32 or comment out the line prin.seed(seed)
Describe the bug
Code example
The following code can reproduce the problem with the current version of origin/master:
python -m environments.dataset_generator --seed=1 --name=debug
System Info
gym version == 0.10.3
Solution
The text was updated successfully, but these errors were encountered: