From bb5ebad14701448c66ef2f0ee3841ac012ae621c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 24 Jan 2024 03:17:00 +0100 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 5f6b99b74af..12a0ba65095 100644 --- a/notes.md +++ b/notes.md @@ -353,3 +353,4 @@ 2024-03-04T21:52:00 - Refactor for clarity, might break a few tests though (pytorch) 2024-01-24T03:33:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2024-01-24T08:02:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) +2024-01-24T03:17:00 - Late-night bugfix on financial RL environment (pytorch)