From 759382dd43f844f5c032a0d058b57e0c6df01c45 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 5 Nov 2022 01:49: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 6e66a53..aa7a267 100644 --- a/notes.md +++ b/notes.md @@ -289,3 +289,4 @@ 2022-11-02T01:38:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2022-11-05T05:08:00 - Late-night bugfix on financial RL environment (stable-baselines3) 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)