From 0c952c430c931942bf14d15da8f9118c0759a4e4 Mon Sep 17 00:00:00 2001 From: Kory Date: Wed, 12 Oct 2016 12:13:19 -0600 Subject: [PATCH] Update cartpole-td.sh --- examples/cartpole-td.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cartpole-td.sh b/examples/cartpole-td.sh index 27abb72..0cd5e94 100755 --- a/examples/cartpole-td.sh +++ b/examples/cartpole-td.sh @@ -4,7 +4,7 @@ clear echo "TD(Lambda) agent on CartPole Environment" echo "************************************" -th /Users/korymathewson/Dropbox/work/torch-twrl/examples/run.lua \ +th run.lua \ -env 'CartPole-v0' \ -policy egreedy \ -learningUpdate tdLambda \ @@ -14,4 +14,4 @@ th /Users/korymathewson/Dropbox/work/torch-twrl/examples/run.lua \ -epsilonDecayRate 0.9999 \ -initialWeightVal 0 \ -tdLearnUpdate SARSA \ - -relativeAlpha 0.05 \ No newline at end of file + -relativeAlpha 0.05