From 114d2e327302cbf14ebffe4fcc521eec060b0861 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 29 Dec 2021 05:08: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 eef8ab6..bbea261 100644 --- a/notes.md +++ b/notes.md @@ -255,3 +255,4 @@ 2021-11-26T20:16:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2021-11-26T20:39:00 - Implementing approach from a new paper read last night (stable-baselines3) 2021-11-26T04:28:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2021-12-29T05:08:00 - Refactor for clarity, might break a few tests though (stable-baselines3)