From 0864c652fbb163e6fe9630e2b6ef6ec65a539e71 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 13 Jun 2024 06:56:00 +0200 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 0647e1f..e59b77b 100644 --- a/notes.md +++ b/notes.md @@ -369,3 +369,4 @@ 2024-04-21T19:35:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2024-04-21T19:58:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2024-06-13T07:55:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2024-06-13T06:56:00 - Refactor for clarity, might break a few tests though (stable-baselines3)