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

ViZDoom Python wrapper

Results 9 doom-py issues
Sort by recently updated
recently updated
newest added

CMake has problems finding Anaconda python when version >= 3.5 This problem has been addressed [here](https://github.com/jkhoogland/FindPythonAnaconda) in a solution has been provided.

python setup.py build running build -- Boost version: 1.65.1 -- Found the following Boost libraries: -- filesystem -- thread -- system -- date_time -- chrono -- regex -- iostreams --...

Since your README already describes what people should use instead, now would seem to be a perfect time to [archive this project](https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories). (Though it might not hurt to put the...

unable to install on conda pytlhon 3.7....buld fails on boost version. ``` CMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1677 (message): Unable to find the requested Boost libraries. Boost version: 1.58.0 Boost include path:...

system was installed with : conda install -c hcc doom-py ``` >>> conda install -c hcc doom-py Collecting package metadata: done Solving environment: done # All requested packages already installed....

[ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/mix.cpp.o [ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/playmidi.cpp.o [ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/resample.cpp.o [ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/timidity.cpp.o [ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/file_io.cpp.o...

Hello all, I'm trying to install `doom-py` in my laptop and I keep getting errors. I'm in a macOS X 10.12.1. I installed the regular gym with the `[all]` using...

python setup.py build running build Traceback (most recent call last): File "setup.py", line 88, in include_package_data=True, File "C:\Users\bhask\Anaconda3\envs\tensorflow\lib\site-packages\setuptools\__init__.py", line 129, in setup return distutils.core.setup(**attrs) File "C:\Users\bhask\Anaconda3\envs\tensorflow\lib\distutils\core.py", line 148, in setup...

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