From 088445379bac4ec5a6c6b63e4250fcde18febd25 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 20 Sep 2020 04:12:00 +0200 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 865836ba5e..85970fcb4d 100644 --- a/notes.md +++ b/notes.md @@ -183,3 +183,4 @@ 2020-07-29T18:20:00 - Late-night bugfix on financial RL environment (onnxruntime) 2020-07-29T05:08:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2020-09-20T08:51:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2020-09-20T04:12:00 - Implementing approach from a new paper read last night (onnxruntime)