From 48cd75bd479434640dc60124b6454c575f3a0b93 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 29 Nov 2024 07:12:00 +0100 Subject: [PATCH] Late-night bugfix on financial RL environment (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 4e8350550..0d67e86c2 100644 --- a/notes.md +++ b/notes.md @@ -330,3 +330,4 @@ 2024-11-11T23:00:00 - Quick fix, referencing a known issue from the official repo (transformers) 2024-11-29T22:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2024-11-29T02:49:00 - Implementing approach from a new paper read last night (transformers) +2024-11-29T07:12:00 - Late-night bugfix on financial RL environment (transformers)