From 1272ef79ebf12fb867fa759b494c3b3e1642ca8c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 30 Jul 2015 23:59:00 +0200 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 3954323..7be2ef4 100644 --- a/notes.md +++ b/notes.md @@ -45,3 +45,4 @@ 2015-02-11T22:44:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2015-02-19T00:57:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2015-06-04T20:07:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2015-07-30T23:59:00 - Refactor for clarity, might break a few tests though (stable-baselines3)