openai / doom-py

ViZDoom Python wrapper
MIT License
75 stars 43 forks source link

Outdated ViZDoom #8

Open mihahauke opened 7 years ago

mihahauke commented 7 years ago

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).

ppaquette commented 7 years ago

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:

Thanks,

Philip