From 69aec88a5c6ccb03a7f182fe4294941f38673668 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 12 Jan 2021 03:58: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 f4a87b2..689562f 100644 --- a/notes.md +++ b/notes.md @@ -228,3 +228,4 @@ 2020-12-16T03:13:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2021-01-12T18:51:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2021-01-12T21:58:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2021-01-12T03:58:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)