Looking for instructions on how to install ViZdoom on ubunutu with pytho3 support, preferably with Conda.
pip install fails
pip3 install fails
compiling source code, succeeds if harfbuzz is first removed (but then fails in runtime upon game.init())
The docker file in the
git repo executes with an exception: vizdoom.vizdoom.ViZDoomErrorException.
Any help appreciated. A dockerfile with a minimal working example would be highly appreciated.
Thanks!