From 0210519670cc6983e4ef365ce36a6d4a839f7fca Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 9 Aug 2017 03: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 de05af1..521657e 100644 --- a/notes.md +++ b/notes.md @@ -104,3 +104,4 @@ 2017-05-04T21:54:00 - Implementing approach from a new paper read last night (stable-baselines3) 2017-05-13T17:24:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2017-05-13T18:15:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2017-08-09T03:01:00 - Implementing approach from a new paper read last night (stable-baselines3)