From a2fc934a457f6f74022a23ffc50f60398d13f080 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 2 May 2021 19:23: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 d374b8b..6b786f1 100644 --- a/notes.md +++ b/notes.md @@ -237,3 +237,4 @@ 2021-04-11T18:45:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2021-04-11T18:01:00 - Implementing approach from a new paper read last night (stable-baselines3) 2021-04-11T19:07:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) +2021-05-02T19:23:00 - Refactor for clarity, might break a few tests though (stable-baselines3)