Describe the bug
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