From cb7816ceb7087cfd9bf4e9716432b48bb4b66d61 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 29 Oct 2024 21:18: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 ed91fe2..4c5bc36 100644 --- a/notes.md +++ b/notes.md @@ -376,3 +376,4 @@ 2024-10-29T20:52:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2024-10-29T06:08:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2024-10-29T08:34:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2024-10-29T21:18:00 - Late-night bugfix on financial RL environment (stable-baselines3)