lua-gd icon indicating copy to clipboard operation
lua-gd copied to clipboard

low compatibility with luarocks install

Open fredowski opened this issue 9 years ago • 0 comments

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.

fredowski avatar Jun 17 '16 17:06 fredowski