wip on the RL training pipeline and data collection

This commit is contained in:
Dobromir Popov
2025-05-29 14:08:14 +03:00
parent 6b7d7aec81
commit 3f4e9b9774
18 changed files with 6154 additions and 3446 deletions

View File

@ -23,7 +23,7 @@ def main():
try:
logger.info("Starting Enhanced Scalping Dashboard...")
from web.scalping_dashboard import create_scalping_dashboard
from web.old_archived.scalping_dashboard import create_scalping_dashboard
dashboard = create_scalping_dashboard()
dashboard.run(host='127.0.0.1', port=8051, debug=True)