From 81db30e68e4351bc4cdc44702d91fb5d072c0a7a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 11 Apr 2021 18:01:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index f48bf12..70d9bcb 100644 --- a/notes.md +++ b/notes.md @@ -235,3 +235,4 @@ 2021-04-05T08:42:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2021-04-05T02:13:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2021-04-11T18:45:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2021-04-11T18:01:00 - Implementing approach from a new paper read last night (stable-baselines3)