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

Commit

Permalink
SARSA agent for TD(Lambda)
Browse files Browse the repository at this point in the history
  • Loading branch information
korymath committed Oct 12, 2016
1 parent 38e9145 commit 31bfdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cartpole-td.sh
@@ -1,7 +1,7 @@
#! /bin/bash

clear
echo "TD(Lambda) SARSA agent on CartPole Environment"
echo "TD(Lambda) agent on CartPole Environment"
echo "************************************"

th /Users/korymathewson/Dropbox/work/torch-twrl/examples/run.lua \
Expand All @@ -13,5 +13,5 @@ th /Users/korymathewson/Dropbox/work/torch-twrl/examples/run.lua \
-epsilon 0.2 \
-epsilonDecayRate 0.9999 \
-initialWeightVal 0 \
-tdLearnUpdate qLearning \
-tdLearnUpdate SARSA \
-relativeAlpha 0.05

0 comments on commit 31bfdf3

Please sign in to comment.