Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxstanden authored Nov 16, 2022
1 parent 1499168 commit 9be3812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Each observation within the space is referenced by an index, and the total numbe

| Index | Description | Values |
|:-----------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------|
| 0 | Indicates if the previous action was identified as successful. | False: 0 <br /> True: 1 <br /> Unknown: 2 |
| 0 | Indicates if the previous action was identified as successful. | True: 0 <br /> Unknown: 1 <br /> False: 2 |
| 1 + <br /> \[0, ...,_i_,... _n_-1\] | The value at index (_i_ + 1) indicates if the IP address of drone _i_ has been blocked by the host drone. | Unblocked: 0 <br /> Blocked: 1 |
| _n_ + 1 | Malicious process detected on the host drone. | No flagged malicious processes: 0 <br /> A flagged malicious process: 1 |
| _n_ + 2 + <br /> \[0, ...,_i_,... _n_-1\] | The value at index (_i_ + _n_ + 2) indicates the number of malicious network events from drone _i_ that were flagged by the host drone. | No flagged malicious network events: 0 <br /> 1 flagged malicious network event: 1 <br /> 2 flagged malicious network events: 2 |
Expand Down

0 comments on commit 9be3812

Please sign in to comment.