You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.
The text was updated successfully, but these errors were encountered: