From f8d27b6aa83d5dc2b76a377defd76554fd03979b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 7 Dec 2023 00:18: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 acd6136849..ff296b7d6c 100644 --- a/notes.md +++ b/notes.md @@ -271,3 +271,4 @@ 2023-10-29T18:35:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2023-10-29T08:44:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2023-10-29T19:45:00 - Late-night bugfix on financial RL environment (onnxruntime) +2023-12-07T00:18:00 - Implementing approach from a new paper read last night (onnxruntime)