From ecc00b2af084bc1e6b6c2321b3e040196e9cd090 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 19 Feb 2024 22:54:00 +0100 Subject: [PATCH] Late-night bugfix on financial RL environment (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 0b778bf..22e3dd9 100644 --- a/notes.md +++ b/notes.md @@ -352,3 +352,4 @@ 2023-11-17T02:46:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2024-01-18T04:51:00 - Implementing approach from a new paper read last night (pulp-runtime) 2024-01-18T23:06:00 - Refactor for clarity, might break a few tests though (pulp-runtime) +2024-02-19T22:54:00 - Late-night bugfix on financial RL environment (pulp-runtime)