facebookresearch / hanabi_SAD

Simplified Action Decoder for Deep Multi-Agent Reinforcement Learning
Other
97 stars 35 forks source link

CMakeFiles/Makefile2:161: recipe for target 'CMakeFiles/hanalearn.dir/all' failed #3

Closed hnekoeiq closed 4 years ago

hnekoeiq commented 4 years ago

Hi,

When I try to run "make -j10", it gives me this error.

Hanabi_Cmake_Error

Can you help me realize what is the problem here?

Thanks.

hengyuan-hu commented 4 years ago

Hey, unfortunately I cannot reproduce this error. Have you changed the code? What's your compiler version? We have been using gcc-7 for this project. It can also be compiled on Mac using the default compiler, although it will not train properly there due to lack of GPU.

hnekoeiq commented 4 years ago

I haven't changed the code and I am using Ubuntu 18.04 which its default gcc version is 7.4.

hengyuan-hu commented 4 years ago

Maybe try to comment that part (line153-line155) off and see what will happen? I doubt that is the real cause of the problem. Can you paste the full CMake log here? i.e. the log after you do a clean cmake ..