From 147dee18f959358acef20afd1a97bbc277e5cb6f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 10 Aug 2024 18:44:00 +0200 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 ef318a3..bf84407 100644 --- a/notes.md +++ b/notes.md @@ -311,3 +311,4 @@ 2024-07-08T01:37:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2024-07-08T03:18:00 - Implementing approach from a new paper read last night (prophet) 2024-07-08T20:12:00 - Refactor for clarity, might break a few tests though (prophet) +2024-08-10T18:44:00 - Late-night bugfix on financial RL environment (prophet)