kuz/DeepMind-Atari-Deep-Q-Learner

qlua: undefined symbol

xyxxyx opened this issue · 0 comments

I train the DQN and get a trained model successfully. But when I test the model using the test_gpu.lua, I get the followed error:

qlua: symbol lookup error: /home/xx/ torch/install/bin/../lib/libqlua.so: undefined symbol : _ZH6QMutex12lockInternalEv.
@kuz Can you give me some advice? Thank you!