From 330f513d059bdff3ff9ff96895a434332eda17f3 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Fri, 5 Feb 2016 01:17:03 +0100 Subject: irgendwas mit plots --- doc/array_naive_vs_episodic_deriv.gnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/array_naive_vs_episodic_deriv.gnuplot') diff --git a/doc/array_naive_vs_episodic_deriv.gnuplot b/doc/array_naive_vs_episodic_deriv.gnuplot index 66b4efa..fd4397d 100644 --- a/doc/array_naive_vs_episodic_deriv.gnuplot +++ b/doc/array_naive_vs_episodic_deriv.gnuplot @@ -3,6 +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/nn3.log' using ($1, $2*20) with lines lt rgb 'cyan' 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 -- cgit v1.2.1