You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have identified several issues regarding the firewall and the use of dynamic addresses:
The configuration option in the yaml for setting the firewall use_firewall is not working. Firewall is always active when you use dynamic addresses
self._firelwall in nework_security_game is not updated correctly when use_dynamic_addresses is set. As a consequence, when you want to run more than 1 episode the agent got stuck for an apparent KeyError exception hidden
No matter what action you take, the environment is not updated. You scan a network that you are allowed to do, but no hosts are found since firewall blocks you for doing so. (no matter if you unset the firewall in the yaml conf file..)
The text was updated successfully, but these errors were encountered:
I have identified several issues regarding the firewall and the use of dynamic addresses:
self._firelwall
innework_security_game
is not updated correctly whenuse_dynamic_addresses
is set. As a consequence, when you want to run more than 1 episode the agent got stuck for an apparentKeyError
exception hiddenThe text was updated successfully, but these errors were encountered: