From fca6d22957993b3531cdd64848619c1dcf428b39 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 3 Apr 2014 07:39:00 +0200 Subject: [PATCH] Late-night bugfix on financial RL environment (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b66b94f5a60..2f497f73370 100644 --- a/notes.md +++ b/notes.md @@ -12,3 +12,4 @@ 2014-02-01T02:35:00 - Implementing approach from a new paper read last night (pytorch) 2014-02-01T23:18:00 - Refactor for clarity, might break a few tests though (pytorch) 2014-04-03T01:39:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) +2014-04-03T07:39:00 - Late-night bugfix on financial RL environment (pytorch)