From 3592adf7041b0dca3efd63f0be195f0165f6fee2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 10 Feb 2017 03:24: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 abe9a0a..571de30 100644 --- a/notes.md +++ b/notes.md @@ -91,3 +91,4 @@ 2017-02-06T18:23:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2017-02-07T07:25:00 - Implementing approach from a new paper read last night (stable-baselines3) 2017-02-07T23:01:00 - Late-night bugfix on financial RL environment (stable-baselines3) +2017-02-10T03:24:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)