From 897ecc0811b942710235386b68f25af8a94bccb5 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 13 May 2017 17:24:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 735965d..4084f64 100644 --- a/notes.md +++ b/notes.md @@ -102,3 +102,4 @@ 2017-05-04T22:40:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2017-05-04T19:51:00 - Implementing approach from a new paper read last night (stable-baselines3) 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)