From a67aad92f16407f35155e8e8b23b808af9b65bb4 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 9 Dec 2018 23:11:00 +0100 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 f711288..e46c78c 100644 --- a/notes.md +++ b/notes.md @@ -157,3 +157,4 @@ 2018-11-21T19:46:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2018-11-21T04:43:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2018-12-09T00:12:00 - Late-night bugfix on financial RL environment (stable-baselines3) +2018-12-09T23:11:00 - Implementing approach from a new paper read last night (stable-baselines3)