From 8219f6f1cbf08f31202af34bd9e552547602a35a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 5 Apr 2021 07:20: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 3ad2428..13cbb46 100644 --- a/notes.md +++ b/notes.md @@ -231,3 +231,4 @@ 2021-01-12T03:58:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2021-02-13T23:57:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2021-02-13T02:35:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2021-04-05T07:20:00 - Minor doc updates: linking to article on quantization (stable-baselines3)