From 30a23bfede649ca570ffd4937e2a461429dec732 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 26 Nov 2021 20:39: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 48cf651..9193522 100644 --- a/notes.md +++ b/notes.md @@ -253,3 +253,4 @@ 2021-11-10T04:34:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2021-11-26T19:22:00 - Implementing approach from a new paper read last night (stable-baselines3) 2021-11-26T20:16:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2021-11-26T20:39:00 - Implementing approach from a new paper read last night (stable-baselines3)