reduce cob model to 400m
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -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": {
|
||||
|
Reference in New Issue
Block a user