kuz / DeepMind-Atari-Deep-Q-Learner

The original code from the DeepMind article + my tweaks
http://www.nature.com/nature/journal/v518/n7540/full/nature14236.html
1.83k stars 533 forks source link

qlua: undefined symbol #20

Open xyxxyx opened 8 years ago

xyxxyx commented 8 years ago

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!