From f1b51de6b58537518a2c77a32e9222f090779973 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 24 Oct 2019 03:18:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 0c19adf..2f26a70 100644 --- a/notes.md +++ b/notes.md @@ -219,3 +219,4 @@ 2019-10-05T21:58:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2019-10-05T00:59:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2019-10-24T20:39:00 - Late-night bugfix on financial RL environment (pulp-runtime) +2019-10-24T03:18:00 - Implementing approach from a new paper read last night (pulp-runtime)