From 5ef659a9378e4d8f19284a27b3a24da42e51bd0f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 22 Jun 2024 22:02:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 603c446..1f46c98 100644 --- a/notes.md +++ b/notes.md @@ -307,3 +307,4 @@ 2024-02-05T23:05:00 - Minor doc updates: linking to article on quantization (prophet) 2024-03-29T23:01:00 - Implementing approach from a new paper read last night (prophet) 2024-06-22T00:43:00 - Late-night bugfix on financial RL environment (prophet) +2024-06-22T22:02:00 - Refactor for clarity, might break a few tests though (prophet)