From 05c7cd2c40e80b19b142a1830e3f0d3d346bcba4 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 22 Aug 2018 21:43:00 +0200 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 0d826e6..aaa3ec2 100644 --- a/notes.md +++ b/notes.md @@ -145,3 +145,4 @@ 2018-08-06T01:48:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2018-08-06T22:09:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2018-08-06T05:18:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2018-08-22T21:43:00 - Refactor for clarity, might break a few tests though (stable-baselines3)