mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
add tensorboard back to reqs to keep default integration working (and for docker)
This commit is contained in:
parent
488739424d
commit
e5204101d9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user