From b8038ddbbdbbfc98557d355249aafa5341e3100b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 30 Jul 2020 18:18:00 +0200 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 604683c..ef80710 100644 --- a/notes.md +++ b/notes.md @@ -208,3 +208,4 @@ 2020-07-16T17:25:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2020-07-16T22:46:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2020-07-30T19:05:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2020-07-30T18:18:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)