Skip to main content
. 2022 Jun 13;9(6):253. doi: 10.3390/bioengineering9060253
Algorithm 1. Used Approach
Result: Best Solution (Route) and Cumulative Reward Initialization;
1. Generate Attack Graph Using Architecture Analysis and Design Language, JKind checker tool and Graphviz
2. Convert Attack Graph to Refinement Graph;
3. Formulate the RL problem. Define environment, agent, states, actions, and rewards;
4. Train RL Agent in MDP Environment;