Jingwei Xu

Results 11 comments of Jingwei Xu

The version of vizdoom is 1.1.0rc1. When building the source code, the system could not find boost_iostreams, so I add set(BOOST_LIBRARYDIR /usr/lib/x86_64-linux-gnu/) in CamkeLists.txt. It still shows that :"Could NOT...

Here is the cmake output file. [CMAKE.txt](https://github.com/Marqt/ViZDoom/files/618652/CMAKE.txt) May be there is something wrong with the Timidity++. Because after I installed the Timidity++, the ubuntu crashed, then I have to turn...

I forget how I install the boost, is there any way to check it? [cmake.txt](https://github.com/Marqt/ViZDoom/files/618922/cmake.txt)

I search the file which related to libboost and get this: [libboost.txt](https://github.com/Marqt/ViZDoom/files/618953/libboost.txt) It seems that not all the libboost libraries version are 1.61.0 and the FFMpeg package also contains libboost_1_61_0....

So do you mean I should set the NUMPY_INCLUDES to the "/home/xu-jinwgei/anaconda2/lib/python2.7/site-packages/numpy/core/include"?

I try to set NUMPY_ROOT_DIR:/home/xu-jinwgei/anaconda2/lib/python2.7/site-packages/numpy/, but still failed. And the gdb report that the segmentation fault always occurs at vizdoom::fileExists(std::string) ().

Currently not so well, that's why I ask this question. Suppose the agent reaches end state, what can we expect for the following action? After all, the demonstration itself is...

So "wrap" and "none" modes are tested differently? For "wrap" mode it will be tested as long as you want, but "none" mode ends once it finished, right?

One more question: Does the framerate greatly affect model training? The fps used in example file is at least 0.016, but mine is 0.008.