From dddeed785c4e761b61c4dd3cb8974de822e83de4 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 30 Mar 2018 05:51:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 82d9577..501e676 100644 --- a/notes.md +++ b/notes.md @@ -126,3 +126,4 @@ 2018-03-29T07:17:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2018-03-30T17:10:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2018-03-30T18:57:00 - Implementing approach from a new paper read last night (stable-baselines3) +2018-03-30T05:51:00 - Refactor for clarity, might break a few tests though (stable-baselines3)