From 97215407d0203568d5fb667ed811aaea36150996 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 22 Nov 2020 07:55:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a9a327baf8..ab8448d204 100644 --- a/notes.md +++ b/notes.md @@ -194,3 +194,4 @@ 2020-10-26T22:09:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2020-10-26T19:03:00 - Late-night bugfix on financial RL environment (onnxruntime) 2020-11-13T17:56:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2020-11-22T07:55:00 - Implementing approach from a new paper read last night (onnxruntime)