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

AttributeError: module 'vizdoom' has no attribute 'DoomGame' #601

Open
fmalato opened this issue Dec 20, 2024 · 1 comment
Open

AttributeError: module 'vizdoom' has no attribute 'DoomGame' #601

fmalato opened this issue Dec 20, 2024 · 1 comment

Comments

@fmalato
Copy link

fmalato commented Dec 20, 2024

I have installed VizDoom 1.2.4 on Ubuntu 20.04 LTS via pip install vizdoom, as specified in the main page of this repo.
When I try to run my code, I get this:

  File "/home/federima/PycharmProjects/rl_kickstart/data.py", line 101, in __init__
    game = vzd.DoomGame()
AttributeError: module 'vizdoom' has no attribute 'DoomGame'

It is worth noting that I have been working with VizDoom for the past 3 weeks on Windows 11 (same environment, version & install method) and the exact same code runs perfectly on Windows.

@mwydmuch
Copy link
Member

Hi @fmalato, sorry for the long response time. Have you managed to solve your problem? I think it's unlikely a problem with ViZDoom, but rather with your environment config.

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