From 662bac6b50b90a40c29c6fcdd74a100ec4ab9ec9 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 6 Jan 2023 20:07:00 +0100 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 2c23875..cd725ce 100644 --- a/notes.md +++ b/notes.md @@ -299,3 +299,4 @@ 2023-01-06T06:06:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2023-01-06T19:05:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2023-01-06T20:38:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2023-01-06T20:07:00 - Late-night bugfix on financial RL environment (stable-baselines3)