Skip to content

Commit

Permalink
qlua dependencies by @tambetm
Browse files Browse the repository at this point in the history
  • Loading branch information
kuz committed Aug 13, 2015
1 parent 79c441f commit f32497e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*~
torch
dqn/*.t7
3 changes: 3 additions & 0 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sudo apt-get install -qqy libpng-dev
sudo apt-get install -qqy ncurses-dev
sudo apt-get install -qqy imagemagick
sudo apt-get install -qqy unzip
sudo apt-get install -qqy libqt4-dev
sudo apt-get update


Expand Down Expand Up @@ -83,6 +84,8 @@ $PREFIX/bin/luarocks install sys
$PREFIX/bin/luarocks install xlua
$PREFIX/bin/luarocks install image
$PREFIX/bin/luarocks install env
$PREFIX/bin/luarocks install qtlua
$PREFIX/bin/luarocks install qttorch

echo ""
echo "=> Torch7 has been installed successfully"
Expand Down
2 changes: 1 addition & 1 deletion run_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ args="-framework $FRAMEWORK -game_path $game_path -name $agent_name -env $ENV -e
echo $args

cd dqn
qlua train_agent.lua $args
../torch/bin/qlua train_agent.lua $args

0 comments on commit f32497e

Please sign in to comment.