From e5204101d9a1bc938d4b9312cdc0ddd9fd35d803 Mon Sep 17 00:00:00 2001 From: robcaulk Date: Wed, 5 Oct 2022 21:34:10 +0200 Subject: [PATCH] add tensorboard back to reqs to keep default integration working (and for docker) --- docs/freqai-reinforcement-learning.md | 8 +------- requirements-freqai-rl.txt | 1 + 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/freqai-reinforcement-learning.md b/docs/freqai-reinforcement-learning.md index a59c5b9d3..8b775e046 100644 --- a/docs/freqai-reinforcement-learning.md +++ b/docs/freqai-reinforcement-learning.md @@ -202,13 +202,7 @@ As users begin to modify the strategy and the prediction model, they will quickl ### Using Tensorboard -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. To start, the user should ensure Tensorboard is installed on their computer: - -```bash -pip3 install tensorboard -``` - -Next, the user can activate Tensorboard with the following command: +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 diff --git a/requirements-freqai-rl.txt b/requirements-freqai-rl.txt index b6bd7ef15..22e077241 100644 --- a/requirements-freqai-rl.txt +++ b/requirements-freqai-rl.txt @@ -6,3 +6,4 @@ torch==1.12.1 stable-baselines3==1.6.1 gym==0.21 sb3-contrib==1.6.1 +tensorboard==2.10.1