From 899999738ae155dd53dfbdc974e28d79e0132008 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 26 Nov 2021 19:22:00 +0100 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 34e9919..5c25fdc 100644 --- a/notes.md +++ b/notes.md @@ -251,3 +251,4 @@ 2021-09-23T02:32:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2021-11-10T03:39:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2021-11-10T04:34:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2021-11-26T19:22:00 - Implementing approach from a new paper read last night (stable-baselines3)