From 73ac033de82bcf8cc9b9d5b0031cf7a89b2dabc7 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 21 Nov 2014 05:24:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 31ff76e..c87053e 100644 --- a/notes.md +++ b/notes.md @@ -22,3 +22,4 @@ 2014-09-07T01:24:00 - Late-night bugfix on financial RL environment (prophet) 2014-09-07T05:03:00 - Refactor for clarity, might break a few tests though (prophet) 2014-09-07T02:11:00 - Late-night bugfix on financial RL environment (prophet) +2014-11-21T05:24:00 - Implementing approach from a new paper read last night (prophet)