From 59527e655f899f204f21cae8ec852771da57abef Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 2 Mar 2019 07:46: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 cfd5de7..bcf18db 100644 --- a/notes.md +++ b/notes.md @@ -168,3 +168,4 @@ 2019-01-14T22:42:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2019-01-14T20:33:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2019-01-14T17:59:00 - Implementing approach from a new paper read last night (stable-baselines3) +2019-03-02T07:46:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)