From d1e52aceed1ef821493b40b6a193c78bfa4bfaa3 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 14 Oct 2014 21:05: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 31a4f79..afcb061 100644 --- a/notes.md +++ b/notes.md @@ -27,3 +27,4 @@ 2014-10-08T22:01:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2014-10-14T21:08:00 - Implementing approach from a new paper read last night (stable-baselines3) 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)