From fd23a3185b3bf23385236ad0b92d0868e21d2d61 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 23 Aug 2015 07:49: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 da03504..1b80928 100644 --- a/notes.md +++ b/notes.md @@ -47,3 +47,4 @@ 2015-06-04T20:07:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2015-07-30T23:59:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2015-07-30T23:45:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2015-08-23T07:49:00 - Late-night bugfix on financial RL environment (stable-baselines3)