summaryrefslogtreecommitdiff
path: root/doc/array_naive_vs_episodic.gnuplot
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2016-02-03 18:43:29 +0100
committerFlorian Jung <flo@windfisch.org>2016-02-03 18:43:29 +0100
commitf352a2cdc621b78b2771748c5bc60b212480d08b (patch)
treed01083ac676241470d86ac01ff559587bb2b0261 /doc/array_naive_vs_episodic.gnuplot
parentf0ebbd21a6ab27e4b97d03a19e06b01eb9a2114a (diff)
nn3.log
Diffstat (limited to 'doc/array_naive_vs_episodic.gnuplot')
-rw-r--r--doc/array_naive_vs_episodic.gnuplot1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/array_naive_vs_episodic.gnuplot b/doc/array_naive_vs_episodic.gnuplot
index 00e9a92..a1196c5 100644
--- a/doc/array_naive_vs_episodic.gnuplot
+++ b/doc/array_naive_vs_episodic.gnuplot
@@ -3,6 +3,7 @@ set xrange [0: 1000]
plot 'logs/old.log' with lines title 'QArray, old textbook strategy',\
'logs/new.log' with lines title 'QArray, new reversed strategy',\
'logs/nn2.log' using ($1, $2*20) with lines title 'QNN',\
+ 'logs/nn3.log' using ($1, $2*20) with lines title 'QNN, randomize range 0.27',\
'logs/nn.log' using ($1, $2*20) with lines title 'QNN, friendlyness=1'
pause -1