From ac80c483fe274354040d062e57ed0e273574cb44 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 7 Jul 2023 08:10:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 2b72203..0bb7326 100644 --- a/notes.md +++ b/notes.md @@ -321,3 +321,4 @@ 2023-06-10T04:00:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 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)