From fe9ee8f5afc15aefd3dd9c8305166f52f05f1f3d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 7 Oct 2014 05:50: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 8d9ba8b..755f3d3 100644 --- a/notes.md +++ b/notes.md @@ -22,3 +22,4 @@ 2014-10-07T05:31:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2014-10-07T08:06:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2014-10-07T18:41:00 - Late-night bugfix on financial RL environment (stable-baselines3) +2014-10-07T05:50:00 - Implementing approach from a new paper read last night (stable-baselines3)