From 595c33ebc1b8131080ca79469d58483d9bce6d4e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 10 Aug 2023 20:14:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 9a1f386..b384e8e 100644 --- a/notes.md +++ b/notes.md @@ -329,3 +329,4 @@ 2023-08-08T19:04:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2023-08-10T18:17:00 - Implementing approach from a new paper read last night (stable-baselines3) 2023-08-10T21:23:00 - Late-night bugfix on financial RL environment (stable-baselines3) +2023-08-10T20:14:00 - Minor doc updates: linking to article on quantization (stable-baselines3)