From f22f7e72b20492c6e097ca1b62ce349b75602d5e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 4 Feb 2024 01:40: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 431a33c..66f97ff 100644 --- a/notes.md +++ b/notes.md @@ -345,3 +345,4 @@ 2024-02-04T02:23:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2024-02-04T05:58:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2024-02-04T02:46:00 - Implementing approach from a new paper read last night (stable-baselines3) +2024-02-04T01:40:00 - Refactor for clarity, might break a few tests though (stable-baselines3)