From 0354548bd0e45f4fe33057da856482f7c1ab73d8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 28 Jul 2014 04:09: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 0aed9e2..6064b09 100644 --- a/notes.md +++ b/notes.md @@ -10,3 +10,4 @@ 2014-07-25T02:19:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2014-07-25T23:22:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2014-07-25T07:14:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2014-07-28T04:09:00 - Implementing approach from a new paper read last night (stable-baselines3)