Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanning action not useful as blue agent sees the true compromised state #11

Closed
john-cardiff opened this issue Sep 9, 2022 · 3 comments
Assignees
Labels
bug Something isn't working fix_version:1.0.0 Fixed in version 1.0.0

Comments

@john-cardiff
Copy link

list(self.get_attributes_from_key("true_compromised_status").values())

The blue agent's observation includes the true compromised state instead of its observation of the compromised state.

    # Gets the current safe/compromised status of all of the nodes
    compromised_state = []
    if self.obs_compromised_status:
        # FIXED
        compromised_state = np.asarray(
            list(self.get_attributes_from_key("blue_view_compromised_status").values())
        )
        # previously was
        # compromised_state = np.asarray(
        #     list(self.get_attributes_from_key("true_compromised_status").values())
        # )
@jamesshort1
Copy link
Collaborator

Added as a new IDT Jira issue (AIDT-65)

Rumbelows pushed a commit that referenced this issue Nov 9, 2022
…onfig-class-structure

AIDT-67 define config class structure
@ChrisMcCarthyDev ChrisMcCarthyDev self-assigned this Nov 16, 2022
@ChrisMcCarthyDev
Copy link
Collaborator

Thank you for raising this issue @john-cardiff. We're currently working on getting the next release of Yawning-Titan out fairly soon; this fix will be applied in this release.

@ChrisMcCarthyDev ChrisMcCarthyDev added bug Something isn't working fix_version:1.0.0 Fixed in version 1.0.0 labels Nov 17, 2022
@ChrisMcCarthyDev
Copy link
Collaborator

Closing this issue as fix applied in https://github.com/dstl/YAWNING-TITAN/releases/tag/v1.0.0

ChrisMcCarthyDev pushed a commit that referenced this issue Jun 5, 2023
…onfig-class-structure

AIDT-67 define config class structure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix_version:1.0.0 Fixed in version 1.0.0
Projects
None yet
Development

No branches or pull requests

3 participants