From 95b312096b5bed915a982cb2b4cb927cf80dbabc Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 21 Feb 2018 05:34:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 3162638774..92c3b26d68 100644 --- a/notes.md +++ b/notes.md @@ -106,3 +106,4 @@ 2017-12-09T07:23:00 - Late-night bugfix on financial RL environment (onnxruntime) 2017-12-09T08:42:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2017-12-09T06:06:00 - Implementing approach from a new paper read last night (onnxruntime) +2018-02-21T05:34:00 - Refactor for clarity, might break a few tests though (onnxruntime)