From 184aab96147f6f751423c577cee7f2e24ae6a76b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 8 Aug 2023 22:50: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 ac5e41e..7ee1fbc 100644 --- a/notes.md +++ b/notes.md @@ -325,3 +325,4 @@ 2023-07-10T23:37:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2023-07-10T07:13:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2023-07-10T01:35:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2023-08-08T22:50:00 - Refactor for clarity, might break a few tests though (stable-baselines3)