From 39fee9bad924f08cc08304397d79a7782c869aa7 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 28 Aug 2016 02:07: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 a42d683..2b7a2e9 100644 --- a/notes.md +++ b/notes.md @@ -72,3 +72,4 @@ 2016-08-18T08:55:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2016-08-18T01:13:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2016-08-18T18:16:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2016-08-28T02:07:00 - Refactor for clarity, might break a few tests though (stable-baselines3)