Removed apply_implicit_rule comment

This commit is contained in:
Sunil Samra
2023-07-17 12:45:31 +00:00
parent 8008fab523
commit 5685db804a

View File

@@ -125,10 +125,6 @@ The environment config file consists of the following attributes:
The high value to use for values in the observation space. This is set to 1000000000 by default, and should not need changing in most cases
* **apply_implicit_rule** [bool]
The True or False value decides if the ACL list will have an Explicit Deny (DENY ANY ANY ANY rule) or an Explicit Allow rule. It is set to False by default, and no Explicit rule is added to the list.
* **implicit_acl_rule** [str]
Determines which Explicit rule the ACL list has - two options are: DENY or ALLOW.