From a61518f976f27b042cb92d232f4419dd80bef846 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 6 Feb 2015 18:19: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 668a22d..dc2cb46 100644 --- a/notes.md +++ b/notes.md @@ -37,3 +37,4 @@ 2015-01-28T02:13:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2015-01-28T00:54:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2015-02-06T22:04:00 - Implementing approach from a new paper read last night (stable-baselines3) +2015-02-06T18:19:00 - Refactor for clarity, might break a few tests though (stable-baselines3)