summaryrefslogtreecommitdiff
path: root/doc/array_naive_vs_episodic.gnuplot
diff options
context:
space:
mode:
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