coreylynch / async-rl

Tensorflow + Keras + OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning"
MIT License
1.01k stars 174 forks source link

Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so. #13

Open capybaralet opened 8 years ago

capybaralet commented 8 years ago

Has anyone else had this problem when running the example code?

mboratko commented 8 years ago

Are you running the code under Anaconda? See https://github.com/BVLC/caffe/issues/3884

KaixiangLin commented 7 years ago

http://stackoverflow.com/questions/36659453/intel-mkl-fatal-error-cannot-load-libmkl-avx2-so-or-libmkl-def-so

I have same problem on ubuntu, the answer above solve this.

subhashree-r commented 7 years ago

export LD_PRELOAD=/opt/intel/mkl/lib/intel64/libmkl_core.so:/opt/intel/mkl/lib/intel64/libmkl_sequential.so This worked