From 20c618f41322f8558ae669c7306f35d7bf89ff7b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 8 Oct 2014 08:04:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 755f3d3..a449481 100644 --- a/notes.md +++ b/notes.md @@ -23,3 +23,4 @@ 2014-10-07T08:06:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2014-10-07T18:41:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2014-10-07T05:50:00 - Implementing approach from a new paper read last night (stable-baselines3) +2014-10-08T08:04:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)