Hi,
This may turn out kind of stupid. I am coding a q-learning net and an entangled program graph to see how they fair against each other.
I installed the ubuntu dependencies and within a conda env (a virtualenv), I ran pip install vizdoom. So far, so good.
However looking at the examples, one loads a scenario with the following line
DoomGame().load_config("../../scenarios/simpler_basic.cfg").
And I cannot find where in my system is the configuration file so I can load it. I tried going to a directory ~/miniconda3/envs/torch/bin on my system, but it was not there. Has anyone figured this one out?
All the best,
Bernardo