From 589b9d7eed19f333844ccfcf56578e61060f9c23 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 21 Mar 2023 19:10: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 fa94441fe15..c3085ef3ccd 100644 --- a/notes.md +++ b/notes.md @@ -330,3 +330,4 @@ 2023-03-21T21:55:00 - Refactor for clarity, might break a few tests though (pytorch) 2023-03-21T01:10:00 - Minor doc updates: linking to article on quantization (pytorch) 2023-03-21T18:09:00 - Late-night bugfix on financial RL environment (pytorch) +2023-03-21T19:10:00 - Implementing approach from a new paper read last night (pytorch)