Skip to content
New issue

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

Chapter 8: Can't run train_model_conv.py due to the issue with gym.wrappers.TimeLimit #54

Open
dadamkovic opened this issue Jul 2, 2019 · 0 comments

Comments

@dadamkovic
Copy link

Couldn't get the code in train_model_conv.py to run due to the
'NoneType' object has no attribute 'max_episode_steps'
Not sure if some recent change in gym.wrappers or a bad setup from my side. It seems to somewhat work when I replace self.env.spec.max_episode_steps with self.env.spec in the definition of gym.wrappers.TimeLimit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant