From 01bad848a3765d2b54ad44eb11e50359644a70e8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 2 Mar 2024 23:15:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 214a65a..b8b21a8 100644 --- a/notes.md +++ b/notes.md @@ -361,3 +361,4 @@ 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) +2024-03-02T23:15:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)