From 74eaf97d60b2435ddd9ce7aa9854614e5dab7085 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 11 Jan 2018 00:28:00 +0100 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 16739db..204e754 100644 --- a/notes.md +++ b/notes.md @@ -120,3 +120,4 @@ 2017-12-25T18:22:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2018-01-06T07:58:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2018-01-11T06:44:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2018-01-11T00:28:00 - Refactor for clarity, might break a few tests though (stable-baselines3)