From 8aa71c3ff87fbdc39f9c054fe2358b5406d329c5 Mon Sep 17 00:00:00 2001 From: SunilSamra Date: Fri, 14 Jul 2023 16:04:13 +0100 Subject: [PATCH] #901 - amended comment in observations.py --- src/primaite/environment/observations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/primaite/environment/observations.py b/src/primaite/environment/observations.py index 66f9e1eb..bb5ec62c 100644 --- a/src/primaite/environment/observations.py +++ b/src/primaite/environment/observations.py @@ -429,8 +429,8 @@ class AccessControlList(AbstractObservationComponent): Terms (for ACL Observation Space): [0, 1, 2] - Permission (0 = NA, 1 = DENY, 2 = ALLOW) - [0, num nodes] - Source IP (0 = NA, 1 = any, then 2 -> x resolving to IP addresses) - [0, num nodes] - Dest IP (0 = NA, 1 = any, then 2 -> x resolving to IP addresses) + [0, num nodes] - Source IP (0 = NA, 1 = any, then 2 -> x resolving to Node IDs) + [0, num nodes] - Dest IP (0 = NA, 1 = any, then 2 -> x resolving to Node IDs) [0, num services] - Protocol (0 = NA, 1 = any, then 2 -> x resolving to protocol) [0, num ports] - Port (0 = NA, 1 = any, then 2 -> x resolving to port) [0, max acl rules - 1] - Position (0 = NA, 1 = first index, then 2 -> x index resolving to acl rule in acl list)