From 4a1e9cdc6697e3913a5bb02660f24b2af0677022 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 9 Nov 2020 21:11: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 df9c69e..b675fec 100644 --- a/notes.md +++ b/notes.md @@ -220,3 +220,4 @@ 2020-10-17T04:03:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2020-10-17T02:43:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2020-11-09T00:04:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2020-11-09T21:11:00 - Late-night bugfix on financial RL environment (stable-baselines3)