From 183c91deeb5df469d9e8377835fac4fbf4039521 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 11 Oct 2016 20:49: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 bae8316..65aafca 100644 --- a/notes.md +++ b/notes.md @@ -76,3 +76,4 @@ 2016-10-06T19:34:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2016-10-06T20:52:00 - Implementing approach from a new paper read last night (stable-baselines3) 2016-10-11T04:46:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2016-10-11T20:49:00 - Refactor for clarity, might break a few tests though (stable-baselines3)