From 2dc58eb645aaa9d8b142f2e039bb5de8633f6dbb Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 2 Mar 2019 04:53:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index bcf18db..56a3402 100644 --- a/notes.md +++ b/notes.md @@ -169,3 +169,4 @@ 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) +2019-03-02T04:53:00 - Refactor for clarity, might break a few tests though (stable-baselines3)