From 5685db804a63a2209e24d4c51a9d7054f2fc76fb Mon Sep 17 00:00:00 2001 From: Sunil Samra Date: Mon, 17 Jul 2023 12:45:31 +0000 Subject: [PATCH] Removed apply_implicit_rule comment --- docs/source/config.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/config.rst b/docs/source/config.rst index 16740f1b..53297cdc 100644 --- a/docs/source/config.rst +++ b/docs/source/config.rst @@ -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.