Skip to content

Service

Bases: Entity

Class for services used in CybORG simulations

Attributes:

Name Type Description
process int
active bool
session Session
percent_reliable int

Functions

degrade_service_reliability

degrade_service_reliability(value: int = 20)

Degrades/decreases the service's reliability percent by the value given.

get_state

get_state() -> dict

Returns the contents of the class

load classmethod

load(info: dict)

Class loader