Merge pull request #29 from ZeroAct/save_results

Save results
This commit is contained in:
Yijia Xiao
2025-06-26 00:28:30 -04:00
committed by GitHub
2 changed files with 50 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__), ".")),