Edit configs for observation space

This commit is contained in:
Marek Wolan
2023-06-02 09:10:53 +01:00
parent 875562c385
commit b6ce1cbae9
3 changed files with 9 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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