rl cob agent

This commit is contained in:
Dobromir Popov
2025-06-24 15:39:22 +03:00
parent 1f3166e1e5
commit ec420c2a5f
5 changed files with 1974 additions and 0 deletions

15
.vscode/launch.json vendored
View File

@ -78,6 +78,21 @@
"COB_ETH_BUCKET_SIZE": "1"
},
"preLaunchTask": "Kill Stale Processes"
},
{
"name": "🔥 Real-time RL COB Trader (1B Parameters)",
"type": "python",
"request": "launch",
"program": "run_realtime_rl_cob_trader.py",
"console": "integratedTerminal",
"justMyCode": false,
"env": {
"PYTHONUNBUFFERED": "1",
"CUDA_VISIBLE_DEVICES": "0",
"PYTORCH_CUDA_ALLOC_CONF": "max_split_size_mb:512",
"ENABLE_REALTIME_RL": "1"
},
"preLaunchTask": "Kill Stale Processes"
}
],
"compounds": [