From 55b438851db1d40160bf4d91c7f9022570aafa4a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 5 Nov 2022 05:08: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 745f0f7..71fb03d 100644 --- a/notes.md +++ b/notes.md @@ -287,3 +287,4 @@ 2022-10-15T05:54:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2022-11-02T03:10:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2022-11-02T01:38:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2022-11-05T05:08:00 - Late-night bugfix on financial RL environment (stable-baselines3)