From 3a8fa72669be34659edf82d229a99efb708e7eea Mon Sep 17 00:00:00 2001 From: Mohamed Khodeir Date: Fri, 25 Jan 2019 09:58:40 -0500 Subject: [PATCH] bonus run --- hw3/ac3.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 hw3/ac3.sh diff --git a/hw3/ac3.sh b/hw3/ac3.sh new file mode 100755 index 000000000..b7277307e --- /dev/null +++ b/hw3/ac3.sh @@ -0,0 +1,3 @@ +python train_ac_f18.py InvertedPendulum-v2 -ep 1000 --discount 0.95 -n 100 -e 3 -l 2 -lc 4 -s 64 -b 5000 -lr 0.01 --exp_name ac2 -ntu 10 -ngsptu 10 + +python train_ac_f18.py HalfCheetah-v2 -ep 150 --discount 0.90 -n 100 -e 3 -l 2 -lc 4 -s 32 -b 30000 -lr 0.02 --exp_name ac2 -ntu 10 -ngsptu 10