save reports & logs under results_dir

This commit is contained in:
ZeroAct
2025-06-12 11:25:07 +09:00
parent a879868396
commit 9647359246
2 changed files with 23 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import os
DEFAULT_CONFIG = {
"project_dir": os.path.abspath(os.path.join(os.path.dirname(__file__), ".")),
"results_dir": os.getenv("TRADINGAGENTS_RESULTS_DIR", "./results"),
"data_dir": "/Users/yluo/Documents/Code/ScAI/FR1-data",
"data_cache_dir": os.path.join(
os.path.abspath(os.path.join(os.path.dirname(__file__), ".")),