From 548fd112d5120d4ab421300b37edfcce455cb32c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 21 May 2019 18:20: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 1d3ac5b..26a990c 100644 --- a/notes.md +++ b/notes.md @@ -176,3 +176,4 @@ 2019-03-23T04:58:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2019-03-23T02:44:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2019-05-21T05:18:00 - Implementing approach from a new paper read last night (stable-baselines3) +2019-05-21T18:20:00 - Refactor for clarity, might break a few tests though (stable-baselines3)