From 24406087514f57eae226d4c0a4dc5fdcff6bf62b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 17 Sep 2021 01:46: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 83f00df..00aa7a5 100644 --- a/notes.md +++ b/notes.md @@ -244,3 +244,4 @@ 2021-09-04T20:54:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2021-09-04T23:09:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2021-09-04T06:11:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2021-09-17T01:46:00 - Refactor for clarity, might break a few tests though (stable-baselines3)