From b51f9a3e1009bcf83562306abd7eaf9e9ef6bc66 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 6 Jan 2023 06:06:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b00bc4b..8a74586 100644 --- a/notes.md +++ b/notes.md @@ -296,3 +296,4 @@ 2022-12-26T17:47:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2022-12-26T02:46:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2022-12-26T01:58:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) +2023-01-06T06:06:00 - Refactor for clarity, might break a few tests though (stable-baselines3)