From 08abebd7efe9ff320f93c1a9081d9a6e8a375c8a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 24 May 2020 23:03:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 5d95d1f..32103d3 100644 --- a/notes.md +++ b/notes.md @@ -195,3 +195,4 @@ 2020-05-18T19:17:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2020-05-18T04:52:00 - Implementing approach from a new paper read last night (stable-baselines3) 2020-05-18T03:23:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2020-05-24T23:03:00 - Refactor for clarity, might break a few tests though (stable-baselines3)