lua-gd
lua-gd copied to clipboard
low compatibility with luarocks install
Hi,
your code is used in an example for the machine learning environment torch. However, your installation method expects lua5.1 in a default place and the pkg-config to be there. Therefore there have been some tweaks introduced to install this package.
https://github.com/kuz/DeepMind-Atari-Deep-Q-Learner/commit/8466031b98577a4b9a35c0275f15f5295fe716f4
The standard torch installation installs lua or luajit in some local directory and depends on luarocks to install dependencies. I think the rockspec plus Makefile could be modified to have an easier install via luarocks.