EdgeBench / portfolio_risk_calibration.json
Odysseusqsl's picture
Initial release
f1720ff
Raw
History Blame Contribute Delete
1.02 kB
{
"task_id": "portfolio_risk_calibration",
"name": "Portfolio Risk Calibration",
"category": "Professional Knowledge Work",
"base_image": "python",
"platform": "linux/amd64",
"internet": false,
"cwd": "/home/workspace",
"submit_paths": [
"portfolio_optimizer.py",
"requirements.txt",
"backtest_results.json"
],
"submit_exclude": [
".git",
"__pycache__",
"*.pyc",
"node_modules",
"bin",
"obj"
],
"work": {
"image_tag": "e9e47d60871d",
"specs_dir": null,
"agent_query": "Read the complete task instructions in `/home/workspace/task_instruction.md`, and complete the task according to those requirements. The final deliverables must be written to the file paths specified in `task_instruction.md`.\n"
},
"judge": {
"image_tag": "08fe0a4bad80",
"eval_cmd": "cd /home/workspace && python3 scoring/score.py",
"eval_timeout": 600,
"parser": "structured_json",
"score_direction": "maximize",
"selection": "score_first"
}
}