atles / start_atles_daemon.bat
spartan8806's picture
ATLES codebase - Source code only
99b8067
@echo off
:: ATLES with Background Learning Daemon
:: This script starts ATLES with continuous learning capabilities
echo.
echo ========================================
echo ATLES - Continuous Learning Mode
echo ========================================
echo.
echo Starting background learning daemon...
echo.
python start_atles_with_daemon.py
pause