From a9e52a904436788de46576fb190dcdc867209940 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 24 Feb 2017 00:24: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 48c8210..9d059d2 100644 --- a/notes.md +++ b/notes.md @@ -94,3 +94,4 @@ 2017-02-10T03:24:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2017-02-10T00:12:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2017-02-24T03:34:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2017-02-24T00:24:00 - Implementing approach from a new paper read last night (stable-baselines3)