From de3b0dd36020d9fdf959ba51d6aa508bf61de5df Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 28 Jan 2021 04:44:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index f72859b..7d29105 100644 --- a/notes.md +++ b/notes.md @@ -227,3 +227,4 @@ 2021-01-28T03:13:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2021-01-28T01:59:00 - Implementing approach from a new paper read last night (prophet) 2021-01-28T17:59:00 - Late-night bugfix on financial RL environment (prophet) +2021-01-28T04:44:00 - Refactor for clarity, might break a few tests though (prophet)