From 1198cffc814f0cc437b60c0b747b2215a6f20533 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 5 Apr 2018 17:24: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 ac76932..aab7195 100644 --- a/notes.md +++ b/notes.md @@ -129,3 +129,4 @@ 2018-03-30T05:51:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2018-03-30T17:43:00 - Implementing approach from a new paper read last night (stable-baselines3) 2018-04-05T19:44:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2018-04-05T17:24:00 - Late-night bugfix on financial RL environment (stable-baselines3)