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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakout: ModuleNotFoundError shows gym[atari] instead of python-opencv #223

Open
1 task done
velicanerdem opened this issue Jun 2, 2023 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@velicanerdem
Copy link

Search before asking

  • I have searched the MuZero issues and found no similar bug report.

馃悰 Describe the bug

Line 10

try:
    import cv2
except ModuleNotFoundError:
    raise ModuleNotFoundError('Please run "pip install gym[atari]"')

Which is a mistake.

Add an example

See above

Environment

No response

Minimal Reproducible Example

No response

Additional

No response

@velicanerdem velicanerdem added the bug Something isn't working label Jun 2, 2023
@Mateus224
Copy link

I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants