Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix max episode steps problem #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Joe251
Copy link

@Joe251 Joe251 commented Dec 27, 2018

In gym/init.py, the max episode steps of cartpole-v0 is set to 200, so in the original code set t<10000 would not work, because it would terminate anyway when step equals to 200.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant