From 34759663a4da2494b6ae684382b3a1800d50cf4e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 3 Sep 2023 19:25:00 +0200 Subject: [PATCH] Late-night bugfix on financial RL environment (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index be28a59..3705a56 100644 --- a/notes.md +++ b/notes.md @@ -333,3 +333,4 @@ 2023-08-11T02:22:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2023-08-11T17:06:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2023-08-11T23:45:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) +2023-09-03T19:25:00 - Late-night bugfix on financial RL environment (stable-baselines3)