Return a discrete CybORG action for the trusted runtime to validate.
(observation, action_space)
| 1 | def decide(observation, action_space): |
| 2 | """Return a discrete CybORG action for the trusted runtime to validate.""" |
| 3 | return 0 |
nothing calls this directly
no outgoing calls
no test coverage detected