mal-lang / mal-simulator

Apache License 2.0
2 stars 1 forks source link

Implement is_observable Property for Observation #24

Closed andrewbwm closed 1 month ago

andrewbwm commented 6 months ago

Properly flag which attack steps in the attack graph are observable and include it in the observations sent to agents.

andrewbwm commented 6 months ago

Are there situations where maybe we would like to just prune away the unobservable nodes?

To ponder more when addressing #9.

mrkickling commented 1 month ago

The option to specify observable nodes in scenarios was added in #64 and are applied to the observation in the simulator. Maybe this solves this issue?

andrewbwm commented 1 month ago

Implemented in #64