diff --git a/src/primaite/config/config_1_DDOS_BASIC.yaml b/src/primaite/config/config_1_DDOS_BASIC.yaml index a1961df3..ada813f3 100644 --- a/src/primaite/config/config_1_DDOS_BASIC.yaml +++ b/src/primaite/config/config_1_DDOS_BASIC.yaml @@ -1,13 +1,5 @@ - itemType: ACTIONS type: NODE -- itemType: OBSERVATION_SPACE - components: - - name: NODE_LINK_TABLE - - name: NODE_STATUSES - - name: LINK_TRAFFIC_LEVELS - options: - - combine_service_traffic : False - - quantisation_levels : 7 - itemType: STEPS steps: 128 - itemType: PORTS diff --git a/tests/config/box_obs_space_laydown_config.yaml b/tests/config/obs_tests/laydown_with_LINK_TRAFFIC_LEVELS.yaml similarity index 94% rename from tests/config/box_obs_space_laydown_config.yaml rename to tests/config/obs_tests/laydown_with_LINK_TRAFFIC_LEVELS.yaml index 203bc0e7..d1909125 100644 --- a/tests/config/box_obs_space_laydown_config.yaml +++ b/tests/config/obs_tests/laydown_with_LINK_TRAFFIC_LEVELS.yaml @@ -1,7 +1,8 @@ - itemType: ACTIONS type: NODE -- itemType: OBSERVATIONS - type: BOX +- itemType: OBSERVATION_SPACE + components: + - name: NODE_STATUSES - itemType: STEPS steps: 5 - itemType: PORTS diff --git a/tests/config/multidiscrete_obs_space_laydown_config.yaml b/tests/config/obs_tests/laydown_with_NODE_LINK_TABLE.yaml similarity index 87% rename from tests/config/multidiscrete_obs_space_laydown_config.yaml rename to tests/config/obs_tests/laydown_with_NODE_LINK_TABLE.yaml index 38438d6d..36fb8199 100644 --- a/tests/config/multidiscrete_obs_space_laydown_config.yaml +++ b/tests/config/obs_tests/laydown_with_NODE_LINK_TABLE.yaml @@ -1,7 +1,11 @@ - itemType: ACTIONS type: NODE -- itemType: OBSERVATIONS - type: MULTIDISCRETE +- itemType: OBSERVATION_SPACE + components: + - name: NODE_LINK_TABLE + options: + - combine_service_traffic: false + - quantisation_levels: 8 - itemType: STEPS steps: 5 - itemType: PORTS