From b81c2a4ad11a4e67b7ee317ea79be0f17151c2ac Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 22 Feb 2024 02:15:00 +0100 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 66e6183..a7cad73 100644 --- a/notes.md +++ b/notes.md @@ -358,3 +358,4 @@ 2024-02-22T05:56:00 - Implementing approach from a new paper read last night (stable-baselines3) 2024-02-22T17:39:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2024-02-22T18:11:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2024-02-22T02:15:00 - Implementing approach from a new paper read last night (stable-baselines3)