From bb5308dae64da1430d39e6e0b17985be00276475 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 5 Sep 2019 22:53: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 00f08cc..926878a 100644 --- a/notes.md +++ b/notes.md @@ -189,3 +189,4 @@ 2019-09-05T17:04:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2019-09-05T18:16:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2019-09-05T18:03:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) +2019-09-05T22:53:00 - Refactor for clarity, might break a few tests though (stable-baselines3)