From b85a8c9833daab6a6b9ed5e155ade71600bb0f63 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 7 Feb 2017 07:25:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index d063179..4480183 100644 --- a/notes.md +++ b/notes.md @@ -89,3 +89,4 @@ 2017-02-03T05:25:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2017-02-06T20:31:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2017-02-06T18:23:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) +2017-02-07T07:25:00 - Implementing approach from a new paper read last night (stable-baselines3)