diff --git a/.vscode/launch.json b/.vscode/launch.json index 4fb2121..e855fc7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", diff --git a/config/AEPSA/AirQuality.yaml b/config/ASTRA/AirQuality.yaml similarity index 100% rename from config/AEPSA/AirQuality.yaml rename to config/ASTRA/AirQuality.yaml diff --git a/config/AEPSA/BJTaxi-InFlow.yaml b/config/ASTRA/BJTaxi-InFlow.yaml similarity index 100% rename from config/AEPSA/BJTaxi-InFlow.yaml rename to config/ASTRA/BJTaxi-InFlow.yaml diff --git a/config/AEPSA/BJTaxi-Inflow.yaml b/config/ASTRA/BJTaxi-Inflow.yaml similarity index 100% rename from config/AEPSA/BJTaxi-Inflow.yaml rename to config/ASTRA/BJTaxi-Inflow.yaml diff --git a/config/AEPSA/BJTaxi-OutFlow.yaml b/config/ASTRA/BJTaxi-OutFlow.yaml similarity index 100% rename from config/AEPSA/BJTaxi-OutFlow.yaml rename to config/ASTRA/BJTaxi-OutFlow.yaml diff --git a/config/AEPSA/BJTaxi-outflow.yaml b/config/ASTRA/BJTaxi-outflow.yaml similarity index 100% rename from config/AEPSA/BJTaxi-outflow.yaml rename to config/ASTRA/BJTaxi-outflow.yaml diff --git a/config/AEPSA/METR-LA.yaml b/config/ASTRA/METR-LA.yaml similarity index 100% rename from config/AEPSA/METR-LA.yaml rename to config/ASTRA/METR-LA.yaml diff --git a/config/AEPSA/NYCBike-InFlow.yaml b/config/ASTRA/NYCBike-InFlow.yaml similarity index 100% rename from config/AEPSA/NYCBike-InFlow.yaml rename to config/ASTRA/NYCBike-InFlow.yaml diff --git a/config/AEPSA/NYCBike-OutFlow.yaml b/config/ASTRA/NYCBike-OutFlow.yaml similarity index 100% rename from config/AEPSA/NYCBike-OutFlow.yaml rename to config/ASTRA/NYCBike-OutFlow.yaml diff --git a/config/AEPSA/NYCBike-inflow.yaml b/config/ASTRA/NYCBike-inflow.yaml similarity index 100% rename from config/AEPSA/NYCBike-inflow.yaml rename to config/ASTRA/NYCBike-inflow.yaml diff --git a/config/AEPSA/NYCBike-outflow.yaml b/config/ASTRA/NYCBike-outflow.yaml similarity index 100% rename from config/AEPSA/NYCBike-outflow.yaml rename to config/ASTRA/NYCBike-outflow.yaml diff --git a/config/AEPSA/PEMS-BAY.yaml b/config/ASTRA/PEMS-BAY.yaml similarity index 100% rename from config/AEPSA/PEMS-BAY.yaml rename to config/ASTRA/PEMS-BAY.yaml diff --git a/config/AEPSA/SolarEnergy.yaml b/config/ASTRA/SolarEnergy.yaml similarity index 100% rename from config/AEPSA/SolarEnergy.yaml rename to config/ASTRA/SolarEnergy.yaml diff --git a/config/AEPSA/v2_METR-LA.yaml b/config/ASTRA/v2_METR-LA.yaml similarity index 100% rename from config/AEPSA/v2_METR-LA.yaml rename to config/ASTRA/v2_METR-LA.yaml diff --git a/config/AEPSA/v2_PEMS-BAY.yaml b/config/ASTRA/v2_PEMS-BAY.yaml similarity index 100% rename from config/AEPSA/v2_PEMS-BAY.yaml rename to config/ASTRA/v2_PEMS-BAY.yaml diff --git a/config/AEPSA/v2_SolarEnergy.yaml b/config/ASTRA/v2_SolarEnergy.yaml similarity index 100% rename from config/AEPSA/v2_SolarEnergy.yaml rename to config/ASTRA/v2_SolarEnergy.yaml diff --git a/config/AEPSA/v3_METR-LA.yaml b/config/ASTRA/v3_METR-LA.yaml similarity index 100% rename from config/AEPSA/v3_METR-LA.yaml rename to config/ASTRA/v3_METR-LA.yaml diff --git a/config/AEPSA/v3_PEMS-BAY.yaml b/config/ASTRA/v3_PEMS-BAY.yaml similarity index 100% rename from config/AEPSA/v3_PEMS-BAY.yaml rename to config/ASTRA/v3_PEMS-BAY.yaml