From fbae2142d1a4be5a770a1c7b4fc8b85840670c0a Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Sep 2023 06:29:18 +0200 Subject: [PATCH] Remove misleading "cd freqtrade" command closes #9138 --- docs/freqai-reinforcement-learning.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/freqai-reinforcement-learning.md b/docs/freqai-reinforcement-learning.md index df4508c86..c5cda3bc3 100644 --- a/docs/freqai-reinforcement-learning.md +++ b/docs/freqai-reinforcement-learning.md @@ -237,11 +237,10 @@ class MyCoolRLModel(ReinforcementLearner): Reinforcement Learning models benefit from tracking training metrics. FreqAI has integrated Tensorboard to allow users to track training and evaluation performance across all coins and across all retrainings. Tensorboard is activated via the following command: ```bash -cd freqtrade tensorboard --logdir user_data/models/unique-id ``` -where `unique-id` is the `identifier` set in the `freqai` configuration file. This command must be run in a separate shell to view the output in their browser at 127.0.0.1:6006 (6006 is the default port used by Tensorboard). +where `unique-id` is the `identifier` set in the `freqai` configuration file. This command must be run in a separate shell to view the output in the browser at 127.0.0.1:6006 (6006 is the default port used by Tensorboard). ![tensorboard](assets/tensorboard.jpg)