doom-py icon indicating copy to clipboard operation
doom-py copied to clipboard

Outdated ViZDoom

Open mihahauke opened this issue 9 years ago • 1 comments

You have a very outdated version of ViZDoom. We are planning to make ViZDoom pip installable and publish it on PyPI so maybe it would be a good idea to use our package - it will be maintained and updated by us. I guess that this might require some changes that we wouldn't introduce otherwise, so the question is what we should adjust (assuming you want to use it).

mihahauke avatar Nov 04 '16 15:11 mihahauke

I'm fine with using a pip installable vizdoom rather than doom-py.

Users install the doom envs for gym through this repo: https://github.com/ppaquette/gym-doom

See https://github.com/ppaquette/gym-doom/search?utf8=%E2%9C%93&q=doom_py for list of calls to doom-py.

To be compatible, I would need the following:

  • Access to DoomGame, Mode, Button, GameVariable, ScreenFormat, ScreenResolution objects
  • Access to the vizdoom path, freedoom path, and scenario path to be able to generate configs without knowing the full file path (See Loader File to see how it is currently coded)

Thanks,

Philip

ppaquette avatar Nov 07 '16 14:11 ppaquette