Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Update cartpole-td.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
korymath committed Oct 12, 2016
1 parent 31bfdf3 commit 0c952c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cartpole-td.sh
Expand Up @@ -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 \
Expand All @@ -14,4 +14,4 @@ th /Users/korymathewson/Dropbox/work/torch-twrl/examples/run.lua \
-epsilonDecayRate 0.9999 \
-initialWeightVal 0 \
-tdLearnUpdate SARSA \
-relativeAlpha 0.05
-relativeAlpha 0.05

0 comments on commit 0c952c4

Please sign in to comment.