From f8166748cc8e2005f124bf13e84e6cbd7a7c2543 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 12 Jun 2020 04:20: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 32103d3..1c8e9ac 100644 --- a/notes.md +++ b/notes.md @@ -196,3 +196,4 @@ 2020-05-18T04:52:00 - Implementing approach from a new paper read last night (stable-baselines3) 2020-05-18T03:23:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2020-05-24T23:03:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2020-06-12T04:20:00 - Late-night bugfix on financial RL environment (stable-baselines3)