From 1eda50e9dfe4a1767b466dc93b41db1dfb99359a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 5 Jun 2022 17:44:00 +0200 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 229c0fd1502..9d045bcc1a9 100644 --- a/notes.md +++ b/notes.md @@ -299,3 +299,4 @@ 2022-05-31T07:24:00 - Late-night bugfix on financial RL environment (pytorch) 2022-06-05T06:15:00 - Implementing approach from a new paper read last night (pytorch) 2022-06-05T07:41:00 - Refactor for clarity, might break a few tests though (pytorch) +2022-06-05T17:44:00 - Implementing approach from a new paper read last night (pytorch)