Edit configs for observation space
This commit is contained in:
@@ -1,13 +1,5 @@
|
|||||||
- itemType: ACTIONS
|
- itemType: ACTIONS
|
||||||
type: NODE
|
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
|
- itemType: STEPS
|
||||||
steps: 128
|
steps: 128
|
||||||
- itemType: PORTS
|
- itemType: PORTS
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
- itemType: ACTIONS
|
- itemType: ACTIONS
|
||||||
type: NODE
|
type: NODE
|
||||||
- itemType: OBSERVATIONS
|
- itemType: OBSERVATION_SPACE
|
||||||
type: BOX
|
components:
|
||||||
|
- name: NODE_STATUSES
|
||||||
- itemType: STEPS
|
- itemType: STEPS
|
||||||
steps: 5
|
steps: 5
|
||||||
- itemType: PORTS
|
- itemType: PORTS
|
||||||
@@ -1,7 +1,11 @@
|
|||||||
- itemType: ACTIONS
|
- itemType: ACTIONS
|
||||||
type: NODE
|
type: NODE
|
||||||
- itemType: OBSERVATIONS
|
- itemType: OBSERVATION_SPACE
|
||||||
type: MULTIDISCRETE
|
components:
|
||||||
|
- name: NODE_LINK_TABLE
|
||||||
|
options:
|
||||||
|
- combine_service_traffic: false
|
||||||
|
- quantisation_levels: 8
|
||||||
- itemType: STEPS
|
- itemType: STEPS
|
||||||
steps: 5
|
steps: 5
|
||||||
- itemType: PORTS
|
- itemType: PORTS
|
||||||
Reference in New Issue
Block a user