From 68a38e2bdbc2e8d79925c4f636cca8d3e28a8fa6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 7 Jan 2020 21:32:00 +0100 Subject: [PATCH] Late-night bugfix on financial RL environment (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ab095d1..56abf7d 100644 --- a/notes.md +++ b/notes.md @@ -192,3 +192,4 @@ 2019-12-08T06:40:00 - Quick fix, referencing a known issue from the official repo (prophet) 2019-12-08T20:40:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2020-01-07T18:03:00 - Refactor for clarity, might break a few tests though (prophet) +2020-01-07T21:32:00 - Late-night bugfix on financial RL environment (prophet)