From db6b6288d17dcf44683e0bc5211dca053a01759b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 1 Mar 2023 20:44:00 +0100 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 755080f..dd000dd 100644 --- a/notes.md +++ b/notes.md @@ -301,3 +301,4 @@ 2023-01-06T20:38:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2023-01-06T20:07:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2023-03-01T20:59:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) +2023-03-01T20:44:00 - Implementing approach from a new paper read last night (stable-baselines3)