From 92f25c46b2d3e7e22b62faa4ca450b29757e977a Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Fri, 8 Jan 2016 21:00:41 +0100 Subject: graphs --- doc/array_naive_vs_episodic_deriv.gnuplot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 de66989..123acce 100644 --- a/doc/array_naive_vs_episodic_deriv.gnuplot +++ b/doc/array_naive_vs_episodic_deriv.gnuplot @@ -1,7 +1,7 @@ set xrange [0: 1000] -plot 'derivs/old.log' with lines,\ - 'derivs/new.log' with lines,\ - 'derivs/nn.log' using ($1, $2*20) with lines,\ - 'derivs/nn2.log' using ($1, $2*20) with lines +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/nn.log' using ($1, $2*20) with lines lt rgb 'light-blue' title 'QNN, friendlyness=1, n=1' pause -1 -- cgit v1.2.3