From 31fc6a756cf532775114e850bd4a9a4c13849fbb Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 16 Oct 2014 23:45: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 3f23b98..3a02607 100644 --- a/notes.md +++ b/notes.md @@ -29,3 +29,4 @@ 2014-10-14T20:12:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2014-10-14T21:05:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2014-10-14T04:35:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2014-10-16T23:45:00 - Implementing approach from a new paper read last night (stable-baselines3)