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
Current default behaviour of check_env_specs() is to set the manual key to 0.
I think this is dangerous as people might run this function after setting their own seed (at the beginning of main(), not realizing it's overwriting what they set before.
Reason and Possible fixes
Set default argument of seed in check_env_specs to None.
Checklist
I have checked that there is no similar issue in the repo (required)