From 7bfbb6b80c7c0be92e9cb1875e01c31f2ac96433 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 10 Aug 2023 21:23:00 +0200 Subject: [PATCH] Late-night bugfix on financial RL environment (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 7547eb6..9a1f386 100644 --- a/notes.md +++ b/notes.md @@ -328,3 +328,4 @@ 2023-08-08T22:50:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2023-08-08T19:04:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2023-08-10T18:17:00 - Implementing approach from a new paper read last night (stable-baselines3) +2023-08-10T21:23:00 - Late-night bugfix on financial RL environment (stable-baselines3)