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

gym.wrappers.monitoring import error #237

Open
nskplta opened this issue Jun 8, 2018 · 1 comment
Open

gym.wrappers.monitoring import error #237

nskplta opened this issue Jun 8, 2018 · 1 comment

Comments

@nskplta
Copy link

nskplta commented Jun 8, 2018

Hi, when trying:
from gym.wrappers.monitoring import logger as monitor_logger

following error arises:

ImportError                               Traceback (most recent call last)
<ipython-input-32-7ca9f4672bea> in <module>()
----> 1 from gym.wrappers.monitoring import logger as monitor_logger

ImportError: cannot import name 'logger'

I have gym version 0.10.5 and run rllab on Google Colaboratory. Thanks!

@chelseas
Copy link

chelseas commented Jul 6, 2018

This fixed things for me:

monitor_logger = logging.getLogger()

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

No branches or pull requests

2 participants