From c7cb4ea580738dbcec3a7961038338c627afb901 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 4 Mar 2021 22:06: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 fd94270..865c2ae 100644 --- a/notes.md +++ b/notes.md @@ -234,3 +234,4 @@ 2021-02-27T08:46:00 - Late-night bugfix on financial RL environment (prophet) 2021-02-27T21:36:00 - Refactor for clarity, might break a few tests though (prophet) 2021-02-27T00:57:00 - Quick fix, referencing a known issue from the official repo (prophet) +2021-03-04T22:06:00 - Implementing approach from a new paper read last night (prophet)