From 5bb59dd08c7e37f63c5037968225a4f371d9fde3 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 3 Mar 2019 00:07:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b12cb6c2887..e4572f5dd18 100644 --- a/notes.md +++ b/notes.md @@ -152,3 +152,4 @@ 2019-01-13T05:16:00 - Minor doc updates: linking to article on quantization (pytorch) 2019-01-13T20:16:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2019-02-25T02:42:00 - Late-night bugfix on financial RL environment (pytorch) +2019-03-03T00:07:00 - Implementing approach from a new paper read last night (pytorch)