From 8fcc1841c94515bd921eba5527e271e70deda0cf Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 10 Aug 2023 18:17: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 88880b3..7547eb6 100644 --- a/notes.md +++ b/notes.md @@ -327,3 +327,4 @@ 2023-07-10T01:35:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2023-08-08T22:50:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2023-08-08T19:04:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2023-08-10T18:17:00 - Implementing approach from a new paper read last night (stable-baselines3)