reduce cob model to 400m

This commit is contained in:
Dobromir Popov
2025-06-25 13:11:00 +03:00
parent 2cbc202d45
commit fdb9e83cf9
6 changed files with 195 additions and 29 deletions

10
.vscode/launch.json vendored
View File

@ -80,7 +80,7 @@
"preLaunchTask": "Kill Stale Processes"
},
{
"name": "🔥 Real-time RL COB Trader (1B Parameters)",
"name": "🔥 Real-time RL COB Trader (400M Parameters)",
"type": "python",
"request": "launch",
"program": "run_realtime_rl_cob_trader.py",
@ -89,7 +89,7 @@
"env": {
"PYTHONUNBUFFERED": "1",
"CUDA_VISIBLE_DEVICES": "0",
"PYTORCH_CUDA_ALLOC_CONF": "max_split_size_mb:512",
"PYTORCH_CUDA_ALLOC_CONF": "max_split_size_mb:256",
"ENABLE_REALTIME_RL": "1"
},
"preLaunchTask": "Kill Stale Processes"
@ -104,7 +104,7 @@
"env": {
"PYTHONUNBUFFERED": "1",
"CUDA_VISIBLE_DEVICES": "0",
"PYTORCH_CUDA_ALLOC_CONF": "max_split_size_mb:512",
"PYTORCH_CUDA_ALLOC_CONF": "max_split_size_mb:256",
"ENABLE_REALTIME_RL": "1",
"COB_BTC_BUCKET_SIZE": "10",
"COB_ETH_BUCKET_SIZE": "1"
@ -191,10 +191,10 @@
}
},
{
"name": "🔥 COB Dashboard + 1B RL Trading System",
"name": "🔥 COB Dashboard + 400M RL Trading System",
"configurations": [
"📈 COB Data Provider Dashboard",
"🔥 Real-time RL COB Trader (1B Parameters)"
"🔥 Real-time RL COB Trader (400M Parameters)"
],
"stopAll": true,
"presentation": {