summaryrefslogtreecommitdiff
path: root/doc/array_naive_vs_episodic_deriv.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_deriv.gnuplot
parentf0ebbd21a6ab27e4b97d03a19e06b01eb9a2114a (diff)
nn3.log
Diffstat (limited to 'doc/array_naive_vs_episodic_deriv.gnuplot')
-rw-r--r--doc/array_naive_vs_episodic_deriv.gnuplot1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/array_naive_vs_episodic_deriv.gnuplot b/doc/array_naive_vs_episodic_deriv.gnuplot
index 123acce..66b4efa 100644
--- a/doc/array_naive_vs_episodic_deriv.gnuplot
+++ b/doc/array_naive_vs_episodic_deriv.gnuplot
@@ -3,5 +3,6 @@ set xrange [0: 1000]
plot 'derivs/old.log' with lines lt rgb 'red' title 'QArray, old textbook strategy, n=100',\
'derivs/new.log' with lines lt rgb 'green' title 'QArray, new reversed strategy, n=100',\
'derivs/nn2.log' using ($1, $2*20) with lines lt rgb 'blue' title 'QNN, n=30',\
+ 'derivs/nn3.log' using ($1, $2*20) with lines lt rgb 'blue' title 'QNN, randomisation range 0.27',\
'derivs/nn.log' using ($1, $2*20) with lines lt rgb 'light-blue' title 'QNN, friendlyness=1, n=1'
pause -1