From 8b72c00b0ec0bfbe2e050eed237dd35fddc4cf47 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 22 Feb 2024 18:11:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 1048f7e..66e6183 100644 --- a/notes.md +++ b/notes.md @@ -357,3 +357,4 @@ 2024-02-16T22:30:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 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)