From 122c69c83afe4ec723f05dad065672c8edc19eac Mon Sep 17 00:00:00 2001 From: Patrick E Date: Tue, 20 Jun 2017 17:40:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca344c3..c651866 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This work can be extended easily to support other tasks, such as the Travelling I trained a model on `sort10` for 4 epochs of 1,000,000 randomly generated samples. I tested it on a dataset of size 10,000. Then, I tested the same model on `sort15` and `sort20` to test the generalization capabilities. -Test results on 10,000 samples: +Test results on 10,000 samples (A reward of 1.0 means the network perfectly sorted the input): | task | average reward | variance | |---|---|---|