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

Solve error: ‘LgdImageCreateFromPng’ issue #37

Open talregev opened 5 years ago

talregev commented 5 years ago

on issue #35 You need to change the line 127 in install_dependencies.sh:

https://github.com/kuz/DeepMind-Atari-Deep-Q-Learner/blob/ff6086c2aeb3e1bc6e7a26ce3fc91022cd9977fc/install_dependencies.sh#L127

change it to: make GDFEATURES="-DGD_PNG -DGD_GIF -DGD_JPEG -DGD_XPM -DGD_FREETYPE -DGD_FONTCONFIG" add: cp gd.so $PREFIX/lib/lua/5.1/

everything will work.