From 8b8249ae0db372eae9b91105bf3853aaa2d13026 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 27 Jun 2020 23:52: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 7f60e5b..d279fd3 100644 --- a/notes.md +++ b/notes.md @@ -200,3 +200,4 @@ 2020-06-20T05:57:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2020-06-20T18:03:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2020-06-20T01:55:00 - Late-night bugfix on financial RL environment (stable-baselines3) +2020-06-27T23:52:00 - Minor doc updates: linking to article on quantization (stable-baselines3)