From 88bdf9af6a44af8a2425aff55e7c708e128156b9 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 13 Feb 2021 23:57:00 +0100 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 689562f..8e9ea8c 100644 --- a/notes.md +++ b/notes.md @@ -229,3 +229,4 @@ 2021-01-12T18:51:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2021-01-12T21:58:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2021-01-12T03:58:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2021-02-13T23:57:00 - Late-night bugfix on financial RL environment (stable-baselines3)