1.3 KiB
Models how we manage our training W&B checkpoints? we need to clean up old checlpoints. for every model we keep 5 checkpoints maximum and rotate them. by default we always load te best, and during training when we save new we discard the 6th ordered by performance
add integration of the checkpoint manager to all training pipelines
skip creating examples or documentation by code. just make sure we use the manager when we run our main training pipeline (with the main dashboard/📊 Enhanced Web Dashboard/main.py) . remove wandb integration from the training pipeline
do we load the best model for each model type? or we do a cold start each time?
UI we stopped showing executed trades on the chart. let's add them back . update chart every second as well. the list with closed trades is not updated. clear session button does not clear all data.
add buttons for quick manual buy/sell (max 1 lot. sell closes long, buy closes short if already open position exists)
Training
how effective is our training? show current loss and accuracy on the chart. also show currently loaded models for each model type
Training what are our rewards and penalties in the RL training pipeline? reprt them so we can evaluate them and make sure they are working as expected and do improvements