From b35b685cdeaad31d8a40219a487d6f7cf91ef648 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 6 Jan 2018 07:58:00 +0100 Subject: [PATCH] Late-night bugfix on financial RL environment (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index d7f4d62..19fd8df 100644 --- a/notes.md +++ b/notes.md @@ -118,3 +118,4 @@ 2017-12-23T08:52:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2017-12-24T23:08:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2017-12-25T18:22:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2018-01-06T07:58:00 - Late-night bugfix on financial RL environment (stable-baselines3)