From bf548290231726bb626f60596cbe07fd8a61b88f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 10 Jul 2023 23:37:00 +0200 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 0bb7326..1c9ca2b 100644 --- a/notes.md +++ b/notes.md @@ -322,3 +322,4 @@ 2023-07-01T04:21:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2023-07-07T23:04:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2023-07-07T08:10:00 - Implementing approach from a new paper read last night (stable-baselines3) +2023-07-10T23:37:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)