更名ASTRA配置

This commit is contained in:
czzhangheng 2025-12-09 14:08:59 +08:00
parent 9c76975056
commit e4a7884c98
18 changed files with 26 additions and 26 deletions

52
.vscode/launch.json vendored
View File

@ -155,92 +155,92 @@
// ASTRA
{
"name": "AEPSA: PEMS-BAY",
"name": "ASTRA: PEMS-BAY",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/PEMS-BAY.yaml"
"args": "--config ./config/ASTRA/PEMS-BAY.yaml"
},
{
"name": "AEPSA: METR-LA",
"name": "ASTRA: METR-LA",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/METR-LA.yaml"
"args": "--config ./config/ASTRA/METR-LA.yaml"
},
{
"name": "AEPSA: AirQuality",
"name": "ASTRA: AirQuality",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/AirQuality.yaml"
"args": "--config ./config/ASTRA/AirQuality.yaml"
},
{
"name": "AEPSA: BJTaxi-Inflow",
"name": "ASTRA: BJTaxi-Inflow",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/BJTaxi-Inflow.yaml"
"args": "--config ./config/ASTRA/BJTaxi-Inflow.yaml"
},
{
"name": "AEPSA: BJTaxi-outflow",
"name": "ASTRA: BJTaxi-outflow",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/BJTaxi-outflow.yaml"
"args": "--config ./config/ASTRA/BJTaxi-outflow.yaml"
},
{
"name": "AEPSA: NYCBike-inflow",
"name": "ASTRA: NYCBike-inflow",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/NYCBike-inflow.yaml"
"args": "--config ./config/ASTRA/NYCBike-inflow.yaml"
},
{
"name": "AEPSA: NYCBike-outflow",
"name": "ASTRA: NYCBike-outflow",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/NYCBike-outflow.yaml"
"args": "--config ./config/ASTRA/NYCBike-outflow.yaml"
},
{
"name": "AEPSA: SolarEnergy",
"name": "ASTRA: SolarEnergy",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/SolarEnergy.yaml"
"args": "--config ./config/ASTRA/SolarEnergy.yaml"
},
{
"name": "AEPSA_v2: METR-LA",
"name": "ASTRA_v2: METR-LA",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/v2_METR-LA.yaml"
"args": "--config ./config/ASTRA/v2_METR-LA.yaml"
},
{
"name": "AEPSA_v2: SolarEnergy",
"name": "ASTRA_v2: SolarEnergy",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/v2_SolarEnergy.yaml"
"args": "--config ./config/ASTRA/v2_SolarEnergy.yaml"
},
{
"name": "AEPSA_v3: METR-LA",
"name": "ASTRA_v3: METR-LA",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/v3_METR-LA.yaml"
"args": "--config ./config/ASTRA/v3_METR-LA.yaml"
},
{
"name": "EXPB: NYCBike-InFlow",
@ -843,20 +843,20 @@
"args": "--config ./config/STGNCDE/PEMSD7.yaml"
},
{
"name": "AEPSA: NYCBike-InFlow",
"name": "ASTRA: NYCBike-InFlow",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/NYCBike-InFlow.yaml"
"args": "--config ./config/ASTRA/NYCBike-InFlow.yaml"
},
{
"name": "AEPSA: NYCBike-OutFlow",
"name": "ASTRA: NYCBike-OutFlow",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",
"args": "--config ./config/AEPSA/NYCBike-OutFlow.yaml"
"args": "--config ./config/ASTRA/NYCBike-OutFlow.yaml"
},
{
"name": "ST_SSL: NYCBike-InFlow",