From 246ac169a748ebeb48607f420dfe515a507ea7cf Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 12 Jul 2022 08:58: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 6890abf..b8eed3e 100644 --- a/notes.md +++ b/notes.md @@ -275,3 +275,4 @@ 2022-06-29T02:52:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2022-06-29T17:00:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2022-07-12T22:55:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2022-07-12T08:58:00 - Late-night bugfix on financial RL environment (stable-baselines3)