From f6a7c939d461c148eb52ec91088d49142bf5fc1e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 5 Jan 2021 17:49:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 154957b..93b8a33 100644 --- a/notes.md +++ b/notes.md @@ -217,3 +217,4 @@ 2020-10-28T07:59:00 - Refactor for clarity, might break a few tests though (prophet) 2020-11-21T06:22:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2020-12-29T07:12:00 - Late-night bugfix on financial RL environment (prophet) +2021-01-05T17:49:00 - Implementing approach from a new paper read last night (prophet)