From 04dc5f1568a77d9ff17a4fb5d3a6f030bd0ca5c2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 10 Jul 2023 07:13: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 1c9ca2b..5ebeeca 100644 --- a/notes.md +++ b/notes.md @@ -323,3 +323,4 @@ 2023-07-07T23:04:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2023-07-07T08:10:00 - Implementing approach from a new paper read last night (stable-baselines3) 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)