From f24c526073944469878b19ae8d3b683403ec43ee Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 26 Feb 2024 07:43: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 c3a616c..214a65a 100644 --- a/notes.md +++ b/notes.md @@ -360,3 +360,4 @@ 2024-02-22T18:11:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2024-02-22T02:15:00 - Implementing approach from a new paper read last night (stable-baselines3) 2024-02-26T05:42:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2024-02-26T07:43:00 - Implementing approach from a new paper read last night (stable-baselines3)