Chachay
Chachay
I agree. At least, Makefile must be consistent ``` CXXFLAGS += -std=c++11 -Wno-conversion ```
I added some codes for Windows support. https://github.com/lava/matplotlib-cpp/tree/master/contrib Just you have to edit the third line of WinBuild.cmd before you run it.
If you talk about contrib, you got to run WinBuild.cmd intead of cmake. All the path are written in there. I didn't write it for visual studio 2010 (Does it...
You need to add follwoings to work on windows with Visual C++ compiler - Add #include <string> - Add WITHOUT_NUMPY option or Remove lines 314 to 320 at the latest...
Thank you very much for taking your time and an inspiring paper. Regarding a gym environment, I planned to add it to this [repository](https://github.com/Chachay/ClassicGym) but have been wondering the license...