From 85d8230243bae436c13907f7ceb3c73f16853e7f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 5 Apr 2018 20:08:00 +0200 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 1b225ca..8d5261e 100644 --- a/notes.md +++ b/notes.md @@ -131,3 +131,4 @@ 2018-04-05T19:44:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2018-04-05T17:24:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2018-04-05T17:28:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2018-04-05T20:08:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)