From 736297358f245df8fc2290b40a616a1de3f69876 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 20 Feb 2022 22:19: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 bbea261..3cbf639 100644 --- a/notes.md +++ b/notes.md @@ -256,3 +256,4 @@ 2021-11-26T20:39:00 - Implementing approach from a new paper read last night (stable-baselines3) 2021-11-26T04:28:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2021-12-29T05:08:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2022-02-20T22:19:00 - Late-night bugfix on financial RL environment (stable-baselines3)