We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some envs in classic_control call reset() in their __init__.py and others don't. Is there any rule about it?
reset()
__init__.py
gym/gym/envs/classic_control/continuous_mountain_car.py
Line 64 in ee5ee3a
gym/gym/envs/classic_control/mountain_car.py
Line 84 in ee5ee3a
gym/gym/envs/classic_control/cartpole.py
Line 94 in ee5ee3a
The text was updated successfully, but these errors were encountered:
It should not be called in init if done properly.
Sorry, something went wrong.
Closing in favor of PR
Successfully merging a pull request may close this issue.
Some envs in classic_control call
reset()
in their__init__.py
and others don't.Is there any rule about it?
Do
gym/gym/envs/classic_control/continuous_mountain_car.py
Line 64 in ee5ee3a
Don't
gym/gym/envs/classic_control/mountain_car.py
Line 84 in ee5ee3a
gym/gym/envs/classic_control/cartpole.py
Line 94 in ee5ee3a
The text was updated successfully, but these errors were encountered: