From 1d2130fc7f8440f947abc788d8edab82e1c4a95b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 4 Feb 2024 02:46: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 c083b1e..431a33c 100644 --- a/notes.md +++ b/notes.md @@ -344,3 +344,4 @@ 2024-01-21T23:59:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 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)