From 31fc85f1018240dde4fd2641f84ba1433274680f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 3 Nov 2019 21:50: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 926878a..6d6aa68 100644 --- a/notes.md +++ b/notes.md @@ -190,3 +190,4 @@ 2019-09-05T18:16:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2019-09-05T18:03:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2019-09-05T22:53:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2019-11-03T21:50:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)