From 90a8d9d15e7b5125f503d1a6210c4e118f9cd1fc Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 26 Sep 2020 04:11:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b6c22e9..8c67f7c 100644 --- a/notes.md +++ b/notes.md @@ -213,3 +213,4 @@ 2020-09-26T05:51:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) 2020-09-26T19:15:00 - Late-night bugfix on financial RL environment (prophet) 2020-09-26T19:54:00 - Refactor for clarity, might break a few tests though (prophet) +2020-09-26T04:11:00 - Implementing approach from a new paper read last night (prophet)