From 3d43828a19a95b5bbc124b15df9a001f70ad4599 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 11 Nov 2022 04:15:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 6f0be3a..cffcfbe 100644 --- a/notes.md +++ b/notes.md @@ -291,3 +291,4 @@ 2022-11-05T06:13:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2022-11-05T01:49:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2022-11-09T00:57:00 - Late-night bugfix on financial RL environment (stable-baselines3) +2022-11-11T04:15:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)