From 02980c79c118730178e7b2854246aa8a8a984c4b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 24 Jan 2022 06:09: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 75724f77c0..2287ff0d49 100644 --- a/notes.md +++ b/notes.md @@ -239,3 +239,4 @@ 2021-10-13T23:08:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2021-12-26T03:39:00 - Implementing approach from a new paper read last night (onnxruntime) 2021-12-26T06:59:00 - Late-night bugfix on financial RL environment (onnxruntime) +2022-01-24T06:09:00 - Refactor for clarity, might break a few tests though (onnxruntime)